[2020-12-29T13:37:10.044093+00:00] console.ERROR: Error thrown while running command "make "entity:" Company". Message: "Command "make" is not defined. Did you mean one of these? make:auth make:command make:controller make:crud make:docker:database make:entity make:fixtures make:form make:functional-test make:message make:messenger-middleware make:migration make:registration-form make:reset-password make:serializer:encoder make:serializer:normalizer make:subscriber make:twig-extension make:unit-test make:user make:validator make:voter" {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"make\" is not defined.\n\nDid you mean one of these?\n make:auth\n make:command\n make:controller\n make:crud\n make:docker:database\n make:entity\n make:fixtures\n make:form\n make:functional-test\n make:message\n make:messenger-middleware\n make:migration\n make:registration-form\n make:reset-password\n make:serializer:encoder\n make:serializer:normalizer\n make:subscriber\n make:twig-extension\n make:unit-test\n make:user\n make:validator\n make:voter at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\console\\Application.php:675)","command":"make \"entity:\" Company","message":"Command \"make\" is not defined.\n\nDid you mean one of these?\n make:auth\n make:command\n make:controller\n make:crud\n make:docker:database\n make:entity\n make:fixtures\n make:form\n make:functional-test\n make:message\n make:messenger-middleware\n make:migration\n make:registration-form\n make:reset-password\n make:serializer:encoder\n make:serializer:normalizer\n make:subscriber\n make:twig-extension\n make:unit-test\n make:user\n make:validator\n make:voter"} []
[2020-12-29T13:55:12.888193+00:00] console.ERROR: Error thrown while running command "make:migration". Message: "An exception occurred in driver: SQLSTATE[HY000] [1049] Unknown database 'invoicetracking'" {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1049] Unknown database 'invoicetracking' at C:\\Apache24\\htdocs\\InvoiceTracking\\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 'invoicetracking' at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18)\n[previous exception] [object] (PDOException(code: 1049): SQLSTATE[HY000] [1049] Unknown database 'invoicetracking' at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:38)","command":"make:migration","message":"An exception occurred in driver: SQLSTATE[HY000] [1049] Unknown database 'invoicetracking'"} []
[2020-12-29T13:55:12.888736+00:00] console.DEBUG: Command "make:migration" exited with code "1" {"command":"make:migration","code":1} []
[2020-12-29T13:56:42.868531+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-12-29T13:56:42.911776+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-12-29T13:56:42.917983+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-12-29T13:57:27.017099+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-12-29T13:57:27.027608+00:00] doctrine.DEBUG: CREATE TABLE doctrine_migration_versions (version VARCHAR(191) NOT NULL, executed_at DATETIME DEFAULT NULL, execution_time INT DEFAULT NULL, PRIMARY KEY(version)) DEFAULT CHARACTER SET utf8 COLLATE `utf8_unicode_ci` ENGINE = InnoDB [] []
[2020-12-29T13:57:27.189656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-12-29T13:57:27.190864+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-12-29T13:57:27.194121+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'invoicetracking' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2020-12-29T13:57:27.202843+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'invoicetracking' /*!50116 AND c.constraint_schema = 'invoicetracking' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-12-29T13:57:27.214058+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'invoicetracking' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-12-29T13:57:27.221208+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] []
[2020-12-29T13:57:27.230075+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] []
[2020-12-29T13:57:27.231500+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-12-29T13:57:27.232572+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-12-29T13:57:27.233687+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'invoicetracking' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2020-12-29T13:57:27.235134+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'invoicetracking' /*!50116 AND c.constraint_schema = 'invoicetracking' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-12-29T13:57:27.235997+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'invoicetracking' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-12-29T13:57:27.236844+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] []
[2020-12-29T13:57:27.237755+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] []
[2020-12-29T13:57:27.238359+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-12-29T13:57:27.239422+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-12-29T13:57:27.240524+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'invoicetracking' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2020-12-29T13:57:27.242038+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'invoicetracking' /*!50116 AND c.constraint_schema = 'invoicetracking' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-12-29T13:57:27.242918+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'invoicetracking' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-12-29T13:57:27.243727+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] []
[2020-12-29T13:57:27.244619+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] []
[2020-12-29T13:57:27.259736+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-29T13:57:27.277488+00:00] doctrine.DEBUG: CREATE TABLE company (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(255) NOT NULL, address VARCHAR(255) DEFAULT NULL, email VARCHAR(255) DEFAULT NULL, alertdays INT NOT NULL, remarks VARCHAR(255) DEFAULT NULL, type INT DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] []
[2020-12-29T13:57:27.399293+00:00] doctrine.DEBUG: CREATE TABLE invoice (id INT AUTO_INCREMENT NOT NULL, company_id INT NOT NULL, invoiceno VARCHAR(255) NOT NULL, invoicedate DATE NOT NULL, partno VARCHAR(255) DEFAULT NULL, totalamount DOUBLE PRECISION NOT NULL, description VARCHAR(255) DEFAULT NULL, remarks VARCHAR(255) DEFAULT NULL, note VARCHAR(255) DEFAULT NULL, maturitydate DATE NOT NULL, inactive INT DEFAULT NULL, type INT DEFAULT NULL, paymentamount DOUBLE PRECISION DEFAULT NULL, paymentstatus INT DEFAULT NULL, paymentdate DATE DEFAULT NULL, emailstatus INT DEFAULT NULL, emaildate DATETIME DEFAULT NULL, emailtype INT DEFAULT NULL, entrydate DATETIME DEFAULT NULL, emtryby INT DEFAULT NULL, editdate DATETIME DEFAULT NULL, editby INT DEFAULT NULL, INDEX IDX_90651744979B1AD6 (company_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] []
[2020-12-29T13:57:27.513793+00:00] doctrine.DEBUG: ALTER TABLE invoice ADD CONSTRAINT FK_90651744979B1AD6 FOREIGN KEY (company_id) REFERENCES company (id) [] []
[2020-12-29T13:57:30.062595+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-12-29T13:57:30.063265+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'invoicetracking' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2020-12-29T13:57:30.063795+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'invoicetracking' /*!50116 AND c.constraint_schema = 'invoicetracking' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-12-29T13:57:30.064084+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'invoicetracking' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-12-29T13:57:30.064349+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] []
[2020-12-29T13:57:30.064706+00:00] doctrine.DEBUG: INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?) ["DoctrineMigrations\\Version [...]","2020-12-29T13:57:27+00:00",2802] []
[2020-12-29T13:57:30.068272+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-29T13:59:57.997899+00:00] console.DEBUG: Command "make:crud Company" exited with code "1" {"command":"make:crud Company","code":1} []
[2020-12-30T05:10:13.849678+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} []
[2020-12-30T05:10:14.254610+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"76a079"},"request_uri":"http://127.0.0.1:8000/_wdt/76a079","method":"GET"} []
[2020-12-30T05:10:30.027981+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/company/","permanent":true,"scheme":null,"httpPort":8000,"httpsPort":443,"_route":"company_index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T05:10:30.178628+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company/","method":"GET"} []
[2020-12-30T05:10:30.830935+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 [] []
[2020-12-30T05:10:31.732130+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e9155b"},"request_uri":"http://127.0.0.1:8000/_wdt/e9155b","method":"GET"} []
[2020-12-30T05:10:35.321550+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://127.0.0.1:8000/company/new","method":"GET"} []
[2020-12-30T05:10:36.260463+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b5e55"},"request_uri":"http://127.0.0.1:8000/_wdt/9b5e55","method":"GET"} []
[2020-12-30T05:11:04.791803+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://127.0.0.1:8000/company/new","method":"POST"} []
[2020-12-30T05:11:06.519129+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-30T05:11:06.538239+00:00] doctrine.DEBUG: INSERT INTO company (name, address, email, alertdays, remarks, type) VALUES (?, ?, ?, ?, ?, ?) {"1":"Cross World","2":"14-B5, Velly, Wesgt","3":"cross@gmail.com","4":12,"5":"Cross World","6":1} []
[2020-12-30T05:11:06.540117+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-30T05:11:06.665828+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company/","method":"GET"} []
[2020-12-30T05:11:06.720707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 [] []
[2020-12-30T05:11:06.862015+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6f9a84"},"request_uri":"http://127.0.0.1:8000/_wdt/6f9a84","method":"GET"} []
[2020-12-30T05:11:13.736279+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/company/1","method":"GET"} []
[2020-12-30T05:11:13.793754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["1"] []
[2020-12-30T05:11:14.038681+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"792b2f"},"request_uri":"http://127.0.0.1:8000/_wdt/792b2f","method":"GET"} []
[2020-12-30T05:11:17.272756+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/company/1/edit","method":"GET"} []
[2020-12-30T05:11:17.336968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["1"] []
[2020-12-30T05:11:17.572161+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b77ae"},"request_uri":"http://127.0.0.1:8000/_wdt/4b77ae","method":"GET"} []
[2020-12-30T05:11:24.392910+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/company/1","method":"GET"} []
[2020-12-30T05:11:24.461116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["1"] []
[2020-12-30T05:11:24.606684+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"23d8b4"},"request_uri":"http://127.0.0.1:8000/_wdt/23d8b4","method":"GET"} []
[2020-12-30T05:31:05.323946+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/company/1","method":"GET"} []
[2020-12-30T05:31:05.378145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["1"] []
[2020-12-30T05:31:05.536298+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00994a"},"request_uri":"http://127.0.0.1:8000/_wdt/00994a","method":"GET"} []
[2020-12-30T05:31:21.051567+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/company/1/edit","method":"GET"} []
[2020-12-30T05:31:21.113861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["1"] []
[2020-12-30T05:31:21.291854+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"82dc7d"},"request_uri":"http://127.0.0.1:8000/_wdt/82dc7d","method":"GET"} []
[2020-12-30T06:14:13.639582+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/company","permanent":true,"scheme":null,"httpPort":8000,"httpsPort":443,"_route":"company_index","page":1},"request_uri":"http://127.0.0.1:8000/company/","method":"GET"} []
[2020-12-30T06:14:13.796486+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T06:14:13.849181+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:14:13.850288+00:00] php.CRITICAL: Uncaught Error: Undefined class constant 'NUM_ITEMS' {"exception":"[object] (Error(code: 0): Undefined class constant 'NUM_ITEMS' at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\CompanyRepository.php:47)"} []
[2020-12-30T06:14:13.860255+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Undefined class constant 'NUM_ITEMS'" at C:\Apache24\htdocs\InvoiceTracking\src\Repository\CompanyRepository.php line 47 {"exception":"[object] (Error(code: 0): Undefined class constant 'NUM_ITEMS' at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\CompanyRepository.php:47)"} []
[2020-12-30T06:14:14.173978+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d78a5e"},"request_uri":"http://127.0.0.1:8000/_wdt/d78a5e","method":"GET"} []
[2020-12-30T06:14:14.675455+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T06:14:14.724139+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:14:14.725257+00:00] php.CRITICAL: Uncaught Error: Undefined class constant 'NUM_ITEMS' {"exception":"[object] (Error(code: 0): Undefined class constant 'NUM_ITEMS' at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\CompanyRepository.php:47)"} []
[2020-12-30T06:14:14.733171+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Undefined class constant 'NUM_ITEMS'" at C:\Apache24\htdocs\InvoiceTracking\src\Repository\CompanyRepository.php line 47 {"exception":"[object] (Error(code: 0): Undefined class constant 'NUM_ITEMS' at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\CompanyRepository.php:47)"} []
[2020-12-30T06:14:14.892267+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a2d0a"},"request_uri":"http://127.0.0.1:8000/_wdt/2a2d0a","method":"GET"} []
[2020-12-30T06:14:52.152901+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T06:14:52.195642+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:14:52.257715+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 "app_logout" as such route does not exist.")." at C:\Apache24\htdocs\InvoiceTracking\templates\template.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 \"app_logout\" as such route does not exist.\"). at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\template.html.twig:87)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \"app_logout\" as such route does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Generator\\CompiledUrlGenerator.php:50)"} []
[2020-12-30T06:14:52.548436+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b2da6"},"request_uri":"http://127.0.0.1:8000/_wdt/9b2da6","method":"GET"} []
[2020-12-30T06:15:34.584606+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T06:15:34.635794+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:15:34.683076+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 "item_index" as such route does not exist.")." at C:\Apache24\htdocs\InvoiceTracking\templates\template.html.twig line 169 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Unable to generate a URL for the named route \"item_index\" as such route does not exist.\"). at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\template.html.twig:169)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \"item_index\" as such route does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Generator\\CompiledUrlGenerator.php:50)"} []
[2020-12-30T06:15:34.918808+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44e5a6"},"request_uri":"http://127.0.0.1:8000/_wdt/44e5a6","method":"GET"} []
[2020-12-30T06:17:56.248633+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T06:17:56.304028+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:17:56.353463+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 "acitem_index" as such route does not exist.")." at C:\Apache24\htdocs\InvoiceTracking\templates\template.html.twig line 207 {"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 \"acitem_index\" as such route does not exist.\"). at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\template.html.twig:207)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \"acitem_index\" as such route does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Generator\\CompiledUrlGenerator.php:50)"} []
[2020-12-30T06:17:56.626283+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9373d0"},"request_uri":"http://127.0.0.1:8000/_wdt/9373d0","method":"GET"} []
[2020-12-30T06:18:01.643599+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T06:18:01.692774+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:18:01.705004+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 "acitem_index" as such route does not exist.")." at C:\Apache24\htdocs\InvoiceTracking\templates\template.html.twig line 207 {"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 \"acitem_index\" as such route does not exist.\"). at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\template.html.twig:207)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \"acitem_index\" as such route does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Generator\\CompiledUrlGenerator.php:50)"} []
[2020-12-30T06:18:01.957513+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"275afd"},"request_uri":"http://127.0.0.1:8000/_wdt/275afd","method":"GET"} []
[2020-12-30T06:19:04.873864+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T06:19:04.919386+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:19:05.043310+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T06:19:05.054978+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[1]] []
[2020-12-30T06:19:05.059251+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "vehicle" does not exist." at C:\Apache24\htdocs\InvoiceTracking\templates\company\index.html.twig line 96 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"vehicle\" does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\company\\index.html.twig:96)"} []
[2020-12-30T06:19:05.292185+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"179104"},"request_uri":"http://127.0.0.1:8000/_wdt/179104","method":"GET"} []
[2020-12-30T06:19:26.073016+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T06:19:26.122522+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:19:26.244496+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T06:19:26.249650+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[1]] []
[2020-12-30T06:19:26.252698+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T06:19:26.796850+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3c663"},"request_uri":"http://127.0.0.1:8000/_wdt/f3c663","method":"GET"} []
[2020-12-30T06:20:04.849625+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T06:20:04.898833+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:20:04.972544+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T06:20:05.014441+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[1]] []
[2020-12-30T06:20:05.017530+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T06:20:05.237087+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3aa61f"},"request_uri":"http://127.0.0.1:8000/_wdt/3aa61f","method":"GET"} []
[2020-12-30T06:20:08.402790+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T06:20:08.445894+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:20:08.515890+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T06:20:08.520601+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[1]] []
[2020-12-30T06:20:08.523334+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T06:20:08.733913+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5fd747"},"request_uri":"http://127.0.0.1:8000/_wdt/5fd747","method":"GET"} []
[2020-12-30T06:21:05.804840+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://127.0.0.1:8000/company/new","method":"GET"} []
[2020-12-30T06:21:06.016393+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cefdcf"},"request_uri":"http://127.0.0.1:8000/_wdt/cefdcf","method":"GET"} []
[2020-12-30T06:21:19.846257+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T06:21:19.888352+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:21:19.966157+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T06:21:19.970012+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[1]] []
[2020-12-30T06:21:19.972607+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T06:21:20.213232+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa1ca0"},"request_uri":"http://127.0.0.1:8000/_wdt/aa1ca0","method":"GET"} []
[2020-12-30T06:21:21.822178+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T06:21:21.866710+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:21:21.931635+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T06:21:21.936754+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[1]] []
[2020-12-30T06:21:21.939635+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T06:21:22.157396+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98138e"},"request_uri":"http://127.0.0.1:8000/_wdt/98138e","method":"GET"} []
[2020-12-30T06:21:50.899855+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T06:21:50.945761+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:21:51.072979+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T06:21:51.078274+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[1]] []
[2020-12-30T06:21:51.081362+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T06:21:51.346263+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bab69c"},"request_uri":"http://127.0.0.1:8000/_wdt/bab69c","method":"GET"} []
[2020-12-30T06:22:12.528490+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T06:22:12.577267+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:22:12.652312+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T06:22:12.657998+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[1]] []
[2020-12-30T06:22:12.660976+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T06:22:12.906016+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2075f6"},"request_uri":"http://127.0.0.1:8000/_wdt/2075f6","method":"GET"} []
[2020-12-30T06:22:15.763320+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://127.0.0.1:8000/company/new","method":"GET"} []
[2020-12-30T06:22:15.969225+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"071fe0"},"request_uri":"http://127.0.0.1:8000/_wdt/071fe0","method":"GET"} []
[2020-12-30T06:26:21.913893+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T06:26:21.969758+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:26:22.061076+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T06:26:22.065552+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[1]] []
[2020-12-30T06:26:22.068608+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T06:26:22.311920+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d253d4"},"request_uri":"http://127.0.0.1:8000/_wdt/d253d4","method":"GET"} []
[2020-12-30T06:26:23.095970+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://127.0.0.1:8000/company/new","method":"GET"} []
[2020-12-30T06:26:23.515816+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5569c7"},"request_uri":"http://127.0.0.1:8000/_wdt/5569c7","method":"GET"} []
[2020-12-30T06:30:11.782495+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://127.0.0.1:8000/company/new","method":"GET"} []
[2020-12-30T06:30:11.829459+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\InvoiceTracking\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\\InvoiceTracking\\vendor\\symfony\\form\\FormRegistry.php:85)"} []
[2020-12-30T06:30:12.017405+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f8e3d"},"request_uri":"http://127.0.0.1:8000/_wdt/1f8e3d","method":"GET"} []
[2020-12-30T06:30:57.879753+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://127.0.0.1:8000/company/new","method":"GET"} []
[2020-12-30T06:30:58.163277+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53c91a"},"request_uri":"http://127.0.0.1:8000/_wdt/53c91a","method":"GET"} []
[2020-12-30T06:32:26.820718+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://127.0.0.1:8000/company/new","method":"GET"} []
[2020-12-30T06:32:27.187520+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"54fb83"},"request_uri":"http://127.0.0.1:8000/_wdt/54fb83","method":"GET"} []
[2020-12-30T06:33:24.355447+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://127.0.0.1:8000/company/new","method":"POST"} []
[2020-12-30T06:33:24.479619+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-30T06:33:24.485048+00:00] doctrine.DEBUG: INSERT INTO company (name, address, email, alertdays, remarks, type) VALUES (?, ?, ?, ?, ?, ?) {"1":"Brain Power IT","2":"78/12, East Malibag, Dhaka.","3":"cross@gmail.com","4":20,"5":"Nirmal Hazra","6":null} []
[2020-12-30T06:33:24.485671+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-30T06:33:24.613413+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T06:33:24.656859+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:33:24.734258+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T06:33:24.738790+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[2,1]] []
[2020-12-30T06:33:24.745724+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T06:33:24.983595+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"55004f"},"request_uri":"http://127.0.0.1:8000/_wdt/55004f","method":"GET"} []
[2020-12-30T06:33:53.279538+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "POST /company": Method Not Allowed (Allow: GET)" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 140 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"POST /company\": Method Not Allowed (Allow: GET) at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:140)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:42)"} []
[2020-12-30T06:33:53.508163+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a1d0e2"},"request_uri":"http://127.0.0.1:8000/_wdt/a1d0e2","method":"GET"} []
[2020-12-30T06:34:41.549494+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"POST"} []
[2020-12-30T06:34:41.552489+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\\InvoiceTracking\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} []
[2020-12-30T06:34:41.576874+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:34:41.651155+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%brain%","%brain%","%brain%"] []
[2020-12-30T06:34:41.657293+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%brain%","%brain%","%brain%",[2]] []
[2020-12-30T06:34:41.661247+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%brain%","%brain%","%brain%"] []
[2020-12-30T06:34:41.927791+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"369af0"},"request_uri":"http://127.0.0.1:8000/_wdt/369af0","method":"GET"} []
[2020-12-30T06:34:47.219362+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T06:34:47.267068+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:34:47.328305+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T06:34:47.332120+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[2,1]] []
[2020-12-30T06:34:47.335272+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T06:34:47.551702+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee8bd8"},"request_uri":"http://127.0.0.1:8000/_wdt/ee8bd8","method":"GET"} []
[2020-12-30T06:34:55.764966+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"POST"} []
[2020-12-30T06:34:55.773982+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\\InvoiceTracking\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} []
[2020-12-30T06:34:55.808737+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:34:55.875360+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%cross%","%cross%","%cross%"] []
[2020-12-30T06:34:55.879329+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%cross%","%cross%","%cross%",[2,1]] []
[2020-12-30T06:34:55.882084+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%cross%","%cross%","%cross%"] []
[2020-12-30T06:34:56.137604+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"11a471"},"request_uri":"http://127.0.0.1:8000/_wdt/11a471","method":"GET"} []
[2020-12-30T06:35:05.450643+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"POST"} []
[2020-12-30T06:35:05.459917+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\\InvoiceTracking\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} []
[2020-12-30T06:35:05.493825+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:35:05.562684+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%cross%","%cross%","%cross%"] []
[2020-12-30T06:35:05.566633+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%cross%","%cross%","%cross%",[2,1]] []
[2020-12-30T06:35:05.569283+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%cross%","%cross%","%cross%"] []
[2020-12-30T06:35:05.810393+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d48ff9"},"request_uri":"http://127.0.0.1:8000/_wdt/d48ff9","method":"GET"} []
[2020-12-30T06:35:14.011840+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"POST"} []
[2020-12-30T06:35:14.021027+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\\InvoiceTracking\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} []
[2020-12-30T06:35:14.054710+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:35:14.121410+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%brain%","%brain%","%brain%"] []
[2020-12-30T06:35:14.125983+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%brain%","%brain%","%brain%",[2]] []
[2020-12-30T06:35:14.129069+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%brain%","%brain%","%brain%"] []
[2020-12-30T06:35:14.351824+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f4b0c7"},"request_uri":"http://127.0.0.1:8000/_wdt/f4b0c7","method":"GET"} []
[2020-12-30T06:35:22.980823+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"POST"} []
[2020-12-30T06:35:22.990151+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\\InvoiceTracking\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} []
[2020-12-30T06:35:23.023168+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:35:23.092313+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%cross%","%cross%","%cross%"] []
[2020-12-30T06:35:23.096307+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%cross%","%cross%","%cross%",[2,1]] []
[2020-12-30T06:35:23.099065+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%cross%","%cross%","%cross%"] []
[2020-12-30T06:35:23.309264+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cfe46c"},"request_uri":"http://127.0.0.1:8000/_wdt/cfe46c","method":"GET"} []
[2020-12-30T06:35:31.771907+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"POST"} []
[2020-12-30T06:35:31.781180+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\\InvoiceTracking\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} []
[2020-12-30T06:35:31.815367+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:35:31.893097+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%14%","%14%","%14%"] []
[2020-12-30T06:35:31.896930+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%14%","%14%","%14%",[1]] []
[2020-12-30T06:35:31.899553+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%14%","%14%","%14%"] []
[2020-12-30T06:35:32.112892+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6fb5e6"},"request_uri":"http://127.0.0.1:8000/_wdt/6fb5e6","method":"GET"} []
[2020-12-30T06:42:25.158477+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"POST"} []
[2020-12-30T06:42:25.171831+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\\InvoiceTracking\\vendor\\symfony\\http-foundation\\InputBag.php:39)"} []
[2020-12-30T06:42:25.215299+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:42:25.284419+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%14%","%14%","%14%"] []
[2020-12-30T06:42:25.288970+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%14%","%14%","%14%",[1]] []
[2020-12-30T06:42:25.291883+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%14%","%14%","%14%"] []
[2020-12-30T06:42:25.506111+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fcfd88"},"request_uri":"http://127.0.0.1:8000/_wdt/fcfd88","method":"GET"} []
[2020-12-30T06:42:29.978157+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T06:42:30.018814+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:42:30.081174+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T06:42:30.085084+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[2,1]] []
[2020-12-30T06:42:30.087877+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T06:42:30.295982+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5bee56"},"request_uri":"http://127.0.0.1:8000/_wdt/5bee56","method":"GET"} []
[2020-12-30T06:42:31.486525+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":"2","_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company/2","method":"GET"} []
[2020-12-30T06:42:31.533585+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:42:31.565360+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T06:42:31.567683+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.2: The "Pagerfanta\Exception\Exception" interface is deprecated and will be removed in 3.0, exceptions should implement "Pagerfanta\Exception\PagerfantaException" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.2: The \"Pagerfanta\\Exception\\Exception\" interface is deprecated and will be removed in 3.0, exceptions should implement \"Pagerfanta\\Exception\\PagerfantaException\" instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Exception\\Exception.php:5)"} []
[2020-12-30T06:42:31.576121+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page Not Found" at C:\Apache24\htdocs\InvoiceTracking\vendor\babdev\pagerfanta-bundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener.php line 29 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page Not Found at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\babdev\\pagerfanta-bundle\\EventListener\\ConvertNotValidCurrentPageToNotFoundListener.php:29)\n[previous exception] [object] (Pagerfanta\\Exception\\OutOfRangeCurrentPageException(code: 0): Page \"2\" does not exist. The currentPage must be inferior to \"1\" at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Pagerfanta.php:292)"} []
[2020-12-30T06:42:31.808292+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"feb5a8"},"request_uri":"http://127.0.0.1:8000/_wdt/feb5a8","method":"GET"} []
[2020-12-30T06:44:05.781777+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T06:44:05.808787+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:44:05.888789+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T06:44:05.896821+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[2,1]] []
[2020-12-30T06:44:05.901764+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T06:44:06.153298+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d0aba6"},"request_uri":"http://127.0.0.1:8000/_wdt/d0aba6","method":"GET"} []
[2020-12-30T06:44:10.526717+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/company/show/2","method":"GET"} []
[2020-12-30T06:44:10.598630+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["2"] []
[2020-12-30T06:44:10.657880+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "number" nor one of the methods "number()", "getnumber()"/"isnumber()"/"hasnumber()" or "__call()" exist and have public access in class "App\Entity\Company"." at C:\Apache24\htdocs\InvoiceTracking\templates\company\show.html.twig line 60 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"number\" nor one of the methods \"number()\", \"getnumber()\"/\"isnumber()\"/\"hasnumber()\" or \"__call()\" exist and have public access in class \"App\\Entity\\Company\". at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\company\\show.html.twig:60)"} []
[2020-12-30T06:44:10.882444+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7be2e9"},"request_uri":"http://127.0.0.1:8000/_wdt/7be2e9","method":"GET"} []
[2020-12-30T06:44:48.796599+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/company/show/2","method":"GET"} []
[2020-12-30T06:44:48.858294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["2"] []
[2020-12-30T06:44:49.184318+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"335adf"},"request_uri":"http://127.0.0.1:8000/_wdt/335adf","method":"GET"} []
[2020-12-30T06:44:49.904339+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/company/show/2","method":"GET"} []
[2020-12-30T06:44:49.968211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["2"] []
[2020-12-30T06:44:50.204011+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"982da6"},"request_uri":"http://127.0.0.1:8000/_wdt/982da6","method":"GET"} []
[2020-12-30T06:44:53.264191+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/company/show/2","method":"GET"} []
[2020-12-30T06:44:53.320881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["2"] []
[2020-12-30T06:44:53.542379+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ade88a"},"request_uri":"http://127.0.0.1:8000/_wdt/ade88a","method":"GET"} []
[2020-12-30T06:44:55.138157+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/company/show/2","method":"GET"} []
[2020-12-30T06:44:55.191049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["2"] []
[2020-12-30T06:44:55.400139+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e2026"},"request_uri":"http://127.0.0.1:8000/_wdt/0e2026","method":"GET"} []
[2020-12-30T06:44:56.669920+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/company/show/2","method":"GET"} []
[2020-12-30T06:44:56.722143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["2"] []
[2020-12-30T06:44:56.941333+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"90542e"},"request_uri":"http://127.0.0.1:8000/_wdt/90542e","method":"GET"} []
[2020-12-30T06:45:24.722015+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T06:45:24.765007+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:45:24.843948+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T06:45:24.848264+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[2,1]] []
[2020-12-30T06:45:24.851181+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T06:45:25.106629+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3882ae"},"request_uri":"http://127.0.0.1:8000/_wdt/3882ae","method":"GET"} []
[2020-12-30T06:45:27.369526+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/company/2/edit","method":"GET"} []
[2020-12-30T06:45:27.442379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["2"] []
[2020-12-30T06:45:27.613664+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3313cf"},"request_uri":"http://127.0.0.1:8000/_wdt/3313cf","method":"GET"} []
[2020-12-30T06:48:56.100256+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T06:48:56.153073+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:48:56.236589+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T06:48:56.241100+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[2,1]] []
[2020-12-30T06:48:56.244609+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T06:48:56.490360+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"87b29a"},"request_uri":"http://127.0.0.1:8000/_wdt/87b29a","method":"GET"} []
[2020-12-30T06:48:58.338311+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T06:48:58.379771+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:48:58.451000+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T06:48:58.455052+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[2,1]] []
[2020-12-30T06:48:58.457973+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T06:48:58.677879+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bfd278"},"request_uri":"http://127.0.0.1:8000/_wdt/bfd278","method":"GET"} []
[2020-12-30T06:49:00.865090+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/company/2/edit","method":"GET"} []
[2020-12-30T06:49:00.909622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["2"] []
[2020-12-30T06:49:01.001798+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "number" nor one of the methods "number()", "getnumber()"/"isnumber()"/"hasnumber()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\Apache24\htdocs\InvoiceTracking\templates\company\edit.html.twig line 57 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"number\" nor one of the methods \"number()\", \"getnumber()\"/\"isnumber()\"/\"hasnumber()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\company\\edit.html.twig:57)"} []
[2020-12-30T06:49:01.230715+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd327d"},"request_uri":"http://127.0.0.1:8000/_wdt/dd327d","method":"GET"} []
[2020-12-30T06:50:01.015717+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/company/2/edit","method":"GET"} []
[2020-12-30T06:50:01.080135+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["2"] []
[2020-12-30T06:50:01.426930+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f61a37"},"request_uri":"http://127.0.0.1:8000/_wdt/f61a37","method":"GET"} []
[2020-12-30T06:50:02.930463+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/company/2/edit","method":"GET"} []
[2020-12-30T06:50:02.996643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["2"] []
[2020-12-30T06:50:03.258039+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"535b87"},"request_uri":"http://127.0.0.1:8000/_wdt/535b87","method":"GET"} []
[2020-12-30T06:50:06.803295+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/company/2/edit","method":"GET"} []
[2020-12-30T06:50:06.858680+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["2"] []
[2020-12-30T06:50:07.106169+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ca2115"},"request_uri":"http://127.0.0.1:8000/_wdt/ca2115","method":"GET"} []
[2020-12-30T06:50:47.760019+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/company/2/edit","method":"POST"} []
[2020-12-30T06:50:47.820856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["2"] []
[2020-12-30T06:50:47.896093+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-30T06:50:47.896342+00:00] doctrine.DEBUG: UPDATE company SET name = ?, address = ? WHERE id = ? ["Brain Power IT Ltd","78/12, East Malibag, Dhaka 1219.",2] []
[2020-12-30T06:50:47.903815+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-30T06:50:48.026281+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T06:50:48.068238+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:50:48.134403+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T06:50:48.138853+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[2,1]] []
[2020-12-30T06:50:48.141768+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T06:50:48.377534+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7724db"},"request_uri":"http://127.0.0.1:8000/_wdt/7724db","method":"GET"} []
[2020-12-30T06:51:06.226291+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/company/show/2","method":"GET"} []
[2020-12-30T06:51:06.289663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["2"] []
[2020-12-30T06:51:06.623895+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"95aaef"},"request_uri":"http://127.0.0.1:8000/_wdt/95aaef","method":"GET"} []
[2020-12-30T06:51:10.883855+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":"2","_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company/2","method":"GET"} []
[2020-12-30T06:51:10.939100+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:51:10.973107+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T06:51:10.975662+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.2: The "Pagerfanta\Exception\Exception" interface is deprecated and will be removed in 3.0, exceptions should implement "Pagerfanta\Exception\PagerfantaException" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.2: The \"Pagerfanta\\Exception\\Exception\" interface is deprecated and will be removed in 3.0, exceptions should implement \"Pagerfanta\\Exception\\PagerfantaException\" instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Exception\\Exception.php:5)"} []
[2020-12-30T06:51:10.985724+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page Not Found" at C:\Apache24\htdocs\InvoiceTracking\vendor\babdev\pagerfanta-bundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener.php line 29 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page Not Found at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\babdev\\pagerfanta-bundle\\EventListener\\ConvertNotValidCurrentPageToNotFoundListener.php:29)\n[previous exception] [object] (Pagerfanta\\Exception\\OutOfRangeCurrentPageException(code: 0): Page \"2\" does not exist. The currentPage must be inferior to \"1\" at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Pagerfanta.php:292)"} []
[2020-12-30T06:51:11.174456+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07d1ef"},"request_uri":"http://127.0.0.1:8000/_wdt/07d1ef","method":"GET"} []
[2020-12-30T06:55:38.651664+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/company/show/2","method":"GET"} []
[2020-12-30T06:55:38.719529+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["2"] []
[2020-12-30T06:55:39.024791+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba657e"},"request_uri":"http://127.0.0.1:8000/_wdt/ba657e","method":"GET"} []
[2020-12-30T06:55:43.757639+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/company/show/2","method":"GET"} []
[2020-12-30T06:55:43.822706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["2"] []
[2020-12-30T06:55:44.067750+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"90064e"},"request_uri":"http://127.0.0.1:8000/_wdt/90064e","method":"GET"} []
[2020-12-30T06:55:44.870751+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/company/show/2","method":"GET"} []
[2020-12-30T06:55:44.933867+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["2"] []
[2020-12-30T06:55:45.201543+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"21efae"},"request_uri":"http://127.0.0.1:8000/_wdt/21efae","method":"GET"} []
[2020-12-30T06:55:49.376936+00:00] request.INFO: Matched route "company_delete". {"route":"company_delete","route_parameters":{"_route":"company_delete","_controller":"App\\Controller\\CompanyController::delete","id":"2"},"request_uri":"http://127.0.0.1:8000/company/2","method":"DELETE"} []
[2020-12-30T06:55:49.431628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["2"] []
[2020-12-30T06:55:49.444169+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-30T06:55:49.444717+00:00] doctrine.DEBUG: DELETE FROM company WHERE id = ? [2] []
[2020-12-30T06:55:49.449522+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-30T06:55:49.579692+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T06:55:49.622703+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T06:55:49.708368+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T06:55:49.712624+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[1]] []
[2020-12-30T06:55:49.715478+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T06:55:49.929994+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f8ae7b"},"request_uri":"http://127.0.0.1:8000/_wdt/f8ae7b","method":"GET"} []
[2020-12-30T06:55:52.094101+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/company/show/1","method":"GET"} []
[2020-12-30T06:55:52.151387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["1"] []
[2020-12-30T06:55:52.375277+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ccaf2"},"request_uri":"http://127.0.0.1:8000/_wdt/6ccaf2","method":"GET"} []
[2020-12-30T07:01:11.151351+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/company/show/1","method":"GET"} []
[2020-12-30T07:01:11.204245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["1"] []
[2020-12-30T07:01:11.474196+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f9a99c"},"request_uri":"http://127.0.0.1:8000/_wdt/f9a99c","method":"GET"} []
[2020-12-30T07:01:14.156681+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/company/show/1","method":"GET"} []
[2020-12-30T07:01:14.217025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["1"] []
[2020-12-30T07:01:14.446838+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c36f0"},"request_uri":"http://127.0.0.1:8000/_wdt/6c36f0","method":"GET"} []
[2020-12-30T07:02:45.124636+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/company/show/1","method":"GET"} []
[2020-12-30T07:02:45.188382+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["1"] []
[2020-12-30T07:02:45.454045+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e24c44"},"request_uri":"http://127.0.0.1:8000/_wdt/e24c44","method":"GET"} []
[2020-12-30T07:02:45.971399+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/company/show/1","method":"GET"} []
[2020-12-30T07:02:46.034361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["1"] []
[2020-12-30T07:02:46.260860+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"304ff1"},"request_uri":"http://127.0.0.1:8000/_wdt/304ff1","method":"GET"} []
[2020-12-30T07:02:56.841233+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T07:02:56.885481+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T07:02:56.955977+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T07:02:56.960647+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[1]] []
[2020-12-30T07:02:56.963666+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T07:02:57.205942+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8b056"},"request_uri":"http://127.0.0.1:8000/_wdt/a8b056","method":"GET"} []
[2020-12-30T07:02:59.086121+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/company/show/1","method":"GET"} []
[2020-12-30T07:02:59.146471+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["1"] []
[2020-12-30T07:02:59.362276+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5b073a"},"request_uri":"http://127.0.0.1:8000/_wdt/5b073a","method":"GET"} []
[2020-12-30T07:03:02.051543+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"1"},"request_uri":"http://127.0.0.1:8000/company/1/edit","method":"GET"} []
[2020-12-30T07:03:02.122571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["1"] []
[2020-12-30T07:03:02.359267+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7173d"},"request_uri":"http://127.0.0.1:8000/_wdt/a7173d","method":"GET"} []
[2020-12-30T07:03:08.383450+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T07:03:08.427000+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T07:03:08.502506+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T07:03:08.506447+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[1]] []
[2020-12-30T07:03:08.509181+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T07:03:08.728409+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"33b2fa"},"request_uri":"http://127.0.0.1:8000/_wdt/33b2fa","method":"GET"} []
[2020-12-30T07:03:09.679894+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/company/show/1","method":"GET"} []
[2020-12-30T07:03:09.751422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["1"] []
[2020-12-30T07:03:09.970490+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"47f466"},"request_uri":"http://127.0.0.1:8000/_wdt/47f466","method":"GET"} []
[2020-12-30T07:04:15.478289+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/company/show/1","method":"GET"} []
[2020-12-30T07:04:15.554434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["1"] []
[2020-12-30T07:04:15.869743+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2091ae"},"request_uri":"http://127.0.0.1:8000/_wdt/2091ae","method":"GET"} []
[2020-12-30T07:04:31.734068+00:00] request.INFO: Matched route "company_delete". {"route":"company_delete","route_parameters":{"_route":"company_delete","_controller":"App\\Controller\\CompanyController::delete","id":"1"},"request_uri":"http://127.0.0.1:8000/company/1","method":"DELETE"} []
[2020-12-30T07:04:31.802448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["1"] []
[2020-12-30T07:04:31.815632+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-30T07:04:31.816086+00:00] doctrine.DEBUG: DELETE FROM company WHERE id = ? [1] []
[2020-12-30T07:04:31.818615+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-30T07:04:31.949846+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T07:04:31.993751+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T07:04:32.072112+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T07:04:32.074780+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T07:04:32.306517+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"227592"},"request_uri":"http://127.0.0.1:8000/_wdt/227592","method":"GET"} []
[2020-12-30T07:04:40.511876+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://127.0.0.1:8000/company/new","method":"GET"} []
[2020-12-30T07:04:40.779687+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7368f1"},"request_uri":"http://127.0.0.1:8000/_wdt/7368f1","method":"GET"} []
[2020-12-30T07:04:53.730414+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://127.0.0.1:8000/company/new","method":"POST"} []
[2020-12-30T07:04:53.835512+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-30T07:04:53.839774+00:00] doctrine.DEBUG: INSERT INTO company (name, address, email, alertdays, remarks, type) VALUES (?, ?, ?, ?, ?, ?) {"1":"consignee company","2":"consignee Address","3":"cross@gmail.com","4":12,"5":"235u","6":null} []
[2020-12-30T07:04:53.840100+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-30T07:04:53.963417+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T07:04:54.006343+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T07:04:54.074993+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T07:04:54.078876+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T07:04:54.081541+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T07:04:54.298564+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ca9244"},"request_uri":"http://127.0.0.1:8000/_wdt/ca9244","method":"GET"} []
[2020-12-30T07:04:58.736082+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://127.0.0.1:8000/company/new","method":"GET"} []
[2020-12-30T07:04:59.000816+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3d9915"},"request_uri":"http://127.0.0.1:8000/_wdt/3d9915","method":"GET"} []
[2020-12-30T07:05:15.948255+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://127.0.0.1:8000/company/new","method":"POST"} []
[2020-12-30T07:05:16.063419+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-30T07:05:16.067745+00:00] doctrine.DEBUG: INSERT INTO company (name, address, email, alertdays, remarks, type) VALUES (?, ?, ?, ?, ?, ?) {"1":"consignee company","2":"consignee Address","3":"cross@gmail.com","4":3,"5":"Shiper Company","6":null} []
[2020-12-30T07:05:16.068173+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-30T07:05:16.222979+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T07:05:16.265344+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T07:05:16.331223+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T07:05:16.335372+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[4,3]] []
[2020-12-30T07:05:16.338267+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T07:05:16.579331+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e7f6ba"},"request_uri":"http://127.0.0.1:8000/_wdt/e7f6ba","method":"GET"} []
[2020-12-30T07:05:18.627068+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/company/show/4","method":"GET"} []
[2020-12-30T07:05:18.694610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-30T07:05:18.920030+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5a1624"},"request_uri":"http://127.0.0.1:8000/_wdt/5a1624","method":"GET"} []
[2020-12-30T07:05:21.881720+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"4"},"request_uri":"http://127.0.0.1:8000/company/4/edit","method":"GET"} []
[2020-12-30T07:05:21.946014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-30T07:05:22.185922+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d212a7"},"request_uri":"http://127.0.0.1:8000/_wdt/d212a7","method":"GET"} []
[2020-12-30T07:05:55.384089+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"4"},"request_uri":"http://127.0.0.1:8000/company/4/edit","method":"GET"} []
[2020-12-30T07:05:55.442068+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-30T07:05:55.708784+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"202962"},"request_uri":"http://127.0.0.1:8000/_wdt/202962","method":"GET"} []
[2020-12-30T07:06:03.504599+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T07:06:03.548566+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T07:06:03.620280+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T07:06:03.625343+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[4,3]] []
[2020-12-30T07:06:03.628377+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T07:06:03.883817+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07ab08"},"request_uri":"http://127.0.0.1:8000/_wdt/07ab08","method":"GET"} []
[2020-12-30T07:06:05.070111+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/company/show/4","method":"GET"} []
[2020-12-30T07:06:05.137864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-30T07:06:05.368659+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3fdf0a"},"request_uri":"http://127.0.0.1:8000/_wdt/3fdf0a","method":"GET"} []
[2020-12-30T07:06:08.941618+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/company/show/4","method":"GET"} []
[2020-12-30T07:06:08.997015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-30T07:06:09.218380+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cfe40d"},"request_uri":"http://127.0.0.1:8000/_wdt/cfe40d","method":"GET"} []
[2020-12-30T07:07:14.473281+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T07:07:14.526023+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T07:07:14.610316+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T07:07:14.615104+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[4,3]] []
[2020-12-30T07:07:14.618023+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T07:07:14.948322+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6516fc"},"request_uri":"http://127.0.0.1:8000/_wdt/6516fc","method":"GET"} []
[2020-12-30T07:07:20.073038+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://127.0.0.1:8000/company/new","method":"GET"} []
[2020-12-30T07:07:20.560488+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b5e8c3"},"request_uri":"http://127.0.0.1:8000/_wdt/b5e8c3","method":"GET"} []
[2020-12-30T07:08:55.361590+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T07:08:55.406359+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T07:08:55.484765+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T07:08:55.489272+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[4,3]] []
[2020-12-30T07:08:55.492428+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T07:08:55.729750+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"24aec7"},"request_uri":"http://127.0.0.1:8000/_wdt/24aec7","method":"GET"} []
[2020-12-30T07:08:57.002872+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/company/show/4","method":"GET"} []
[2020-12-30T07:08:57.063196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-30T07:08:57.343838+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"267645"},"request_uri":"http://127.0.0.1:8000/_wdt/267645","method":"GET"} []
[2020-12-30T07:08:59.777230+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/company/show/4","method":"GET"} []
[2020-12-30T07:08:59.845190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-30T07:09:00.068660+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f8b9f"},"request_uri":"http://127.0.0.1:8000/_wdt/9f8b9f","method":"GET"} []
[2020-12-30T07:09:21.496430+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/company/show/4","method":"GET"} []
[2020-12-30T07:09:21.559566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-30T07:09:21.814241+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef24cb"},"request_uri":"http://127.0.0.1:8000/_wdt/ef24cb","method":"GET"} []
[2020-12-30T07:11:09.807758+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/company/show/4","method":"GET"} []
[2020-12-30T07:11:09.874576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-30T07:11:10.131067+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"317aef"},"request_uri":"http://127.0.0.1:8000/_wdt/317aef","method":"GET"} []
[2020-12-30T07:11:12.754954+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/company/show/4","method":"GET"} []
[2020-12-30T07:11:12.815073+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-30T07:11:13.049027+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3b9fe"},"request_uri":"http://127.0.0.1:8000/_wdt/f3b9fe","method":"GET"} []
[2020-12-30T07:15:43.041332+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/company/show/4","method":"GET"} []
[2020-12-30T07:15:43.113688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-30T07:15:43.376540+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4ce9bb"},"request_uri":"http://127.0.0.1:8000/_wdt/4ce9bb","method":"GET"} []
[2020-12-30T07:16:14.606609+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/company/show/4","method":"GET"} []
[2020-12-30T07:16:14.667380+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-30T07:16:14.978013+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa3cdd"},"request_uri":"http://127.0.0.1:8000/_wdt/fa3cdd","method":"GET"} []
[2020-12-30T07:16:17.121206+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/company/show/4","method":"GET"} []
[2020-12-30T07:16:17.191754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-30T07:16:17.425380+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1cdb3a"},"request_uri":"http://127.0.0.1:8000/_wdt/1cdb3a","method":"GET"} []
[2020-12-30T07:16:17.563648+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/company/show/4","method":"GET"} []
[2020-12-30T07:16:17.617017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-30T07:16:17.852950+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"317b1f"},"request_uri":"http://127.0.0.1:8000/_wdt/317b1f","method":"GET"} []
[2020-12-30T07:16:17.994068+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/company/show/4","method":"GET"} []
[2020-12-30T07:16:18.055555+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-30T07:16:18.273054+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee19e3"},"request_uri":"http://127.0.0.1:8000/_wdt/ee19e3","method":"GET"} []
[2020-12-30T07:16:39.992236+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/company/show/4","method":"GET"} []
[2020-12-30T07:16:40.054628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-30T07:16:40.349741+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ccb56d"},"request_uri":"http://127.0.0.1:8000/_wdt/ccb56d","method":"GET"} []
[2020-12-30T07:17:23.882322+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/company/show/4","method":"GET"} []
[2020-12-30T07:17:23.945803+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-30T07:17:24.244953+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6aa665"},"request_uri":"http://127.0.0.1:8000/_wdt/6aa665","method":"GET"} []
[2020-12-30T07:17:30.638777+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/company/show/4","method":"GET"} []
[2020-12-30T07:17:30.710568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-30T07:17:30.940011+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"28fcbe"},"request_uri":"http://127.0.0.1:8000/_wdt/28fcbe","method":"GET"} []
[2020-12-30T07:18:23.639006+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/company/show/4","method":"GET"} []
[2020-12-30T07:18:23.693143+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-30T07:18:24.001623+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d31db"},"request_uri":"http://127.0.0.1:8000/_wdt/9d31db","method":"GET"} []
[2020-12-30T07:18:25.506564+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/company/show/4","method":"GET"} []
[2020-12-30T07:18:25.562590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-30T07:18:25.785498+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1a8ba2"},"request_uri":"http://127.0.0.1:8000/_wdt/1a8ba2","method":"GET"} []
[2020-12-30T07:18:46.925114+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"4"},"request_uri":"http://127.0.0.1:8000/company/4/edit","method":"GET"} []
[2020-12-30T07:18:46.984237+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-30T07:18:47.265417+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9133a1"},"request_uri":"http://127.0.0.1:8000/_wdt/9133a1","method":"GET"} []
[2020-12-30T07:18:52.092619+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"4"},"request_uri":"http://127.0.0.1:8000/company/4/edit","method":"POST"} []
[2020-12-30T07:18:52.153674+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-30T07:18:52.227025+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-30T07:18:52.227269+00:00] doctrine.DEBUG: UPDATE company SET remarks = ? WHERE id = ? ["Shiper Company eee",4] []
[2020-12-30T07:18:52.227626+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-30T07:18:52.351302+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T07:18:52.395027+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T07:18:52.467853+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T07:18:52.472109+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[4,3]] []
[2020-12-30T07:18:52.474962+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T07:18:52.688310+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b8456c"},"request_uri":"http://127.0.0.1:8000/_wdt/b8456c","method":"GET"} []
[2020-12-30T07:18:55.281623+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/company/show/3","method":"GET"} []
[2020-12-30T07:18:55.325727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2020-12-30T07:18:55.545852+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e5356f"},"request_uri":"http://127.0.0.1:8000/_wdt/e5356f","method":"GET"} []
[2020-12-30T07:19:01.213900+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/company/show/4","method":"GET"} []
[2020-12-30T07:19:01.258492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-30T07:19:01.479221+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0236a3"},"request_uri":"http://127.0.0.1:8000/_wdt/0236a3","method":"GET"} []
[2020-12-30T07:19:05.743715+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"4"},"request_uri":"http://127.0.0.1:8000/company/4/edit","method":"GET"} []
[2020-12-30T07:19:05.803906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-30T07:19:06.054612+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1dd01"},"request_uri":"http://127.0.0.1:8000/_wdt/b1dd01","method":"GET"} []
[2020-12-30T07:19:07.024639+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T07:19:07.074408+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T07:19:07.132656+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T07:19:07.137303+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[4,3]] []
[2020-12-30T07:19:07.140203+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T07:19:07.364352+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"874f7f"},"request_uri":"http://127.0.0.1:8000/_wdt/874f7f","method":"GET"} []
[2020-12-30T07:52:07.228928+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T07:52:07.257959+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T07:52:07.379474+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T07:52:07.384851+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T07:52:07.757340+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"91ac91"},"request_uri":"http://127.0.0.1:8000/_wdt/91ac91","method":"GET"} []
[2020-12-30T07:52:09.801212+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T07:52:09.852816+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T07:52:09.929190+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T07:52:09.932679+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T07:52:10.161093+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8957a1"},"request_uri":"http://127.0.0.1:8000/_wdt/8957a1","method":"GET"} []
[2020-12-30T07:52:16.968327+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T07:52:17.109984+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ [] []
[2020-12-30T07:52:17.112970+00:00] php.CRITICAL: Uncaught Error: Object of class App\Entity\Company could not be converted to string {"exception":"[object] (Error(code: 0): Object of class App\\Entity\\Company could not be converted to string at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\doctrine-bridge\\Form\\Type\\DoctrineType.php:58)"} []
[2020-12-30T07:52:17.119270+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class App\Entity\Company could not be converted to string" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\doctrine-bridge\Form\Type\DoctrineType.php line 58 {"exception":"[object] (Error(code: 0): Object of class App\\Entity\\Company could not be converted to string at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\doctrine-bridge\\Form\\Type\\DoctrineType.php:58)"} []
[2020-12-30T07:52:17.363959+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db3f46"},"request_uri":"http://127.0.0.1:8000/_wdt/db3f46","method":"GET"} []
[2020-12-30T07:55:18.379173+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T07:55:18.434035+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T07:55:18.526252+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T07:55:18.530186+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T07:55:18.751385+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e3d1f"},"request_uri":"http://127.0.0.1:8000/_wdt/0e3d1f","method":"GET"} []
[2020-12-30T07:58:21.242091+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T07:58:21.299376+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T07:58:21.387984+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T07:58:21.391845+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T07:58:21.683906+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce289d"},"request_uri":"http://127.0.0.1:8000/_wdt/ce289d","method":"GET"} []
[2020-12-30T07:58:23.081724+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T07:58:23.200027+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ [] []
[2020-12-30T07:58:23.203171+00:00] php.CRITICAL: Uncaught Error: Object of class App\Entity\Company could not be converted to string {"exception":"[object] (Error(code: 0): Object of class App\\Entity\\Company could not be converted to string at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\doctrine-bridge\\Form\\Type\\DoctrineType.php:58)"} []
[2020-12-30T07:58:23.209275+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class App\Entity\Company could not be converted to string" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\doctrine-bridge\Form\Type\DoctrineType.php line 58 {"exception":"[object] (Error(code: 0): Object of class App\\Entity\\Company could not be converted to string at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\doctrine-bridge\\Form\\Type\\DoctrineType.php:58)"} []
[2020-12-30T07:58:23.398864+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bec06b"},"request_uri":"http://127.0.0.1:8000/_wdt/bec06b","method":"GET"} []
[2020-12-30T07:59:26.945643+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T07:59:27.053250+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ [] []
[2020-12-30T07:59:27.115793+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 "Symfony\Component\Form\FormView"." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\new.html.twig line 52 {"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 \"Symfony\\Component\\Form\\FormView\". at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\new.html.twig:52)"} []
[2020-12-30T07:59:27.364975+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"050633"},"request_uri":"http://127.0.0.1:8000/_wdt/050633","method":"GET"} []
[2020-12-30T08:09:37.018692+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T08:09:37.067062+00:00] request.CRITICAL: Uncaught PHP Exception ReflectionException: "Class App\Form\Company does not exist" at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\persistence\lib\Doctrine\Persistence\AbstractManagerRegistry.php line 167 {"exception":"[object] (ReflectionException(code: -1): Class App\\Form\\Company does not exist at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\persistence\\lib\\Doctrine\\Persistence\\AbstractManagerRegistry.php:167)"} []
[2020-12-30T08:09:37.280277+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9063ec"},"request_uri":"http://127.0.0.1:8000/_wdt/9063ec","method":"GET"} []
[2020-12-30T08:10:06.372151+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T08:10:06.436874+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Form\InvoiceType::App\Form\{closure}() must be an instance of App\Form\CompanyRepository, instance of App\Repository\CompanyRepository given, called in C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\doctrine-bridge\Form\Type\EntityType.php on line 32 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Form\\InvoiceType::App\\Form\\{closure}() must be an instance of App\\Form\\CompanyRepository, instance of App\\Repository\\CompanyRepository given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\doctrine-bridge\\Form\\Type\\EntityType.php on line 32 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Form\\InvoiceType.php:23)"} []
[2020-12-30T08:10:06.442843+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Form\InvoiceType::App\Form\{closure}() must be an instance of App\Form\CompanyRepository, instance of App\Repository\CompanyRepository given, called in C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\doctrine-bridge\Form\Type\EntityType.php on line 32" at C:\Apache24\htdocs\InvoiceTracking\src\Form\InvoiceType.php line 23 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Form\\InvoiceType::App\\Form\\{closure}() must be an instance of App\\Form\\CompanyRepository, instance of App\\Repository\\CompanyRepository given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\doctrine-bridge\\Form\\Type\\EntityType.php on line 32 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Form\\InvoiceType.php:23)"} []
[2020-12-30T08:10:06.625692+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f09df7"},"request_uri":"http://127.0.0.1:8000/_wdt/f09df7","method":"GET"} []
[2020-12-30T08:10:45.620374+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T08:10:45.707734+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T08:10:46.044104+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e91f32"},"request_uri":"http://127.0.0.1:8000/_wdt/e91f32","method":"GET"} []
[2020-12-30T08:11:01.038763+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T08:11:01.094172+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T08:11:01.187162+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T08:11:01.191928+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[4,3]] []
[2020-12-30T08:11:01.195049+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T08:11:01.432633+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2676a8"},"request_uri":"http://127.0.0.1:8000/_wdt/2676a8","method":"GET"} []
[2020-12-30T08:11:07.124203+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/company/3/edit","method":"GET"} []
[2020-12-30T08:11:07.187519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2020-12-30T08:11:07.460613+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f676f"},"request_uri":"http://127.0.0.1:8000/_wdt/7f676f","method":"GET"} []
[2020-12-30T08:11:13.648268+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/company/3/edit","method":"POST"} []
[2020-12-30T08:11:13.710206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2020-12-30T08:11:13.805882+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-30T08:11:13.806146+00:00] doctrine.DEBUG: UPDATE company SET name = ?, address = ? WHERE id = ? ["Brain Power IT","78/12, East Malibag, Dhaka.",3] []
[2020-12-30T08:11:13.806590+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-30T08:11:13.963749+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T08:11:14.017353+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T08:11:14.104952+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T08:11:14.109346+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[4,3]] []
[2020-12-30T08:11:14.112478+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T08:11:14.379597+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0498dd"},"request_uri":"http://127.0.0.1:8000/_wdt/0498dd","method":"GET"} []
[2020-12-30T08:11:15.925127+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T08:11:16.028713+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T08:11:16.294603+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3822d7"},"request_uri":"http://127.0.0.1:8000/_wdt/3822d7","method":"GET"} []
[2020-12-30T08:12:54.903630+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"POST"} []
[2020-12-30T08:12:55.014289+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["4"]] []
[2020-12-30T08:12:55.062433+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-30T08:12:55.066878+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"1245","2":"2020-12-30T00:00:00+00:00","3":"455666","4":12.35,"5":"4578","6":null,"7":null,"8":"2020-12-30T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":4} []
[2020-12-30T08:12:55.068912+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-30T08:12:55.197031+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T08:12:55.239464+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T08:12:55.309153+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T08:12:55.313854+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[1]] []
[2020-12-30T08:12:55.333692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [4] []
[2020-12-30T08:12:55.336518+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T08:12:55.631573+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6b1cc"},"request_uri":"http://127.0.0.1:8000/_wdt/f6b1cc","method":"GET"} []
[2020-12-30T08:15:21.807816+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T08:15:21.862376+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T08:15:21.942184+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T08:15:21.946640+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[4,3]] []
[2020-12-30T08:15:21.949675+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T08:15:22.220472+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3dcf7d"},"request_uri":"http://127.0.0.1:8000/_wdt/3dcf7d","method":"GET"} []
[2020-12-30T08:15:22.865849+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://127.0.0.1:8000/company/new","method":"GET"} []
[2020-12-30T08:15:23.156086+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5e27dd"},"request_uri":"http://127.0.0.1:8000/_wdt/5e27dd","method":"GET"} []
[2020-12-30T08:17:45.122585+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://127.0.0.1:8000/company/new","method":"POST"} []
[2020-12-30T08:17:45.278332+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-30T08:17:45.282911+00:00] doctrine.DEBUG: INSERT INTO company (name, address, email, alertdays, remarks, type) VALUES (?, ?, ?, ?, ?, ?) {"1":"Cross World","2":"14-B5, Velly, Wesgt","3":"cross@gmail.com","4":51,"5":"Nirmal Hazra","6":null} []
[2020-12-30T08:17:45.285623+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-30T08:17:45.412029+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T08:17:45.456150+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T08:17:45.527722+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T08:17:45.532052+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-30T08:17:45.534923+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T08:17:45.774976+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b87c6"},"request_uri":"http://127.0.0.1:8000/_wdt/1b87c6","method":"GET"} []
[2020-12-30T08:17:56.657577+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T08:17:56.739301+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Could not load type "Symfony\Component\Form\Extension\Core\Type\FloatType": class does not exist." at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\form\FormRegistry.php line 85 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): Could not load type \"Symfony\\Component\\Form\\Extension\\Core\\Type\\FloatType\": class does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\form\\FormRegistry.php:85)"} []
[2020-12-30T08:17:56.922127+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce10e8"},"request_uri":"http://127.0.0.1:8000/_wdt/ce10e8","method":"GET"} []
[2020-12-30T08:18:05.076312+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T08:18:05.121464+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T08:18:05.195413+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T08:18:05.200385+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[1]] []
[2020-12-30T08:18:05.220323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [4] []
[2020-12-30T08:18:05.223819+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T08:18:05.473295+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa1c60"},"request_uri":"http://127.0.0.1:8000/_wdt/aa1c60","method":"GET"} []
[2020-12-30T08:18:07.511309+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T08:18:07.607237+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Could not load type "Symfony\Component\Form\Extension\Core\Type\FloatType": class does not exist." at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\form\FormRegistry.php line 85 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): Could not load type \"Symfony\\Component\\Form\\Extension\\Core\\Type\\FloatType\": class does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\form\\FormRegistry.php:85)"} []
[2020-12-30T08:18:07.780558+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3fbd89"},"request_uri":"http://127.0.0.1:8000/_wdt/3fbd89","method":"GET"} []
[2020-12-30T08:21:25.164059+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T08:21:25.288257+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T08:21:25.555552+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"15d88a"},"request_uri":"http://127.0.0.1:8000/_wdt/15d88a","method":"GET"} []
[2020-12-30T08:22:00.868151+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"POST"} []
[2020-12-30T08:22:00.974999+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["5"]] []
[2020-12-30T08:22:01.022706+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T08:22:01.280602+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"30e021"},"request_uri":"http://127.0.0.1:8000/_wdt/30e021","method":"GET"} []
[2020-12-30T08:22:20.408185+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"POST"} []
[2020-12-30T08:22:20.507285+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["5"]] []
[2020-12-30T08:22:20.538410+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T08:22:20.786977+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1eab49"},"request_uri":"http://127.0.0.1:8000/_wdt/1eab49","method":"GET"} []
[2020-12-30T08:22:28.968229+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"POST"} []
[2020-12-30T08:22:29.082407+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["5"]] []
[2020-12-30T08:22:29.113158+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-30T08:22:29.118307+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"1245","2":"2020-12-30T00:00:00+00:00","3":"455666","4":46.0,"5":"tryirtyi","6":null,"7":null,"8":"2020-12-04T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":5} []
[2020-12-30T08:22:29.121776+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-30T08:22:29.245113+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T08:22:29.291466+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T08:22:29.365193+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T08:22:29.373737+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[2,1]] []
[2020-12-30T08:22:29.393449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-30T08:22:29.395563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [4] []
[2020-12-30T08:22:29.396956+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T08:22:29.653061+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db615c"},"request_uri":"http://127.0.0.1:8000/_wdt/db615c","method":"GET"} []
[2020-12-30T08:22:33.849782+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T08:22:33.960763+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T08:22:34.199586+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0bb52b"},"request_uri":"http://127.0.0.1:8000/_wdt/0bb52b","method":"GET"} []
[2020-12-30T08:22:50.201384+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T08:22:50.305981+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T08:22:50.610086+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"da936a"},"request_uri":"http://127.0.0.1:8000/_wdt/da936a","method":"GET"} []
[2020-12-30T08:25:29.288665+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T08:25:29.404122+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T08:25:29.703163+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c0eff"},"request_uri":"http://127.0.0.1:8000/_wdt/6c0eff","method":"GET"} []
[2020-12-30T08:27:45.781520+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T08:27:45.820846+00:00] php.CRITICAL: Uncaught Error: Class 'App\Form\Regex' not found {"exception":"[object] (Error(code: 0): Class 'App\\Form\\Regex' not found at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Form\\InvoiceType.php:58)"} []
[2020-12-30T08:27:46.488481+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "Regex" from namespace "App\Form". Did you forget a "use" statement for "Symfony\Component\Validator\Constraints\Regex"?" at C:\Apache24\htdocs\InvoiceTracking\src\Form\InvoiceType.php line 58 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"Regex\" from namespace \"App\\Form\".\nDid you forget a \"use\" statement for \"Symfony\\Component\\Validator\\Constraints\\Regex\"? at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Form\\InvoiceType.php:58)"} []
[2020-12-30T08:27:46.673992+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a88d8a"},"request_uri":"http://127.0.0.1:8000/_wdt/a88d8a","method":"GET"} []
[2020-12-30T08:28:13.701679+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T08:28:13.786435+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Could not load type "App\Form\MoneyType": class does not exist." at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\form\FormRegistry.php line 85 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): Could not load type \"App\\Form\\MoneyType\": class does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\form\\FormRegistry.php:85)"} []
[2020-12-30T08:28:13.977031+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ca7a0b"},"request_uri":"http://127.0.0.1:8000/_wdt/ca7a0b","method":"GET"} []
[2020-12-30T08:28:28.924828+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T08:28:29.009728+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T08:28:29.265107+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"71d01e"},"request_uri":"http://127.0.0.1:8000/_wdt/71d01e","method":"GET"} []
[2020-12-30T09:02:58.545273+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T09:02:58.645033+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Could not load type "Symfony\Component\Form\Extension\Core\Type\FloatType": class does not exist." at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\form\FormRegistry.php line 85 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): Could not load type \"Symfony\\Component\\Form\\Extension\\Core\\Type\\FloatType\": class does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\form\\FormRegistry.php:85)"} []
[2020-12-30T09:02:58.819343+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"20c6df"},"request_uri":"http://127.0.0.1:8000/_wdt/20c6df","method":"GET"} []
[2020-12-30T09:03:18.279923+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T09:03:18.358507+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Could not load type "Symfony\Component\Form\Extension\Core\Type\FloatType": class does not exist." at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\form\FormRegistry.php line 85 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): Could not load type \"Symfony\\Component\\Form\\Extension\\Core\\Type\\FloatType\": class does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\form\\FormRegistry.php:85)"} []
[2020-12-30T09:03:18.527490+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b1ff2"},"request_uri":"http://127.0.0.1:8000/_wdt/7b1ff2","method":"GET"} []
[2020-12-30T09:04:07.801612+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T09:04:07.881698+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T09:04:08.141023+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b0b15"},"request_uri":"http://127.0.0.1:8000/_wdt/6b0b15","method":"GET"} []
[2020-12-30T09:06:15.226829+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T09:06:15.354359+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T09:06:15.617834+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f5558"},"request_uri":"http://127.0.0.1:8000/_wdt/3f5558","method":"GET"} []
[2020-12-30T09:06:32.412567+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T09:06:32.456545+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:06:32.530039+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:06:32.534483+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-30T09:06:32.537487+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:06:32.787975+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"af388d"},"request_uri":"http://127.0.0.1:8000/_wdt/af388d","method":"GET"} []
[2020-12-30T09:06:33.961907+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://127.0.0.1:8000/company/new","method":"GET"} []
[2020-12-30T09:06:34.258880+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"96788b"},"request_uri":"http://127.0.0.1:8000/_wdt/96788b","method":"GET"} []
[2020-12-30T09:07:33.168833+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://127.0.0.1:8000/company/new","method":"GET"} []
[2020-12-30T09:07:33.463807+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b5f38"},"request_uri":"http://127.0.0.1:8000/_wdt/8b5f38","method":"GET"} []
[2020-12-30T09:07:58.581164+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T09:07:58.674173+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T09:07:58.936248+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f11894"},"request_uri":"http://127.0.0.1:8000/_wdt/f11894","method":"GET"} []
[2020-12-30T09:08:00.369538+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:08:00.415620+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:08:00.488615+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:08:00.492953+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[2,1]] []
[2020-12-30T09:08:00.514631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-30T09:08:00.516645+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [4] []
[2020-12-30T09:08:00.518046+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:08:00.798705+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"82fea4"},"request_uri":"http://127.0.0.1:8000/_wdt/82fea4","method":"GET"} []
[2020-12-30T09:08:01.744243+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T09:08:01.863854+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T09:08:02.111822+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ffcea5"},"request_uri":"http://127.0.0.1:8000/_wdt/ffcea5","method":"GET"} []
[2020-12-30T09:08:03.567286+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:08:03.610385+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:08:03.686024+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:08:03.691246+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[2,1]] []
[2020-12-30T09:08:03.710677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-30T09:08:03.712637+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [4] []
[2020-12-30T09:08:03.713849+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:08:03.990399+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6731af"},"request_uri":"http://127.0.0.1:8000/_wdt/6731af","method":"GET"} []
[2020-12-30T09:09:21.483008+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:09:21.534996+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:09:21.670172+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:09:21.675621+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[2,1]] []
[2020-12-30T09:09:21.696127+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-30T09:09:21.698173+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [4] []
[2020-12-30T09:09:21.699942+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:09:21.974858+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"37a67b"},"request_uri":"http://127.0.0.1:8000/_wdt/37a67b","method":"GET"} []
[2020-12-30T09:09:26.755192+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:09:26.806921+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:09:26.885372+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:09:26.890689+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[2,1]] []
[2020-12-30T09:09:26.910323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-30T09:09:26.912299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [4] []
[2020-12-30T09:09:26.913513+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:09:27.187845+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba5bb7"},"request_uri":"http://127.0.0.1:8000/_wdt/ba5bb7","method":"GET"} []
[2020-12-30T09:09:52.242531+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:09:52.294481+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:09:52.418456+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:09:52.424464+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[2,1]] []
[2020-12-30T09:09:52.444826+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-30T09:09:52.446917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [4] []
[2020-12-30T09:09:52.448191+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:09:52.734719+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"632f8a"},"request_uri":"http://127.0.0.1:8000/_wdt/632f8a","method":"GET"} []
[2020-12-30T09:10:20.089901+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:10:20.143761+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:10:20.274258+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:10:20.278846+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[2,1]] []
[2020-12-30T09:10:20.299402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-30T09:10:20.301622+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [4] []
[2020-12-30T09:10:20.303007+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:10:20.582686+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b42489"},"request_uri":"http://127.0.0.1:8000/_wdt/b42489","method":"GET"} []
[2020-12-30T09:10:34.228568+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice/2","method":"GET"} []
[2020-12-30T09:10:34.293671+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:10:34.312235+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:10:34.316069+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.2: The "Pagerfanta\Exception\Exception" interface is deprecated and will be removed in 3.0, exceptions should implement "Pagerfanta\Exception\PagerfantaException" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.2: The \"Pagerfanta\\Exception\\Exception\" interface is deprecated and will be removed in 3.0, exceptions should implement \"Pagerfanta\\Exception\\PagerfantaException\" instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Exception\\Exception.php:5)"} []
[2020-12-30T09:10:34.324055+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page Not Found" at C:\Apache24\htdocs\InvoiceTracking\vendor\babdev\pagerfanta-bundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener.php line 29 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page Not Found at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\babdev\\pagerfanta-bundle\\EventListener\\ConvertNotValidCurrentPageToNotFoundListener.php:29)\n[previous exception] [object] (Pagerfanta\\Exception\\OutOfRangeCurrentPageException(code: 0): Page \"2\" does not exist. The currentPage must be inferior to \"1\" at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Pagerfanta.php:292)"} []
[2020-12-30T09:10:34.519574+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1a2173"},"request_uri":"http://127.0.0.1:8000/_wdt/1a2173","method":"GET"} []
[2020-12-30T09:10:37.745705+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"1","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice/1","method":"GET"} []
[2020-12-30T09:10:37.799242+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:10:37.878146+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:10:37.883208+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[2,1]] []
[2020-12-30T09:10:37.903616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-30T09:10:37.905628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [4] []
[2020-12-30T09:10:37.906866+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:10:38.185248+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ec9ae1"},"request_uri":"http://127.0.0.1:8000/_wdt/ec9ae1","method":"GET"} []
[2020-12-30T09:10:40.283853+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice/2","method":"GET"} []
[2020-12-30T09:10:40.336817+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:10:40.352502+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:10:40.354882+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.2: The "Pagerfanta\Exception\Exception" interface is deprecated and will be removed in 3.0, exceptions should implement "Pagerfanta\Exception\PagerfantaException" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.2: The \"Pagerfanta\\Exception\\Exception\" interface is deprecated and will be removed in 3.0, exceptions should implement \"Pagerfanta\\Exception\\PagerfantaException\" instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Exception\\Exception.php:5)"} []
[2020-12-30T09:10:40.362654+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page Not Found" at C:\Apache24\htdocs\InvoiceTracking\vendor\babdev\pagerfanta-bundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener.php line 29 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page Not Found at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\babdev\\pagerfanta-bundle\\EventListener\\ConvertNotValidCurrentPageToNotFoundListener.php:29)\n[previous exception] [object] (Pagerfanta\\Exception\\OutOfRangeCurrentPageException(code: 0): Page \"2\" does not exist. The currentPage must be inferior to \"1\" at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Pagerfanta.php:292)"} []
[2020-12-30T09:10:40.554635+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"027b8e"},"request_uri":"http://127.0.0.1:8000/_wdt/027b8e","method":"GET"} []
[2020-12-30T09:18:20.663616+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T09:18:20.771246+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T09:18:21.038268+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aec4de"},"request_uri":"http://127.0.0.1:8000/_wdt/aec4de","method":"GET"} []
[2020-12-30T09:20:32.500435+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T09:20:32.629010+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T09:20:32.889482+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e32963"},"request_uri":"http://127.0.0.1:8000/_wdt/e32963","method":"GET"} []
[2020-12-30T09:20:34.734430+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:20:34.781089+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:20:34.913352+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:20:34.918520+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[2,1]] []
[2020-12-30T09:20:34.939219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-30T09:20:34.941357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [4] []
[2020-12-30T09:20:34.942634+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:20:35.224519+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3af993"},"request_uri":"http://127.0.0.1:8000/_wdt/3af993","method":"GET"} []
[2020-12-30T09:20:36.408086+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice/2","method":"GET"} []
[2020-12-30T09:20:36.462802+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:20:36.496583+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:20:36.499264+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.2: The "Pagerfanta\Exception\Exception" interface is deprecated and will be removed in 3.0, exceptions should implement "Pagerfanta\Exception\PagerfantaException" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.2: The \"Pagerfanta\\Exception\\Exception\" interface is deprecated and will be removed in 3.0, exceptions should implement \"Pagerfanta\\Exception\\PagerfantaException\" instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Exception\\Exception.php:5)"} []
[2020-12-30T09:20:36.508972+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page Not Found" at C:\Apache24\htdocs\InvoiceTracking\vendor\babdev\pagerfanta-bundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener.php line 29 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page Not Found at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\babdev\\pagerfanta-bundle\\EventListener\\ConvertNotValidCurrentPageToNotFoundListener.php:29)\n[previous exception] [object] (Pagerfanta\\Exception\\OutOfRangeCurrentPageException(code: 0): Page \"2\" does not exist. The currentPage must be inferior to \"1\" at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Pagerfanta.php:292)"} []
[2020-12-30T09:20:36.698212+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9f661"},"request_uri":"http://127.0.0.1:8000/_wdt/c9f661","method":"GET"} []
[2020-12-30T09:20:58.566964+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice/2","method":"GET"} []
[2020-12-30T09:20:58.594786+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:20:58.622291+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:20:58.625193+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.2: The "Pagerfanta\Exception\Exception" interface is deprecated and will be removed in 3.0, exceptions should implement "Pagerfanta\Exception\PagerfantaException" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.2: The \"Pagerfanta\\Exception\\Exception\" interface is deprecated and will be removed in 3.0, exceptions should implement \"Pagerfanta\\Exception\\PagerfantaException\" instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Exception\\Exception.php:5)"} []
[2020-12-30T09:20:58.632607+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page Not Found" at C:\Apache24\htdocs\InvoiceTracking\vendor\babdev\pagerfanta-bundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener.php line 29 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Page Not Found at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\babdev\\pagerfanta-bundle\\EventListener\\ConvertNotValidCurrentPageToNotFoundListener.php:29)\n[previous exception] [object] (Pagerfanta\\Exception\\OutOfRangeCurrentPageException(code: 0): Page \"2\" does not exist. The currentPage must be inferior to \"1\" at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Pagerfanta.php:292)"} []
[2020-12-30T09:20:58.856738+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31700a"},"request_uri":"http://127.0.0.1:8000/_wdt/31700a","method":"GET"} []
[2020-12-30T09:21:01.016730+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:21:01.070334+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:21:01.145091+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:21:01.149526+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[2,1]] []
[2020-12-30T09:21:01.169482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-30T09:21:01.171545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [4] []
[2020-12-30T09:21:01.173077+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:21:01.447946+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"34ef4e"},"request_uri":"http://127.0.0.1:8000/_wdt/34ef4e","method":"GET"} []
[2020-12-30T09:21:02.279734+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/invoice/show/2","method":"GET"} []
[2020-12-30T09:21:02.348159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["2"] []
[2020-12-30T09:21:02.422608+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "invocie" does not exist." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\show.html.twig line 38 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"invocie\" does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\show.html.twig:38)"} []
[2020-12-30T09:21:02.638567+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"73061d"},"request_uri":"http://127.0.0.1:8000/_wdt/73061d","method":"GET"} []
[2020-12-30T09:21:56.526864+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/invoice/show/2","method":"GET"} []
[2020-12-30T09:21:56.602646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["2"] []
[2020-12-30T09:21:56.680458+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "company" does not exist." at C:\Apache24\htdocs\InvoiceTracking\templates\company\_delete_form.html.twig line 1 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"company\" does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\company\\_delete_form.html.twig:1)"} []
[2020-12-30T09:21:56.902697+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dab392"},"request_uri":"http://127.0.0.1:8000/_wdt/dab392","method":"GET"} []
[2020-12-30T09:22:39.984008+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/invoice/show/2","method":"GET"} []
[2020-12-30T09:22:40.053159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["2"] []
[2020-12-30T09:22:40.089839+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "company" does not exist." at C:\Apache24\htdocs\InvoiceTracking\templates\company\_delete_form.html.twig line 1 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"company\" does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\company\\_delete_form.html.twig:1)"} []
[2020-12-30T09:22:40.311289+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53f53e"},"request_uri":"http://127.0.0.1:8000/_wdt/53f53e","method":"GET"} []
[2020-12-30T09:22:41.076492+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/invoice/show/2","method":"GET"} []
[2020-12-30T09:22:41.145100+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["2"] []
[2020-12-30T09:22:41.181808+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "company" does not exist." at C:\Apache24\htdocs\InvoiceTracking\templates\company\_delete_form.html.twig line 1 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"company\" does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\company\\_delete_form.html.twig:1)"} []
[2020-12-30T09:22:41.404987+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e15ad5"},"request_uri":"http://127.0.0.1:8000/_wdt/e15ad5","method":"GET"} []
[2020-12-30T09:23:17.812968+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/invoice/show/2","method":"GET"} []
[2020-12-30T09:23:17.879185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["2"] []
[2020-12-30T09:23:17.967896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-30T09:23:17.970403+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\\InvoiceTracking\\var\\cache\\dev\\twig\\78\\781052da624460c128884f83b6bd088af7f9d9cd6c773cd7bc7d0eef645a3558.php:187)"} []
[2020-12-30T09:23:17.980315+00:00] request.CRITICAL: Uncaught PHP Exception Error: "Object of class DateTime could not be converted to string" at C:\Apache24\htdocs\InvoiceTracking\var\cache\dev\twig\78\781052da624460c128884f83b6bd088af7f9d9cd6c773cd7bc7d0eef645a3558.php line 187 {"exception":"[object] (Error(code: 0): Object of class DateTime could not be converted to string at C:\\Apache24\\htdocs\\InvoiceTracking\\var\\cache\\dev\\twig\\78\\781052da624460c128884f83b6bd088af7f9d9cd6c773cd7bc7d0eef645a3558.php:187)"} []
[2020-12-30T09:23:18.192988+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"302a54"},"request_uri":"http://127.0.0.1:8000/_wdt/302a54","method":"GET"} []
[2020-12-30T09:24:28.212718+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/invoice/show/2","method":"GET"} []
[2020-12-30T09:24:28.277628+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["2"] []
[2020-12-30T09:24:28.351779+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-30T09:24:28.614379+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"67ec33"},"request_uri":"http://127.0.0.1:8000/_wdt/67ec33","method":"GET"} []
[2020-12-30T09:24:29.421653+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/invoice/show/2","method":"GET"} []
[2020-12-30T09:24:29.502493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["2"] []
[2020-12-30T09:24:29.542435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-30T09:24:29.809635+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e1f933"},"request_uri":"http://127.0.0.1:8000/_wdt/e1f933","method":"GET"} []
[2020-12-30T09:24:43.777242+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:24:43.832288+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:24:43.896695+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:24:43.901396+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[2,1]] []
[2020-12-30T09:24:43.921585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-30T09:24:43.923661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [4] []
[2020-12-30T09:24:43.924949+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:24:44.204381+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7eacf7"},"request_uri":"http://127.0.0.1:8000/_wdt/7eacf7","method":"GET"} []
[2020-12-30T09:28:15.665248+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/invoice/2/edit","method":"GET"} []
[2020-12-30T09:28:15.733079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["2"] []
[2020-12-30T09:28:15.803682+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-30T09:28:15.807141+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T09:28:15.867210+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "company" does not exist." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\edit.html.twig line 43 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"company\" does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\edit.html.twig:43)"} []
[2020-12-30T09:28:16.091689+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f14e77"},"request_uri":"http://127.0.0.1:8000/_wdt/f14e77","method":"GET"} []
[2020-12-30T09:29:21.678964+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/invoice/2/edit","method":"GET"} []
[2020-12-30T09:29:21.752299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["2"] []
[2020-12-30T09:29:21.821272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-30T09:29:21.825236+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T09:29:21.879897+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "company" does not exist." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\edit.html.twig line 43 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"company\" does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\edit.html.twig:43)"} []
[2020-12-30T09:29:22.108955+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"814aea"},"request_uri":"http://127.0.0.1:8000/_wdt/814aea","method":"GET"} []
[2020-12-30T09:31:06.341663+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/invoice/2/edit","method":"GET"} []
[2020-12-30T09:31:06.420092+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["2"] []
[2020-12-30T09:31:06.491345+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-30T09:31:06.495180+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T09:31:06.551501+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "company" does not exist." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\edit.html.twig line 56 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"company\" does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\edit.html.twig:56)"} []
[2020-12-30T09:31:06.770701+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"750438"},"request_uri":"http://127.0.0.1:8000/_wdt/750438","method":"GET"} []
[2020-12-30T09:31:40.868255+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/invoice/2/edit","method":"GET"} []
[2020-12-30T09:31:40.933665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["2"] []
[2020-12-30T09:31:41.004112+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-30T09:31:41.007349+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T09:31:41.059921+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\Invoice"." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\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\\Invoice\". at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\edit.html.twig:56)"} []
[2020-12-30T09:31:41.298009+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7dc0f6"},"request_uri":"http://127.0.0.1:8000/_wdt/7dc0f6","method":"GET"} []
[2020-12-30T09:31:58.144169+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/invoice/2/edit","method":"GET"} []
[2020-12-30T09:31:58.221612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["2"] []
[2020-12-30T09:31:58.290108+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-30T09:31:58.293470+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T09:31:58.607526+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"76a990"},"request_uri":"http://127.0.0.1:8000/_wdt/76a990","method":"GET"} []
[2020-12-30T09:32:04.553565+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/invoice/2/edit","method":"POST"} []
[2020-12-30T09:32:04.638098+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["2"] []
[2020-12-30T09:32:04.717271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-30T09:32:04.723067+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["5"]] []
[2020-12-30T09:32:04.923853+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:32:04.977941+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:32:05.059333+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:32:05.064324+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[2,1]] []
[2020-12-30T09:32:05.083886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-30T09:32:05.085888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [4] []
[2020-12-30T09:32:05.087137+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:32:05.349427+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ec30f"},"request_uri":"http://127.0.0.1:8000/_wdt/5ec30f","method":"GET"} []
[2020-12-30T09:32:07.330681+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/invoice/show/2","method":"GET"} []
[2020-12-30T09:32:07.386954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["2"] []
[2020-12-30T09:32:07.423631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-30T09:32:07.697924+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f2f2b6"},"request_uri":"http://127.0.0.1:8000/_wdt/f2f2b6","method":"GET"} []
[2020-12-30T09:32:11.742093+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"1"},"request_uri":"http://127.0.0.1:8000/invoice/show/1","method":"GET"} []
[2020-12-30T09:32:11.811543+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["1"] []
[2020-12-30T09:32:11.849417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [4] []
[2020-12-30T09:32:12.118684+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"88b69d"},"request_uri":"http://127.0.0.1:8000/_wdt/88b69d","method":"GET"} []
[2020-12-30T09:32:13.789131+00:00] request.INFO: Matched route "invoice_delete". {"route":"invoice_delete","route_parameters":{"_route":"invoice_delete","_controller":"App\\Controller\\InvoiceController::delete","id":"1"},"request_uri":"http://127.0.0.1:8000/invoice/1","method":"DELETE"} []
[2020-12-30T09:32:13.869692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["1"] []
[2020-12-30T09:32:13.899113+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-30T09:32:13.899362+00:00] doctrine.DEBUG: DELETE FROM invoice WHERE id = ? [1] []
[2020-12-30T09:32:13.899754+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-30T09:32:14.065257+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:32:14.121504+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:32:14.195088+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:32:14.199725+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[2]] []
[2020-12-30T09:32:14.218696+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-30T09:32:14.221599+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:32:14.486771+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0edd7a"},"request_uri":"http://127.0.0.1:8000/_wdt/0edd7a","method":"GET"} []
[2020-12-30T09:32:17.292622+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/invoice/2/edit","method":"GET"} []
[2020-12-30T09:32:17.364046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["2"] []
[2020-12-30T09:32:17.439440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-30T09:32:17.442982+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T09:32:17.720974+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0ee865"},"request_uri":"http://127.0.0.1:8000/_wdt/0ee865","method":"GET"} []
[2020-12-30T09:32:18.998624+00:00] request.INFO: Matched route "invoice_delete". {"route":"invoice_delete","route_parameters":{"_route":"invoice_delete","_controller":"App\\Controller\\InvoiceController::delete","id":"2"},"request_uri":"http://127.0.0.1:8000/invoice/2","method":"DELETE"} []
[2020-12-30T09:32:19.077714+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["2"] []
[2020-12-30T09:32:19.109311+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-30T09:32:19.109624+00:00] doctrine.DEBUG: DELETE FROM invoice WHERE id = ? [2] []
[2020-12-30T09:32:19.110167+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-30T09:32:19.271396+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:32:19.324909+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:32:19.411635+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:32:19.414806+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:32:19.658333+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7abeb2"},"request_uri":"http://127.0.0.1:8000/_wdt/7abeb2","method":"GET"} []
[2020-12-30T09:32:21.621714+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T09:32:21.666202+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:32:21.741181+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:32:21.745398+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-30T09:32:21.748476+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:32:22.067083+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"57ffcf"},"request_uri":"http://127.0.0.1:8000/_wdt/57ffcf","method":"GET"} []
[2020-12-30T09:32:24.302775+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/company/3/edit","method":"GET"} []
[2020-12-30T09:32:24.371391+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2020-12-30T09:32:24.739577+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4a200e"},"request_uri":"http://127.0.0.1:8000/_wdt/4a200e","method":"GET"} []
[2020-12-30T09:32:42.631938+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/company/3/edit","method":"GET"} []
[2020-12-30T09:32:42.698200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2020-12-30T09:34:30.065320+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/company/3/edit","method":"GET"} []
[2020-12-30T09:34:30.136384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2020-12-30T09:34:30.435004+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0b744b"},"request_uri":"http://127.0.0.1:8000/_wdt/0b744b","method":"GET"} []
[2020-12-30T09:36:19.185011+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/company/3/edit","method":"GET"} []
[2020-12-30T09:36:19.260354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2020-12-30T09:36:19.545810+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fcdc00"},"request_uri":"http://127.0.0.1:8000/_wdt/fcdc00","method":"GET"} []
[2020-12-30T09:41:47.290582+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"2"},"request_uri":"http://127.0.0.1:8000/invoice/2/edit","method":"GET"} []
[2020-12-30T09:41:47.350825+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["2"] []
[2020-12-30T09:41:47.365124+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Invoice object not found by the @ParamConverter annotation." at C:\Apache24\htdocs\InvoiceTracking\vendor\sensio\framework-extra-bundle\src\Request\ParamConverter\DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Invoice object not found by the @ParamConverter annotation. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\sensio\\framework-extra-bundle\\src\\Request\\ParamConverter\\DoctrineParamConverter.php:107)"} []
[2020-12-30T09:41:47.550046+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5738c9"},"request_uri":"http://127.0.0.1:8000/_wdt/5738c9","method":"GET"} []
[2020-12-30T09:41:52.035222+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"2"},"request_uri":"http://127.0.0.1:8000/invoice/show/2","method":"GET"} []
[2020-12-30T09:41:52.089325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["2"] []
[2020-12-30T09:41:52.099739+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Invoice object not found by the @ParamConverter annotation." at C:\Apache24\htdocs\InvoiceTracking\vendor\sensio\framework-extra-bundle\src\Request\ParamConverter\DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Invoice object not found by the @ParamConverter annotation. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\sensio\\framework-extra-bundle\\src\\Request\\ParamConverter\\DoctrineParamConverter.php:107)"} []
[2020-12-30T09:41:52.270512+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bdf29d"},"request_uri":"http://127.0.0.1:8000/_wdt/bdf29d","method":"GET"} []
[2020-12-30T09:41:58.421932+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:41:58.470513+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:41:58.558111+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:41:58.565634+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:41:58.813130+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cd2aae"},"request_uri":"http://127.0.0.1:8000/_wdt/cd2aae","method":"GET"} []
[2020-12-30T09:42:02.391749+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:42:02.435954+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:42:02.506248+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:42:02.509076+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:42:02.752454+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd6215"},"request_uri":"http://127.0.0.1:8000/_wdt/dd6215","method":"GET"} []
[2020-12-30T09:42:03.979926+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T09:42:04.073698+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T09:42:04.334345+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f17371"},"request_uri":"http://127.0.0.1:8000/_wdt/f17371","method":"GET"} []
[2020-12-30T09:42:33.549507+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"POST"} []
[2020-12-30T09:42:33.659782+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["3"]] []
[2020-12-30T09:42:33.702646+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-30T09:42:33.706678+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"124578","2":"2020-12-30T00:00:00+00:00","3":"124587","4":5000.32,"5":"12555","6":null,"7":null,"8":"2021-01-13T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":3} []
[2020-12-30T09:42:33.707095+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-30T09:42:33.832202+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:42:33.875288+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:42:33.942487+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:42:33.946867+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T09:42:33.965940+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T09:42:33.968830+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:42:34.229076+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"648069"},"request_uri":"http://127.0.0.1:8000/_wdt/648069","method":"GET"} []
[2020-12-30T09:42:35.571586+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/invoice/show/3","method":"GET"} []
[2020-12-30T09:42:35.652999+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["3"] []
[2020-12-30T09:42:35.689592+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T09:42:35.960928+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"39cdc6"},"request_uri":"http://127.0.0.1:8000/_wdt/39cdc6","method":"GET"} []
[2020-12-30T09:42:41.802355+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/invoice/3/edit","method":"GET"} []
[2020-12-30T09:42:41.874230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["3"] []
[2020-12-30T09:42:41.943320+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T09:42:41.946723+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T09:42:42.221142+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a6d078"},"request_uri":"http://127.0.0.1:8000/_wdt/a6d078","method":"GET"} []
[2020-12-30T09:42:44.792202+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/invoice/3/edit","method":"POST"} []
[2020-12-30T09:42:44.868968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["3"] []
[2020-12-30T09:42:44.943116+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T09:42:44.950207+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["3"]] []
[2020-12-30T09:42:45.144204+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:42:45.197077+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:42:45.264133+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:42:45.268625+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T09:42:45.288304+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T09:42:45.291191+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:42:45.583862+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dfbec5"},"request_uri":"http://127.0.0.1:8000/_wdt/dfbec5","method":"GET"} []
[2020-12-30T09:51:30.694376+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:51:30.750710+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:51:30.856576+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:51:30.861659+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T09:51:30.883028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T09:51:30.885987+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:51:31.164887+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"19eb8e"},"request_uri":"http://127.0.0.1:8000/_wdt/19eb8e","method":"GET"} []
[2020-12-30T09:52:42.081687+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:52:42.133644+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:52:42.236802+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:52:42.241327+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T09:52:42.261110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T09:52:42.264165+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:52:42.557739+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f2a26"},"request_uri":"http://127.0.0.1:8000/_wdt/9f2a26","method":"GET"} []
[2020-12-30T09:52:43.486384+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:52:43.558471+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:52:43.624112+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:52:43.628469+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T09:52:43.649469+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T09:52:43.652659+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:52:43.930800+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db6840"},"request_uri":"http://127.0.0.1:8000/_wdt/db6840","method":"GET"} []
[2020-12-30T09:53:37.956864+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:53:38.012011+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:53:38.135694+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:53:38.140874+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T09:53:38.162340+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T09:53:38.165340+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:53:38.434809+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fdab8c"},"request_uri":"http://127.0.0.1:8000/_wdt/fdab8c","method":"GET"} []
[2020-12-30T09:54:16.179352+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:54:16.232059+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:54:16.353989+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:54:16.358600+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T09:54:16.378905+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T09:54:16.382151+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:54:16.653296+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a83c5a"},"request_uri":"http://127.0.0.1:8000/_wdt/a83c5a","method":"GET"} []
[2020-12-30T09:54:43.004787+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:54:43.057475+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:54:43.165778+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:54:43.170316+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T09:54:43.190201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T09:54:43.193172+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:54:43.461302+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a21987"},"request_uri":"http://127.0.0.1:8000/_wdt/a21987","method":"GET"} []
[2020-12-30T09:57:13.245009+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:57:13.299779+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:57:13.414348+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:57:13.418923+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T09:57:13.438754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T09:57:13.441616+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:57:13.712612+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8bf1f9"},"request_uri":"http://127.0.0.1:8000/_wdt/8bf1f9","method":"GET"} []
[2020-12-30T09:57:14.531521+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:57:14.582599+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:57:14.664406+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:57:14.670129+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T09:57:14.694955+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T09:57:14.698074+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:57:14.976431+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3107ea"},"request_uri":"http://127.0.0.1:8000/_wdt/3107ea","method":"GET"} []
[2020-12-30T09:58:37.860379+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T09:58:37.915040+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T09:58:38.031642+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T09:58:38.037096+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T09:58:38.058007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T09:58:38.060950+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T09:58:38.334135+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98df77"},"request_uri":"http://127.0.0.1:8000/_wdt/98df77","method":"GET"} []
[2020-12-30T09:59:36.865840+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/company/3/edit","method":"GET"} []
[2020-12-30T09:59:36.933498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2020-12-30T09:59:37.292300+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f7c28"},"request_uri":"http://127.0.0.1:8000/_wdt/7f7c28","method":"GET"} []
[2020-12-30T10:00:10.820619+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/company/3/edit","method":"GET"} []
[2020-12-30T10:00:10.892764+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2020-12-30T10:00:11.240744+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cd94ba"},"request_uri":"http://127.0.0.1:8000/_wdt/cd94ba","method":"GET"} []
[2020-12-30T10:00:14.685672+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T10:00:14.740862+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:00:14.814699+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:00:14.819117+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-30T10:00:14.822123+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:00:15.066374+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f16c82"},"request_uri":"http://127.0.0.1:8000/_wdt/f16c82","method":"GET"} []
[2020-12-30T10:00:16.425760+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T10:00:16.467880+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:00:16.534892+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:00:16.538910+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-30T10:00:16.541787+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:00:16.785342+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b3419e"},"request_uri":"http://127.0.0.1:8000/_wdt/b3419e","method":"GET"} []
[2020-12-30T10:00:18.055301+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T10:00:18.097549+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:00:18.166816+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:00:18.170753+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-30T10:00:18.173909+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:00:18.422630+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb9850"},"request_uri":"http://127.0.0.1:8000/_wdt/fb9850","method":"GET"} []
[2020-12-30T10:00:19.034000+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T10:00:19.078961+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:00:19.131263+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:00:19.135051+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-30T10:00:19.137838+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:00:19.391706+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4575bc"},"request_uri":"http://127.0.0.1:8000/_wdt/4575bc","method":"GET"} []
[2020-12-30T10:01:09.669685+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T10:01:09.713114+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:01:09.828306+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:01:09.833209+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-30T10:01:09.836298+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:01:10.136017+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eeb073"},"request_uri":"http://127.0.0.1:8000/_wdt/eeb073","method":"GET"} []
[2020-12-30T10:01:13.467679+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:01:13.580044+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:01:13.827344+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c156f"},"request_uri":"http://127.0.0.1:8000/_wdt/2c156f","method":"GET"} []
[2020-12-30T10:01:15.072129+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T10:01:15.115058+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:01:15.185365+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:01:15.189177+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T10:01:15.208860+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T10:01:15.211677+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:01:15.478365+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a9d499"},"request_uri":"http://127.0.0.1:8000/_wdt/a9d499","method":"GET"} []
[2020-12-30T10:01:16.251348+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T10:01:16.299192+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:01:16.376435+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:01:16.383520+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-30T10:01:16.387568+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:01:16.634589+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aab597"},"request_uri":"http://127.0.0.1:8000/_wdt/aab597","method":"GET"} []
[2020-12-30T10:01:19.019906+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:01:19.115432+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:01:19.361611+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"74ca31"},"request_uri":"http://127.0.0.1:8000/_wdt/74ca31","method":"GET"} []
[2020-12-30T10:06:16.386487+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:06:16.501236+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:06:16.753396+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9690e7"},"request_uri":"http://127.0.0.1:8000/_wdt/9690e7","method":"GET"} []
[2020-12-30T10:06:17.533594+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:06:17.625533+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:06:17.862122+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e855e9"},"request_uri":"http://127.0.0.1:8000/_wdt/e855e9","method":"GET"} []
[2020-12-30T10:06:18.683968+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:06:18.780081+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:06:19.046772+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:06:19.138444+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:06:19.402358+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:06:19.500555+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:06:19.780277+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:06:19.886846+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:06:20.197874+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:06:20.294953+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:06:20.535255+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64e6a1"},"request_uri":"http://127.0.0.1:8000/_wdt/64e6a1","method":"GET"} []
[2020-12-30T10:06:21.412860+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:06:21.509022+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:06:21.750575+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7fc953"},"request_uri":"http://127.0.0.1:8000/_wdt/7fc953","method":"GET"} []
[2020-12-30T10:07:06.036957+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:06.139432+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:06.439880+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fca69c"},"request_uri":"http://127.0.0.1:8000/_wdt/fca69c","method":"GET"} []
[2020-12-30T10:07:07.222905+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:07.330265+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:07.572432+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"acf227"},"request_uri":"http://127.0.0.1:8000/_wdt/acf227","method":"GET"} []
[2020-12-30T10:07:08.308113+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:08.401192+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:08.667203+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:08.761829+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:09.011859+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:09.101638+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:09.349826+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:09.451669+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:09.708197+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:09.800729+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:10.070636+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:10.163197+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:10.431273+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:10.532562+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:10.747587+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:10.851483+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:11.068131+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:11.165718+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:11.427860+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:11.518971+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:11.774044+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:11.873869+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:12.176598+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:12.280601+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:13.323831+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:13.431250+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:13.667915+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"688ca4"},"request_uri":"http://127.0.0.1:8000/_wdt/688ca4","method":"GET"} []
[2020-12-30T10:07:28.612074+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:28.705863+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:29.012563+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e419d5"},"request_uri":"http://127.0.0.1:8000/_wdt/e419d5","method":"GET"} []
[2020-12-30T10:07:30.259232+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:30.380616+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:30.577823+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:30.675849+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:30.866916+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:30.957612+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:31.191403+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:31.305508+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:31.574441+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5f8177"},"request_uri":"http://127.0.0.1:8000/_wdt/5f8177","method":"GET"} []
[2020-12-30T10:07:41.641192+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:41.742386+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:42.051417+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed5581"},"request_uri":"http://127.0.0.1:8000/_wdt/ed5581","method":"GET"} []
[2020-12-30T10:07:42.802317+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:42.913172+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:43.272963+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:43.369245+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:44.589923+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:44.692329+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:44.943096+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"087731"},"request_uri":"http://127.0.0.1:8000/_wdt/087731","method":"GET"} []
[2020-12-30T10:07:45.658952+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:45.757607+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:46.060660+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:46.158524+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:46.420669+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:46.512072+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:46.805590+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:46.902821+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:47.180067+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:47.280527+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:48.427186+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:48.524998+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:48.761527+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0f098e"},"request_uri":"http://127.0.0.1:8000/_wdt/0f098e","method":"GET"} []
[2020-12-30T10:07:49.636290+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:49.729080+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:49.987644+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2cd1ff"},"request_uri":"http://127.0.0.1:8000/_wdt/2cd1ff","method":"GET"} []
[2020-12-30T10:07:51.331879+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:51.428877+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:51.683385+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dbcdda"},"request_uri":"http://127.0.0.1:8000/_wdt/dbcdda","method":"GET"} []
[2020-12-30T10:07:52.466933+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:07:52.572027+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:07:52.808340+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb9535"},"request_uri":"http://127.0.0.1:8000/_wdt/eb9535","method":"GET"} []
[2020-12-30T10:08:50.930957+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:08:51.025212+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:08:51.335933+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0afe87"},"request_uri":"http://127.0.0.1:8000/_wdt/0afe87","method":"GET"} []
[2020-12-30T10:08:52.386443+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:08:52.500645+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:08:52.735134+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4205f6"},"request_uri":"http://127.0.0.1:8000/_wdt/4205f6","method":"GET"} []
[2020-12-30T10:08:54.828827+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T10:08:54.930093+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T10:08:55.179797+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ec1232"},"request_uri":"http://127.0.0.1:8000/_wdt/ec1232","method":"GET"} []
[2020-12-30T10:08:56.687612+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T10:08:56.732037+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:08:56.809268+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:08:56.814283+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T10:08:56.835207+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T10:08:56.838122+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:08:57.121121+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f645b1"},"request_uri":"http://127.0.0.1:8000/_wdt/f645b1","method":"GET"} []
[2020-12-30T10:08:58.926202+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T10:08:58.978204+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:08:59.055227+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:08:59.059622+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T10:08:59.078713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T10:08:59.081545+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:08:59.344422+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3b9bb"},"request_uri":"http://127.0.0.1:8000/_wdt/f3b9bb","method":"GET"} []
[2020-12-30T10:09:01.006474+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T10:09:01.063452+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:09:01.142833+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:09:01.147325+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T10:09:01.166579+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T10:09:01.169461+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:09:01.438642+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a23da0"},"request_uri":"http://127.0.0.1:8000/_wdt/a23da0","method":"GET"} []
[2020-12-30T10:09:02.903561+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T10:09:02.956835+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:09:03.044027+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:09:03.058046+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T10:09:03.088118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T10:09:03.092046+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:09:03.348950+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"94fadb"},"request_uri":"http://127.0.0.1:8000/_wdt/94fadb","method":"GET"} []
[2020-12-30T10:09:04.750146+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T10:09:04.802764+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:09:04.877841+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:09:04.882356+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T10:09:04.901504+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T10:09:04.904544+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:09:05.167505+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cefd95"},"request_uri":"http://127.0.0.1:8000/_wdt/cefd95","method":"GET"} []
[2020-12-30T10:20:11.690190+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T10:20:11.748100+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:20:11.813350+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:20:11.818683+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T10:20:11.842669+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T10:20:11.845491+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:20:12.121478+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"825ec0"},"request_uri":"http://127.0.0.1:8000/_wdt/825ec0","method":"GET"} []
[2020-12-30T10:20:13.145514+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T10:20:13.197578+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:20:13.269437+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:20:13.274338+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T10:20:13.295248+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T10:20:13.298085+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:20:13.566095+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bb012d"},"request_uri":"http://127.0.0.1:8000/_wdt/bb012d","method":"GET"} []
[2020-12-30T10:20:17.066763+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T10:20:17.117610+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:20:17.203175+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:20:17.207575+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T10:20:17.226442+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T10:20:17.229286+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:20:19.066697+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T10:20:19.122847+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:20:19.204658+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:20:19.209743+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T10:20:19.229137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T10:20:19.232050+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:20:19.517463+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c0fe2c"},"request_uri":"http://127.0.0.1:8000/_wdt/c0fe2c","method":"GET"} []
[2020-12-30T10:20:22.542783+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T10:20:22.594821+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:20:22.677582+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:20:22.682046+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T10:20:22.701246+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T10:20:22.704629+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:20:23.002988+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba2700"},"request_uri":"http://127.0.0.1:8000/_wdt/ba2700","method":"GET"} []
[2020-12-30T10:25:00.588808+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T10:25:00.644123+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:25:00.730406+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:25:00.735155+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T10:25:00.756540+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T10:25:00.759541+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:25:01.090277+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f4bebb"},"request_uri":"http://127.0.0.1:8000/_wdt/f4bebb","method":"GET"} []
[2020-12-30T10:26:27.763378+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T10:26:27.816783+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:26:27.896318+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:26:27.900761+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T10:26:27.921025+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T10:26:27.924058+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:26:28.230661+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"59623a"},"request_uri":"http://127.0.0.1:8000/_wdt/59623a","method":"GET"} []
[2020-12-30T10:27:41.640494+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T10:27:41.698361+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:27:41.781037+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:27:41.785516+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T10:27:41.807448+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T10:27:41.811965+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:27:42.138212+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dc3404"},"request_uri":"http://127.0.0.1:8000/_wdt/dc3404","method":"GET"} []
[2020-12-30T10:28:48.093071+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T10:28:48.144376+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:28:48.230893+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:28:48.236215+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T10:28:48.257997+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T10:28:48.261009+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:28:48.532141+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"52bb33"},"request_uri":"http://127.0.0.1:8000/_wdt/52bb33","method":"GET"} []
[2020-12-30T10:29:02.939233+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T10:29:02.990615+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:29:03.069077+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:29:03.079618+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T10:29:03.107315+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T10:29:03.110211+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:29:03.373123+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9e438c"},"request_uri":"http://127.0.0.1:8000/_wdt/9e438c","method":"GET"} []
[2020-12-30T10:29:04.625735+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T10:29:04.676680+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:29:04.762280+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:29:04.766791+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T10:29:04.786581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T10:29:04.789908+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:29:05.063061+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"902c32"},"request_uri":"http://127.0.0.1:8000/_wdt/902c32","method":"GET"} []
[2020-12-30T10:29:11.553006+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T10:29:11.604589+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:29:11.688845+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:29:11.693255+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T10:29:11.712517+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T10:29:11.715824+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:29:11.982821+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"074a57"},"request_uri":"http://127.0.0.1:8000/_wdt/074a57","method":"GET"} []
[2020-12-30T10:29:13.068410+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T10:29:13.119341+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:29:13.207166+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:29:13.221645+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T10:29:13.249017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T10:29:13.252648+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:29:13.514036+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6d2233"},"request_uri":"http://127.0.0.1:8000/_wdt/6d2233","method":"GET"} []
[2020-12-30T10:29:55.996079+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T10:29:56.048422+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:29:56.164631+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:29:56.169274+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T10:29:56.189000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T10:29:56.191937+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:29:56.460349+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5a399b"},"request_uri":"http://127.0.0.1:8000/_wdt/5a399b","method":"GET"} []
[2020-12-30T10:29:57.556190+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T10:29:57.605879+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:29:57.677804+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:29:57.682084+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T10:29:57.700991+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T10:29:57.704314+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:29:57.970323+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86d436"},"request_uri":"http://127.0.0.1:8000/_wdt/86d436","method":"GET"} []
[2020-12-30T10:31:34.480661+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T10:31:34.537557+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:31:34.661455+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:31:34.667361+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T10:31:34.689068+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T10:31:34.692196+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:31:35.014714+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"50d1a5"},"request_uri":"http://127.0.0.1:8000/_wdt/50d1a5","method":"GET"} []
[2020-12-30T10:31:56.927990+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T10:31:56.979442+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:31:57.053975+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:31:57.059145+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T10:31:57.078904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T10:31:57.081753+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:31:57.380567+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8abf3c"},"request_uri":"http://127.0.0.1:8000/_wdt/8abf3c","method":"GET"} []
[2020-12-30T10:31:58.586029+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T10:31:58.637424+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T10:31:58.717075+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T10:31:58.721545+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T10:31:58.741325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T10:31:58.744170+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T10:31:59.002669+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"72900d"},"request_uri":"http://127.0.0.1:8000/_wdt/72900d","method":"GET"} []
[2020-12-30T11:15:17.603402+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T11:15:17.705687+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T11:15:17.980788+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"502856"},"request_uri":"http://127.0.0.1:8000/_wdt/502856","method":"GET"} []
[2020-12-30T11:15:18.579424+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T11:15:18.624122+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T11:15:18.699785+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T11:15:18.704275+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T11:15:18.723986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T11:15:18.726893+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T11:15:19.003560+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c3ea0"},"request_uri":"http://127.0.0.1:8000/_wdt/6c3ea0","method":"GET"} []
[2020-12-30T11:15:19.595465+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T11:15:19.646176+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T11:15:19.721267+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T11:15:19.731719+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-30T11:15:19.737667+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T11:15:19.991671+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"56e559"},"request_uri":"http://127.0.0.1:8000/_wdt/56e559","method":"GET"} []
[2020-12-30T11:15:21.100573+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T11:15:21.193727+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T11:15:21.436682+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea4325"},"request_uri":"http://127.0.0.1:8000/_wdt/ea4325","method":"GET"} []
[2020-12-30T11:15:23.413612+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T11:15:23.507970+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T11:15:23.754121+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e80124"},"request_uri":"http://127.0.0.1:8000/_wdt/e80124","method":"GET"} []
[2020-12-30T11:15:24.425629+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T11:15:24.469089+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T11:15:24.536277+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T11:15:24.540170+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T11:15:24.559946+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T11:15:24.562832+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T11:15:24.836823+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"90292a"},"request_uri":"http://127.0.0.1:8000/_wdt/90292a","method":"GET"} []
[2020-12-30T11:15:25.721193+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T11:15:25.772337+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T11:15:25.835260+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T11:15:25.839520+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-30T11:15:25.842375+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T11:15:26.083692+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"52f34f"},"request_uri":"http://127.0.0.1:8000/_wdt/52f34f","method":"GET"} []
[2020-12-30T11:15:26.939490+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T11:15:26.987097+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T11:15:27.053385+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T11:15:27.057456+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T11:15:27.076832+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T11:15:27.079735+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T11:15:27.340943+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df0489"},"request_uri":"http://127.0.0.1:8000/_wdt/df0489","method":"GET"} []
[2020-12-30T11:15:28.156771+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T11:15:28.252835+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T11:15:28.486148+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9eca65"},"request_uri":"http://127.0.0.1:8000/_wdt/9eca65","method":"GET"} []
[2020-12-30T11:15:29.309626+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T11:15:29.412423+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T11:15:29.656201+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"991acd"},"request_uri":"http://127.0.0.1:8000/_wdt/991acd","method":"GET"} []
[2020-12-30T11:15:30.504042+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T11:15:30.548069+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T11:15:30.615826+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T11:15:30.621039+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T11:15:30.640132+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T11:15:30.643023+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T11:15:30.918517+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2cf2db"},"request_uri":"http://127.0.0.1:8000/_wdt/2cf2db","method":"GET"} []
[2020-12-30T11:15:32.931519+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T11:15:33.052490+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T11:15:33.299286+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b09d42"},"request_uri":"http://127.0.0.1:8000/_wdt/b09d42","method":"GET"} []
[2020-12-30T11:15:34.395441+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T11:15:34.496623+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T11:15:34.746739+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"60f880"},"request_uri":"http://127.0.0.1:8000/_wdt/60f880","method":"GET"} []
[2020-12-30T11:15:35.845873+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T11:15:35.890714+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T11:15:35.965354+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T11:15:35.969856+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T11:15:35.990325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T11:15:35.993220+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T11:15:36.254176+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fca9a0"},"request_uri":"http://127.0.0.1:8000/_wdt/fca9a0","method":"GET"} []
[2020-12-30T11:15:37.242234+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T11:15:37.354759+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T11:15:37.601588+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9130c6"},"request_uri":"http://127.0.0.1:8000/_wdt/9130c6","method":"GET"} []
[2020-12-30T11:15:38.821141+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T11:15:38.864541+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T11:15:38.930588+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T11:15:38.934951+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-30T11:15:38.937740+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T11:15:39.188225+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"747d80"},"request_uri":"http://127.0.0.1:8000/_wdt/747d80","method":"GET"} []
[2020-12-30T11:15:40.198443+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://127.0.0.1:8000/company/new","method":"GET"} []
[2020-12-30T11:15:40.492978+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c438f"},"request_uri":"http://127.0.0.1:8000/_wdt/1c438f","method":"GET"} []
[2020-12-30T11:15:43.628213+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T11:15:43.670591+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T11:15:43.736211+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T11:15:43.740341+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-30T11:15:43.743515+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T11:15:43.984615+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"655e6e"},"request_uri":"http://127.0.0.1:8000/_wdt/655e6e","method":"GET"} []
[2020-12-30T11:15:44.583128+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T11:15:44.673579+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T11:15:44.924966+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"26893d"},"request_uri":"http://127.0.0.1:8000/_wdt/26893d","method":"GET"} []
[2020-12-30T11:15:45.809776+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-30T11:15:45.852147+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T11:15:45.922190+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T11:15:45.925930+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-30T11:15:45.928643+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T11:15:46.164195+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef986e"},"request_uri":"http://127.0.0.1:8000/_wdt/ef986e","method":"GET"} []
[2020-12-30T11:15:47.356169+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-30T11:15:47.457801+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-30T11:15:47.701807+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"139466"},"request_uri":"http://127.0.0.1:8000/_wdt/139466","method":"GET"} []
[2020-12-30T11:15:48.111149+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T11:15:48.156579+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T11:15:48.222471+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T11:15:48.226801+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T11:15:48.246048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T11:15:48.248931+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T11:15:48.521827+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7692bf"},"request_uri":"http://127.0.0.1:8000/_wdt/7692bf","method":"GET"} []
[2020-12-30T11:15:49.818779+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T11:15:49.869883+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T11:15:49.950864+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T11:15:49.955189+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T11:15:49.974280+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-30T11:15:49.977147+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-30T11:15:50.248381+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"14415d"},"request_uri":"http://127.0.0.1:8000/_wdt/14415d","method":"GET"} []
[2020-12-30T11:58:28.117208+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} []
[2020-12-30T11:58:28.295619+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a97553"},"request_uri":"http://127.0.0.1:8000/_wdt/a97553","method":"GET"} []
[2020-12-30T11:58:35.416555+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T11:58:35.465725+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T11:58:35.528441+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The Paginator does not support Queries which only yield ScalarResults.")." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\index.html.twig line 86 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The Paginator does not support Queries which only yield ScalarResults.\"). at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\index.html.twig:86)\n[previous exception] [object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-30T11:58:35.923966+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b9b229"},"request_uri":"http://127.0.0.1:8000/_wdt/b9b229","method":"GET"} []
[2020-12-30T11:59:50.091702+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T11:59:50.134227+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T11:59:50.186325+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The Paginator does not support Queries which only yield ScalarResults.")." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\index.html.twig line 86 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The Paginator does not support Queries which only yield ScalarResults.\"). at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\index.html.twig:86)\n[previous exception] [object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-30T11:59:50.516597+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8728b0"},"request_uri":"http://127.0.0.1:8000/_wdt/8728b0","method":"GET"} []
[2020-12-30T12:09:11.397889+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T12:09:11.445229+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T12:11:29.879941+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T12:11:29.931995+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T12:12:21.390274+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%5Cdoctrine%5Corm%5Clib%5CDoctrine%5CORM%5CEntityManager.php&line=69","method":"GET"} []
[2020-12-30T12:24:16.097083+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T12:24:16.146683+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T12:24:16.163829+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T12:24:16.168968+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T12:24:21.234561+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T12:24:21.287996+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T12:24:21.319181+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T12:24:21.323480+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T12:24:22.131157+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T12:24:22.191716+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T12:24:22.209611+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T12:24:22.214013+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T12:24:22.876722+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T12:24:22.930527+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T12:24:22.970270+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T12:24:22.974753+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-30T12:24:50.041920+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-30T12:24:50.089698+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-30T12:24:50.121895+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, c1_.name AS name_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-30T12:24:50.133010+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.partno AS partno_3, i0_.totalamount AS totalamount_4, i0_.description AS description_5, i0_.remarks AS remarks_6, i0_.note AS note_7, i0_.maturitydate AS maturitydate_8, i0_.inactive AS inactive_9, i0_.type AS type_10, i0_.paymentamount AS paymentamount_11, i0_.paymentstatus AS paymentstatus_12, i0_.paymentdate AS paymentdate_13, i0_.emailstatus AS emailstatus_14, i0_.emaildate AS emaildate_15, i0_.emailtype AS emailtype_16, i0_.entrydate AS entrydate_17, i0_.emtryby AS emtryby_18, i0_.editdate AS editdate_19, i0_.editby AS editby_20, i0_.company_id AS company_id_21 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE (i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ?) AND i0_.id IN (?) ORDER BY i0_.id DESC ["%%","%%","%%",[3]] []
[2020-12-31T08:42:16.057116+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} []
[2020-12-31T08:42:16.913206+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"946b3f"},"request_uri":"http://127.0.0.1:8000/_wdt/946b3f","method":"GET"} []
[2020-12-31T08:42:31.139389+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T08:42:31.837721+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T08:42:32.109386+00:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "The Paginator does not support Queries which only yield ScalarResults." at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Tools\Pagination\LimitSubqueryOutputWalker.php line 569 {"exception":"[object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-31T08:42:32.579399+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0594fa"},"request_uri":"http://127.0.0.1:8000/_wdt/0594fa","method":"GET"} []
[2020-12-31T08:42:52.263698+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T08:42:52.312552+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T08:42:53.306600+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The Paginator does not support Queries which only yield ScalarResults.")." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\index.html.twig line 86 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The Paginator does not support Queries which only yield ScalarResults.\"). at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\index.html.twig:86)\n[previous exception] [object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-31T08:42:53.683811+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7d7d3d"},"request_uri":"http://127.0.0.1:8000/_wdt/7d7d3d","method":"GET"} []
[2020-12-31T08:42:56.815231+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T08:42:56.865492+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T08:42:56.919492+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The Paginator does not support Queries which only yield ScalarResults.")." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\index.html.twig line 86 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The Paginator does not support Queries which only yield ScalarResults.\"). at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\index.html.twig:86)\n[previous exception] [object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-31T08:42:57.252825+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2ca3b3"},"request_uri":"http://127.0.0.1:8000/_wdt/2ca3b3","method":"GET"} []
[2020-12-31T08:42:58.164353+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T08:42:58.210926+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T08:42:58.263512+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The Paginator does not support Queries which only yield ScalarResults.")." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\index.html.twig line 86 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The Paginator does not support Queries which only yield ScalarResults.\"). at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\index.html.twig:86)\n[previous exception] [object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-31T08:42:58.534299+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"896cc0"},"request_uri":"http://127.0.0.1:8000/_wdt/896cc0","method":"GET"} []
[2020-12-31T08:42:59.211902+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T08:42:59.254478+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T08:42:59.304072+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The Paginator does not support Queries which only yield ScalarResults.")." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\index.html.twig line 86 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The Paginator does not support Queries which only yield ScalarResults.\"). at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\index.html.twig:86)\n[previous exception] [object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-31T08:42:59.574478+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ceb728"},"request_uri":"http://127.0.0.1:8000/_wdt/ceb728","method":"GET"} []
[2020-12-31T08:43:02.726016+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T08:43:02.770104+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T08:43:02.822187+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The Paginator does not support Queries which only yield ScalarResults.")." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\index.html.twig line 86 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The Paginator does not support Queries which only yield ScalarResults.\"). at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\index.html.twig:86)\n[previous exception] [object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-31T08:43:03.167331+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5158b1"},"request_uri":"http://127.0.0.1:8000/_wdt/5158b1","method":"GET"} []
[2020-12-31T08:43:15.397411+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T08:43:15.443764+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T08:43:15.465437+00:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "The Paginator does not support Queries which only yield ScalarResults." at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Tools\Pagination\LimitSubqueryOutputWalker.php line 569 {"exception":"[object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-31T08:43:15.717035+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a0207"},"request_uri":"http://127.0.0.1:8000/_wdt/0a0207","method":"GET"} []
[2020-12-31T08:43:17.030046+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T08:43:17.079563+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T08:43:17.098612+00:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "The Paginator does not support Queries which only yield ScalarResults." at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Tools\Pagination\LimitSubqueryOutputWalker.php line 569 {"exception":"[object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-31T08:43:17.305719+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0732bb"},"request_uri":"http://127.0.0.1:8000/_wdt/0732bb","method":"GET"} []
[2020-12-31T08:43:38.745431+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0732bb"},"request_uri":"http://127.0.0.1:8000/_profiler/0732bb?panel=request","method":"GET"} []
[2020-12-31T08:43:38.869672+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://127.0.0.1:8000/_profiler/search_bar?panel=request","method":"GET"} []
[2020-12-31T08:43:43.515814+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0732bb"},"request_uri":"http://127.0.0.1:8000/_profiler/0732bb?panel=exception","method":"GET"} []
[2020-12-31T08:43:43.543424+00:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0732bb"},"request_uri":"http://127.0.0.1:8000/_profiler/0732bb/exception.css","method":"GET"} []
[2020-12-31T08:43:43.580245+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://127.0.0.1:8000/_profiler/search_bar?panel=exception","method":"GET"} []
[2020-12-31T08:43:43.608194+00:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0732bb"},"request_uri":"http://127.0.0.1:8000/_profiler/0732bb/exception","method":"GET"} []
[2020-12-31T08:43:46.750836+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0732bb"},"request_uri":"http://127.0.0.1:8000/_profiler/0732bb?panel=logger","method":"GET"} []
[2020-12-31T08:43:46.780748+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://127.0.0.1:8000/_profiler/search_bar?panel=logger","method":"GET"} []
[2020-12-31T08:49:30.063848+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T08:49:30.127572+00:00] php.CRITICAL: Uncaught Error: Class 'App\Repository\DoctrineDbalAdapter' not found {"exception":"[object] (Error(code: 0): Class 'App\\Repository\\DoctrineDbalAdapter' not found at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:48)"} []
[2020-12-31T08:49:30.833925+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineDbalAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\DBAL\QueryAdapter" class from the "pagerfanta/doctrine-dbal-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineDbalAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\DBAL\\QueryAdapter\" class from the \"pagerfanta/doctrine-dbal-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineDbalAdapter.php:7)"} []
[2020-12-31T08:49:31.079264+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "DoctrineDbalAdapter" from namespace "App\Repository". Did you forget a "use" statement for "Pagerfanta\Adapter\DoctrineDbalAdapter"?" at C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php line 48 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"DoctrineDbalAdapter\" from namespace \"App\\Repository\".\nDid you forget a \"use\" statement for \"Pagerfanta\\Adapter\\DoctrineDbalAdapter\"? at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:48)"} []
[2020-12-31T08:49:31.244701+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"61ebcd"},"request_uri":"http://127.0.0.1:8000/_wdt/61ebcd","method":"GET"} []
[2020-12-31T08:50:01.492698+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T08:50:01.536353+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineDbalAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\DBAL\QueryAdapter" class from the "pagerfanta/doctrine-dbal-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineDbalAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\DBAL\\QueryAdapter\" class from the \"pagerfanta/doctrine-dbal-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineDbalAdapter.php:7)"} []
[2020-12-31T08:50:01.536833+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Pagerfanta\Doctrine\DBAL\QueryAdapter::__construct() must be an instance of Doctrine\DBAL\Query\QueryBuilder, instance of Doctrine\ORM\Query given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 49 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Doctrine\\DBAL\\QueryAdapter::__construct() must be an instance of Doctrine\\DBAL\\Query\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 49 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\DBAL\\QueryAdapter.php:29)"} []
[2020-12-31T08:50:01.544433+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Pagerfanta\Doctrine\DBAL\QueryAdapter::__construct() must be an instance of Doctrine\DBAL\Query\QueryBuilder, instance of Doctrine\ORM\Query given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 49" at C:\Apache24\htdocs\InvoiceTracking\vendor\pagerfanta\pagerfanta\lib\Adapter\Doctrine\DBAL\QueryAdapter.php line 29 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Doctrine\\DBAL\\QueryAdapter::__construct() must be an instance of Doctrine\\DBAL\\Query\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 49 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\DBAL\\QueryAdapter.php:29)"} []
[2020-12-31T08:50:01.704819+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b095ca"},"request_uri":"http://127.0.0.1:8000/_wdt/b095ca","method":"GET"} []
[2020-12-31T08:50:02.906544+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T08:50:02.949707+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineDbalAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\DBAL\QueryAdapter" class from the "pagerfanta/doctrine-dbal-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineDbalAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\DBAL\\QueryAdapter\" class from the \"pagerfanta/doctrine-dbal-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineDbalAdapter.php:7)"} []
[2020-12-31T08:50:02.950180+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Pagerfanta\Doctrine\DBAL\QueryAdapter::__construct() must be an instance of Doctrine\DBAL\Query\QueryBuilder, instance of Doctrine\ORM\Query given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 49 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Doctrine\\DBAL\\QueryAdapter::__construct() must be an instance of Doctrine\\DBAL\\Query\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 49 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\DBAL\\QueryAdapter.php:29)"} []
[2020-12-31T08:50:02.957660+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Pagerfanta\Doctrine\DBAL\QueryAdapter::__construct() must be an instance of Doctrine\DBAL\Query\QueryBuilder, instance of Doctrine\ORM\Query given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 49" at C:\Apache24\htdocs\InvoiceTracking\vendor\pagerfanta\pagerfanta\lib\Adapter\Doctrine\DBAL\QueryAdapter.php line 29 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Doctrine\\DBAL\\QueryAdapter::__construct() must be an instance of Doctrine\\DBAL\\Query\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 49 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\DBAL\\QueryAdapter.php:29)"} []
[2020-12-31T08:50:03.117369+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bca3ad"},"request_uri":"http://127.0.0.1:8000/_wdt/bca3ad","method":"GET"} []
[2020-12-31T08:53:39.103219+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T08:53:39.156991+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T08:53:39.178303+00:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "The Paginator does not support Queries which only yield ScalarResults." at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Tools\Pagination\LimitSubqueryOutputWalker.php line 569 {"exception":"[object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-31T08:53:39.403194+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"729295"},"request_uri":"http://127.0.0.1:8000/_wdt/729295","method":"GET"} []
[2020-12-31T08:53:40.536422+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T08:53:40.580524+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T08:53:40.598220+00:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "The Paginator does not support Queries which only yield ScalarResults." at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Tools\Pagination\LimitSubqueryOutputWalker.php line 569 {"exception":"[object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-31T08:53:40.816330+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba6e9c"},"request_uri":"http://127.0.0.1:8000/_wdt/ba6e9c","method":"GET"} []
[2020-12-31T08:58:29.878468+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T08:58:30.030639+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.maturitydate AS maturitydate_3, i0_.totalamount AS totalamount_4, c1_.name AS name_5 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC ["%%","%%","%%"] []
[2020-12-31T08:58:30.125596+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\NonUniqueResultException: "The query returned a row containing multiple columns. Change the query or use a different result function like getScalarResult()." at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Internal\Hydration\SingleScalarHydrator.php line 51 {"exception":"[object] (Doctrine\\ORM\\NonUniqueResultException(code: 0): The query returned a row containing multiple columns. Change the query or use a different result function like getScalarResult(). at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Internal\\Hydration\\SingleScalarHydrator.php:51)"} []
[2020-12-31T08:58:30.301495+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d00d06"},"request_uri":"http://127.0.0.1:8000/_wdt/d00d06","method":"GET"} []
[2020-12-31T08:58:32.712889+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T08:58:32.786926+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.maturitydate AS maturitydate_3, i0_.totalamount AS totalamount_4, c1_.name AS name_5 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC ["%%","%%","%%"] []
[2020-12-31T08:58:32.797190+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\NonUniqueResultException: "The query returned a row containing multiple columns. Change the query or use a different result function like getScalarResult()." at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Internal\Hydration\SingleScalarHydrator.php line 51 {"exception":"[object] (Doctrine\\ORM\\NonUniqueResultException(code: 0): The query returned a row containing multiple columns. Change the query or use a different result function like getScalarResult(). at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Internal\\Hydration\\SingleScalarHydrator.php:51)"} []
[2020-12-31T08:58:32.971732+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9fd3f0"},"request_uri":"http://127.0.0.1:8000/_wdt/9fd3f0","method":"GET"} []
[2020-12-31T08:58:35.054301+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T08:58:35.127000+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.maturitydate AS maturitydate_3, i0_.totalamount AS totalamount_4, c1_.name AS name_5 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC ["%%","%%","%%"] []
[2020-12-31T08:58:35.137252+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\NonUniqueResultException: "The query returned a row containing multiple columns. Change the query or use a different result function like getScalarResult()." at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Internal\Hydration\SingleScalarHydrator.php line 51 {"exception":"[object] (Doctrine\\ORM\\NonUniqueResultException(code: 0): The query returned a row containing multiple columns. Change the query or use a different result function like getScalarResult(). at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Internal\\Hydration\\SingleScalarHydrator.php:51)"} []
[2020-12-31T08:58:35.310540+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e81cf"},"request_uri":"http://127.0.0.1:8000/_wdt/7e81cf","method":"GET"} []
[2020-12-31T08:59:01.446510+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T08:59:01.513581+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.maturitydate AS maturitydate_3, i0_.totalamount AS totalamount_4, c1_.name AS name_5 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC ["%%","%%","%%"] []
[2020-12-31T08:59:01.552059+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, array given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 44 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, array given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 44 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:47)"} []
[2020-12-31T08:59:01.560948+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, array given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 44" at C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php line 47 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, array given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 44 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:47)"} []
[2020-12-31T08:59:01.720161+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"28b783"},"request_uri":"http://127.0.0.1:8000/_wdt/28b783","method":"GET"} []
[2020-12-31T08:59:02.582169+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T08:59:02.657055+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.maturitydate AS maturitydate_3, i0_.totalamount AS totalamount_4, c1_.name AS name_5 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC ["%%","%%","%%"] []
[2020-12-31T08:59:02.660830+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, array given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 44 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, array given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 44 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:47)"} []
[2020-12-31T08:59:02.668310+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, array given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 44" at C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php line 47 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, array given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 44 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:47)"} []
[2020-12-31T08:59:02.826492+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ede89c"},"request_uri":"http://127.0.0.1:8000/_wdt/ede89c","method":"GET"} []
[2020-12-31T08:59:53.751148+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T08:59:53.820351+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.maturitydate AS maturitydate_3, i0_.totalamount AS totalamount_4, c1_.name AS name_5 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC ["%%","%%","%%"] []
[2020-12-31T09:00:20.191537+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:11:58.997349+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:11:59.049068+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineDbalAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\DBAL\QueryAdapter" class from the "pagerfanta/doctrine-dbal-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineDbalAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\DBAL\\QueryAdapter\" class from the \"pagerfanta/doctrine-dbal-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineDbalAdapter.php:7)"} []
[2020-12-31T09:11:59.049827+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Pagerfanta\Doctrine\DBAL\QueryAdapter::__construct() must be an instance of Doctrine\DBAL\Query\QueryBuilder, instance of Doctrine\ORM\Query given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 44 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Doctrine\\DBAL\\QueryAdapter::__construct() must be an instance of Doctrine\\DBAL\\Query\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 44 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\DBAL\\QueryAdapter.php:29)"} []
[2020-12-31T09:11:59.059224+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Pagerfanta\Doctrine\DBAL\QueryAdapter::__construct() must be an instance of Doctrine\DBAL\Query\QueryBuilder, instance of Doctrine\ORM\Query given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 44" at C:\Apache24\htdocs\InvoiceTracking\vendor\pagerfanta\pagerfanta\lib\Adapter\Doctrine\DBAL\QueryAdapter.php line 29 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Doctrine\\DBAL\\QueryAdapter::__construct() must be an instance of Doctrine\\DBAL\\Query\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 44 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\DBAL\\QueryAdapter.php:29)"} []
[2020-12-31T09:11:59.221687+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1cc1be"},"request_uri":"http://127.0.0.1:8000/_wdt/1cc1be","method":"GET"} []
[2020-12-31T09:12:00.545889+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:12:00.586021+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineDbalAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\DBAL\QueryAdapter" class from the "pagerfanta/doctrine-dbal-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineDbalAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\DBAL\\QueryAdapter\" class from the \"pagerfanta/doctrine-dbal-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineDbalAdapter.php:7)"} []
[2020-12-31T09:12:00.586474+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Pagerfanta\Doctrine\DBAL\QueryAdapter::__construct() must be an instance of Doctrine\DBAL\Query\QueryBuilder, instance of Doctrine\ORM\Query given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 44 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Doctrine\\DBAL\\QueryAdapter::__construct() must be an instance of Doctrine\\DBAL\\Query\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 44 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\DBAL\\QueryAdapter.php:29)"} []
[2020-12-31T09:12:00.593627+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Pagerfanta\Doctrine\DBAL\QueryAdapter::__construct() must be an instance of Doctrine\DBAL\Query\QueryBuilder, instance of Doctrine\ORM\Query given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 44" at C:\Apache24\htdocs\InvoiceTracking\vendor\pagerfanta\pagerfanta\lib\Adapter\Doctrine\DBAL\QueryAdapter.php line 29 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Doctrine\\DBAL\\QueryAdapter::__construct() must be an instance of Doctrine\\DBAL\\Query\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 44 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\DBAL\\QueryAdapter.php:29)"} []
[2020-12-31T09:12:00.751159+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9204fe"},"request_uri":"http://127.0.0.1:8000/_wdt/9204fe","method":"GET"} []
[2020-12-31T09:12:15.996721+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:12:16.039945+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineDbalAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\DBAL\QueryAdapter" class from the "pagerfanta/doctrine-dbal-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineDbalAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\DBAL\\QueryAdapter\" class from the \"pagerfanta/doctrine-dbal-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineDbalAdapter.php:7)"} []
[2020-12-31T09:12:16.040495+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Pagerfanta\Doctrine\DBAL\QueryAdapter::__construct() must be an instance of Doctrine\DBAL\Query\QueryBuilder, instance of Doctrine\ORM\Query given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 44 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Doctrine\\DBAL\\QueryAdapter::__construct() must be an instance of Doctrine\\DBAL\\Query\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 44 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\DBAL\\QueryAdapter.php:29)"} []
[2020-12-31T09:12:16.047854+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Pagerfanta\Doctrine\DBAL\QueryAdapter::__construct() must be an instance of Doctrine\DBAL\Query\QueryBuilder, instance of Doctrine\ORM\Query given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 44" at C:\Apache24\htdocs\InvoiceTracking\vendor\pagerfanta\pagerfanta\lib\Adapter\Doctrine\DBAL\QueryAdapter.php line 29 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Doctrine\\DBAL\\QueryAdapter::__construct() must be an instance of Doctrine\\DBAL\\Query\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 44 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\DBAL\\QueryAdapter.php:29)"} []
[2020-12-31T09:12:16.214461+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d2e54"},"request_uri":"http://127.0.0.1:8000/_wdt/0d2e54","method":"GET"} []
[2020-12-31T09:31:59.015659+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:31:59.068984+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineDbalAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\DBAL\QueryAdapter" class from the "pagerfanta/doctrine-dbal-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineDbalAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\DBAL\\QueryAdapter\" class from the \"pagerfanta/doctrine-dbal-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineDbalAdapter.php:7)"} []
[2020-12-31T09:31:59.069770+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Pagerfanta\Doctrine\DBAL\QueryAdapter::__construct() must be an instance of Doctrine\DBAL\Query\QueryBuilder, instance of Doctrine\ORM\Query given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 44 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Doctrine\\DBAL\\QueryAdapter::__construct() must be an instance of Doctrine\\DBAL\\Query\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 44 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\DBAL\\QueryAdapter.php:29)"} []
[2020-12-31T09:31:59.079915+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Pagerfanta\Doctrine\DBAL\QueryAdapter::__construct() must be an instance of Doctrine\DBAL\Query\QueryBuilder, instance of Doctrine\ORM\Query given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 44" at C:\Apache24\htdocs\InvoiceTracking\vendor\pagerfanta\pagerfanta\lib\Adapter\Doctrine\DBAL\QueryAdapter.php line 29 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Doctrine\\DBAL\\QueryAdapter::__construct() must be an instance of Doctrine\\DBAL\\Query\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 44 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\DBAL\\QueryAdapter.php:29)"} []
[2020-12-31T09:31:59.243947+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d7e501"},"request_uri":"http://127.0.0.1:8000/_wdt/d7e501","method":"GET"} []
[2020-12-31T09:32:00.035399+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:32:00.076054+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineDbalAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\DBAL\QueryAdapter" class from the "pagerfanta/doctrine-dbal-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineDbalAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\DBAL\\QueryAdapter\" class from the \"pagerfanta/doctrine-dbal-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineDbalAdapter.php:7)"} []
[2020-12-31T09:32:00.076525+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Pagerfanta\Doctrine\DBAL\QueryAdapter::__construct() must be an instance of Doctrine\DBAL\Query\QueryBuilder, instance of Doctrine\ORM\Query given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 44 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Doctrine\\DBAL\\QueryAdapter::__construct() must be an instance of Doctrine\\DBAL\\Query\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 44 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\DBAL\\QueryAdapter.php:29)"} []
[2020-12-31T09:32:00.084391+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Pagerfanta\Doctrine\DBAL\QueryAdapter::__construct() must be an instance of Doctrine\DBAL\Query\QueryBuilder, instance of Doctrine\ORM\Query given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 44" at C:\Apache24\htdocs\InvoiceTracking\vendor\pagerfanta\pagerfanta\lib\Adapter\Doctrine\DBAL\QueryAdapter.php line 29 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Doctrine\\DBAL\\QueryAdapter::__construct() must be an instance of Doctrine\\DBAL\\Query\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 44 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\DBAL\\QueryAdapter.php:29)"} []
[2020-12-31T09:32:00.240906+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8048f8"},"request_uri":"http://127.0.0.1:8000/_wdt/8048f8","method":"GET"} []
[2020-12-31T09:32:00.433796+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:32:00.473833+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineDbalAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\DBAL\QueryAdapter" class from the "pagerfanta/doctrine-dbal-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineDbalAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\DBAL\\QueryAdapter\" class from the \"pagerfanta/doctrine-dbal-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineDbalAdapter.php:7)"} []
[2020-12-31T09:32:00.474287+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Pagerfanta\Doctrine\DBAL\QueryAdapter::__construct() must be an instance of Doctrine\DBAL\Query\QueryBuilder, instance of Doctrine\ORM\Query given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 44 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Doctrine\\DBAL\\QueryAdapter::__construct() must be an instance of Doctrine\\DBAL\\Query\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 44 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\DBAL\\QueryAdapter.php:29)"} []
[2020-12-31T09:32:00.481702+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Pagerfanta\Doctrine\DBAL\QueryAdapter::__construct() must be an instance of Doctrine\DBAL\Query\QueryBuilder, instance of Doctrine\ORM\Query given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 44" at C:\Apache24\htdocs\InvoiceTracking\vendor\pagerfanta\pagerfanta\lib\Adapter\Doctrine\DBAL\QueryAdapter.php line 29 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Doctrine\\DBAL\\QueryAdapter::__construct() must be an instance of Doctrine\\DBAL\\Query\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 44 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\DBAL\\QueryAdapter.php:29)"} []
[2020-12-31T09:32:00.648370+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b8ab8"},"request_uri":"http://127.0.0.1:8000/_wdt/7b8ab8","method":"GET"} []
[2020-12-31T09:32:00.818054+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:32:00.859984+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineDbalAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\DBAL\QueryAdapter" class from the "pagerfanta/doctrine-dbal-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineDbalAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\DBAL\\QueryAdapter\" class from the \"pagerfanta/doctrine-dbal-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineDbalAdapter.php:7)"} []
[2020-12-31T09:32:00.860437+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Pagerfanta\Doctrine\DBAL\QueryAdapter::__construct() must be an instance of Doctrine\DBAL\Query\QueryBuilder, instance of Doctrine\ORM\Query given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 44 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Doctrine\\DBAL\\QueryAdapter::__construct() must be an instance of Doctrine\\DBAL\\Query\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 44 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\DBAL\\QueryAdapter.php:29)"} []
[2020-12-31T09:32:00.867997+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Pagerfanta\Doctrine\DBAL\QueryAdapter::__construct() must be an instance of Doctrine\DBAL\Query\QueryBuilder, instance of Doctrine\ORM\Query given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 44" at C:\Apache24\htdocs\InvoiceTracking\vendor\pagerfanta\pagerfanta\lib\Adapter\Doctrine\DBAL\QueryAdapter.php line 29 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Doctrine\\DBAL\\QueryAdapter::__construct() must be an instance of Doctrine\\DBAL\\Query\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 44 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\DBAL\\QueryAdapter.php:29)"} []
[2020-12-31T09:32:01.025201+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fef04a"},"request_uri":"http://127.0.0.1:8000/_wdt/fef04a","method":"GET"} []
[2020-12-31T09:32:01.177190+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:32:01.217856+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineDbalAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\DBAL\QueryAdapter" class from the "pagerfanta/doctrine-dbal-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineDbalAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\DBAL\\QueryAdapter\" class from the \"pagerfanta/doctrine-dbal-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineDbalAdapter.php:7)"} []
[2020-12-31T09:32:01.218317+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Pagerfanta\Doctrine\DBAL\QueryAdapter::__construct() must be an instance of Doctrine\DBAL\Query\QueryBuilder, instance of Doctrine\ORM\Query given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 44 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Doctrine\\DBAL\\QueryAdapter::__construct() must be an instance of Doctrine\\DBAL\\Query\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 44 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\DBAL\\QueryAdapter.php:29)"} []
[2020-12-31T09:32:01.225546+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Pagerfanta\Doctrine\DBAL\QueryAdapter::__construct() must be an instance of Doctrine\DBAL\Query\QueryBuilder, instance of Doctrine\ORM\Query given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 44" at C:\Apache24\htdocs\InvoiceTracking\vendor\pagerfanta\pagerfanta\lib\Adapter\Doctrine\DBAL\QueryAdapter.php line 29 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Doctrine\\DBAL\\QueryAdapter::__construct() must be an instance of Doctrine\\DBAL\\Query\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 44 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\DBAL\\QueryAdapter.php:29)"} []
[2020-12-31T09:32:01.391644+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2addc0"},"request_uri":"http://127.0.0.1:8000/_wdt/2addc0","method":"GET"} []
[2020-12-31T09:32:01.530335+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:32:01.571961+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineDbalAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\DBAL\QueryAdapter" class from the "pagerfanta/doctrine-dbal-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineDbalAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\DBAL\\QueryAdapter\" class from the \"pagerfanta/doctrine-dbal-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineDbalAdapter.php:7)"} []
[2020-12-31T09:32:01.572448+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Pagerfanta\Doctrine\DBAL\QueryAdapter::__construct() must be an instance of Doctrine\DBAL\Query\QueryBuilder, instance of Doctrine\ORM\Query given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 44 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Doctrine\\DBAL\\QueryAdapter::__construct() must be an instance of Doctrine\\DBAL\\Query\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 44 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\DBAL\\QueryAdapter.php:29)"} []
[2020-12-31T09:32:01.579705+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Pagerfanta\Doctrine\DBAL\QueryAdapter::__construct() must be an instance of Doctrine\DBAL\Query\QueryBuilder, instance of Doctrine\ORM\Query given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 44" at C:\Apache24\htdocs\InvoiceTracking\vendor\pagerfanta\pagerfanta\lib\Adapter\Doctrine\DBAL\QueryAdapter.php line 29 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Doctrine\\DBAL\\QueryAdapter::__construct() must be an instance of Doctrine\\DBAL\\Query\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 44 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\DBAL\\QueryAdapter.php:29)"} []
[2020-12-31T09:32:01.743622+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a28208"},"request_uri":"http://127.0.0.1:8000/_wdt/a28208","method":"GET"} []
[2020-12-31T09:32:42.387241+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:32:42.435634+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: adapter" at C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php line 45 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: adapter at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:45)"} []
[2020-12-31T09:32:42.592805+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"767646"},"request_uri":"http://127.0.0.1:8000/_wdt/767646","method":"GET"} []
[2020-12-31T09:33:02.859497+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:33:02.901473+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T09:33:02.919966+00:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "The Paginator does not support Queries which only yield ScalarResults." at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Tools\Pagination\LimitSubqueryOutputWalker.php line 569 {"exception":"[object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-31T09:33:03.126113+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b531d"},"request_uri":"http://127.0.0.1:8000/_wdt/6b531d","method":"GET"} []
[2020-12-31T09:33:04.039514+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:33:04.081120+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T09:33:04.098583+00:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "The Paginator does not support Queries which only yield ScalarResults." at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Tools\Pagination\LimitSubqueryOutputWalker.php line 569 {"exception":"[object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-31T09:33:04.309097+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"493ded"},"request_uri":"http://127.0.0.1:8000/_wdt/493ded","method":"GET"} []
[2020-12-31T09:33:04.447139+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:33:04.487746+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T09:33:04.505097+00:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "The Paginator does not support Queries which only yield ScalarResults." at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Tools\Pagination\LimitSubqueryOutputWalker.php line 569 {"exception":"[object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-31T09:33:04.706962+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"164303"},"request_uri":"http://127.0.0.1:8000/_wdt/164303","method":"GET"} []
[2020-12-31T09:33:04.911027+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:33:04.954683+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T09:33:04.972034+00:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "The Paginator does not support Queries which only yield ScalarResults." at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Tools\Pagination\LimitSubqueryOutputWalker.php line 569 {"exception":"[object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-31T09:33:05.172334+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"17bab4"},"request_uri":"http://127.0.0.1:8000/_wdt/17bab4","method":"GET"} []
[2020-12-31T09:33:14.265940+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:33:14.309631+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T09:33:14.327467+00:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "The Paginator does not support Queries which only yield ScalarResults." at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Tools\Pagination\LimitSubqueryOutputWalker.php line 569 {"exception":"[object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-31T09:33:14.546049+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f500fc"},"request_uri":"http://127.0.0.1:8000/_wdt/f500fc","method":"GET"} []
[2020-12-31T09:33:16.321463+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:33:16.362822+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T09:33:16.380384+00:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "The Paginator does not support Queries which only yield ScalarResults." at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Tools\Pagination\LimitSubqueryOutputWalker.php line 569 {"exception":"[object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-31T09:33:16.583631+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"80e5ad"},"request_uri":"http://127.0.0.1:8000/_wdt/80e5ad","method":"GET"} []
[2020-12-31T09:33:17.173783+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:33:17.214419+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T09:33:17.231559+00:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "The Paginator does not support Queries which only yield ScalarResults." at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Tools\Pagination\LimitSubqueryOutputWalker.php line 569 {"exception":"[object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-31T09:33:17.434213+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6d0522"},"request_uri":"http://127.0.0.1:8000/_wdt/6d0522","method":"GET"} []
[2020-12-31T09:33:17.571406+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:33:17.613669+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T09:33:17.631787+00:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "The Paginator does not support Queries which only yield ScalarResults." at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Tools\Pagination\LimitSubqueryOutputWalker.php line 569 {"exception":"[object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-31T09:33:17.831878+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"330623"},"request_uri":"http://127.0.0.1:8000/_wdt/330623","method":"GET"} []
[2020-12-31T09:33:20.991725+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:33:21.033597+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T09:33:21.051377+00:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "The Paginator does not support Queries which only yield ScalarResults." at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Tools\Pagination\LimitSubqueryOutputWalker.php line 569 {"exception":"[object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-31T09:33:21.265865+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"027983"},"request_uri":"http://127.0.0.1:8000/_wdt/027983","method":"GET"} []
[2020-12-31T09:33:31.418742+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:33:31.459737+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T09:33:31.476757+00:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "The Paginator does not support Queries which only yield ScalarResults." at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Tools\Pagination\LimitSubqueryOutputWalker.php line 569 {"exception":"[object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-31T09:33:31.679175+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e30375"},"request_uri":"http://127.0.0.1:8000/_wdt/e30375","method":"GET"} []
[2020-12-31T09:48:13.975037+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-31T09:48:14.062774+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T09:48:14.158171+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-31T09:48:14.237090+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-31T09:48:14.288243+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-31T09:48:14.804822+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6313ff"},"request_uri":"http://127.0.0.1:8000/_wdt/6313ff","method":"GET"} []
[2020-12-31T09:48:19.498713+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:48:19.541054+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T09:48:19.603326+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Syntax Error] line 0, col 109: Error: Expected Doctrine\ORM\Query\Lexer::T_COMMA, got '10'" at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 54 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Syntax Error] line 0, col 109: Error: Expected Doctrine\\ORM\\Query\\Lexer::T_COMMA, got '10' at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:54)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT i.id, i.invoiceno, i.invoicedate, i.totalamount, c.name as company, DATE_SUB(i.maturitydate, INTERVAL 10 DAY) as maturitydate FROM App\\Entity\\Invoice i INNER JOIN i.company c WHERE i.invoiceno LIKE :val OR c.name LIKE :val OR i.partno LIKE :val ORDER BY i.id DESC at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:43)"} []
[2020-12-31T09:48:20.054956+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c538ca"},"request_uri":"http://127.0.0.1:8000/_wdt/c538ca","method":"GET"} []
[2020-12-31T09:49:34.616353+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:49:34.659662+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T09:49:34.678607+00:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "The Paginator does not support Queries which only yield ScalarResults." at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Tools\Pagination\LimitSubqueryOutputWalker.php line 569 {"exception":"[object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-31T09:49:34.899656+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6448d5"},"request_uri":"http://127.0.0.1:8000/_wdt/6448d5","method":"GET"} []
[2020-12-31T09:49:39.778477+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:49:39.819977+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T09:49:39.838092+00:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "The Paginator does not support Queries which only yield ScalarResults." at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Tools\Pagination\LimitSubqueryOutputWalker.php line 569 {"exception":"[object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-31T09:49:40.061993+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3b07dc"},"request_uri":"http://127.0.0.1:8000/_wdt/3b07dc","method":"GET"} []
[2020-12-31T09:49:40.546145+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:49:40.586591+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T09:49:40.603889+00:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "The Paginator does not support Queries which only yield ScalarResults." at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Tools\Pagination\LimitSubqueryOutputWalker.php line 569 {"exception":"[object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-31T09:49:40.817337+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"093983"},"request_uri":"http://127.0.0.1:8000/_wdt/093983","method":"GET"} []
[2020-12-31T09:49:40.953973+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:49:40.994248+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T09:49:41.011221+00:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "The Paginator does not support Queries which only yield ScalarResults." at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Tools\Pagination\LimitSubqueryOutputWalker.php line 569 {"exception":"[object] (RuntimeException(code: 0): The Paginator does not support Queries which only yield ScalarResults. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker.php:569)"} []
[2020-12-31T09:49:41.223733+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"45d066"},"request_uri":"http://127.0.0.1:8000/_wdt/45d066","method":"GET"} []
[2020-12-31T09:53:55.066014+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:53:55.116729+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Doctrine\ORM\QueryBuilder given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Doctrine\\ORM\\QueryBuilder given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:45)"} []
[2020-12-31T09:53:55.126748+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Doctrine\ORM\QueryBuilder given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42" at C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php line 45 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Doctrine\\ORM\\QueryBuilder given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:45)"} []
[2020-12-31T09:53:55.290363+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2cde9f"},"request_uri":"http://127.0.0.1:8000/_wdt/2cde9f","method":"GET"} []
[2020-12-31T09:53:56.125773+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:53:56.165959+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Doctrine\ORM\QueryBuilder given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Doctrine\\ORM\\QueryBuilder given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:45)"} []
[2020-12-31T09:53:56.173693+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Doctrine\ORM\QueryBuilder given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42" at C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php line 45 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Doctrine\\ORM\\QueryBuilder given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:45)"} []
[2020-12-31T09:53:56.334401+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"193a5f"},"request_uri":"http://127.0.0.1:8000/_wdt/193a5f","method":"GET"} []
[2020-12-31T09:53:56.480217+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:53:56.520731+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Doctrine\ORM\QueryBuilder given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Doctrine\\ORM\\QueryBuilder given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:45)"} []
[2020-12-31T09:53:56.528346+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Doctrine\ORM\QueryBuilder given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42" at C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php line 45 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Doctrine\\ORM\\QueryBuilder given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:45)"} []
[2020-12-31T09:53:56.684089+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"49a121"},"request_uri":"http://127.0.0.1:8000/_wdt/49a121","method":"GET"} []
[2020-12-31T09:53:56.822800+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:53:56.862342+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Doctrine\ORM\QueryBuilder given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Doctrine\\ORM\\QueryBuilder given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:45)"} []
[2020-12-31T09:53:56.869652+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Doctrine\ORM\QueryBuilder given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42" at C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php line 45 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Doctrine\\ORM\\QueryBuilder given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:45)"} []
[2020-12-31T09:53:57.022618+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bf4ac7"},"request_uri":"http://127.0.0.1:8000/_wdt/bf4ac7","method":"GET"} []
[2020-12-31T09:53:57.163146+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:53:57.202439+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Doctrine\ORM\QueryBuilder given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Doctrine\\ORM\\QueryBuilder given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:45)"} []
[2020-12-31T09:53:57.210272+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Doctrine\ORM\QueryBuilder given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42" at C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php line 45 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Doctrine\\ORM\\QueryBuilder given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:45)"} []
[2020-12-31T09:53:57.362774+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"97185b"},"request_uri":"http://127.0.0.1:8000/_wdt/97185b","method":"GET"} []
[2020-12-31T09:53:57.502689+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:53:57.544656+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Doctrine\ORM\QueryBuilder given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Doctrine\\ORM\\QueryBuilder given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:45)"} []
[2020-12-31T09:53:57.552521+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Doctrine\ORM\QueryBuilder given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42" at C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php line 45 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Doctrine\\ORM\\QueryBuilder given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:45)"} []
[2020-12-31T09:53:57.711089+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba52f8"},"request_uri":"http://127.0.0.1:8000/_wdt/ba52f8","method":"GET"} []
[2020-12-31T09:53:57.851106+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:53:57.891033+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Doctrine\ORM\QueryBuilder given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Doctrine\\ORM\\QueryBuilder given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:45)"} []
[2020-12-31T09:53:57.898758+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Doctrine\ORM\QueryBuilder given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42" at C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php line 45 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Doctrine\\ORM\\QueryBuilder given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:45)"} []
[2020-12-31T09:53:58.052173+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd93ca"},"request_uri":"http://127.0.0.1:8000/_wdt/bd93ca","method":"GET"} []
[2020-12-31T09:53:58.189512+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:53:58.228744+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Doctrine\ORM\QueryBuilder given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Doctrine\\ORM\\QueryBuilder given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:45)"} []
[2020-12-31T09:53:58.236350+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Doctrine\ORM\QueryBuilder given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42" at C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php line 45 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Doctrine\\ORM\\QueryBuilder given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:45)"} []
[2020-12-31T09:53:58.389224+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a9037c"},"request_uri":"http://127.0.0.1:8000/_wdt/a9037c","method":"GET"} []
[2020-12-31T09:53:58.528509+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:53:58.570686+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Doctrine\ORM\QueryBuilder given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Doctrine\\ORM\\QueryBuilder given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:45)"} []
[2020-12-31T09:53:58.578057+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Doctrine\ORM\QueryBuilder given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42" at C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php line 45 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Doctrine\\ORM\\QueryBuilder given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:45)"} []
[2020-12-31T09:53:58.729506+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a6caf7"},"request_uri":"http://127.0.0.1:8000/_wdt/a6caf7","method":"GET"} []
[2020-12-31T09:53:58.871470+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:53:58.910918+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Doctrine\ORM\QueryBuilder given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Doctrine\\ORM\\QueryBuilder given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:45)"} []
[2020-12-31T09:53:58.918445+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Doctrine\ORM\QueryBuilder given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42" at C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php line 45 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Doctrine\\ORM\\QueryBuilder given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:45)"} []
[2020-12-31T09:53:59.073454+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bfda70"},"request_uri":"http://127.0.0.1:8000/_wdt/bfda70","method":"GET"} []
[2020-12-31T09:53:59.210217+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:53:59.252158+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Doctrine\ORM\QueryBuilder given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Doctrine\\ORM\\QueryBuilder given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:45)"} []
[2020-12-31T09:53:59.259635+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Doctrine\ORM\QueryBuilder given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42" at C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php line 45 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Doctrine\\ORM\\QueryBuilder given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:45)"} []
[2020-12-31T09:53:59.412729+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"51a609"},"request_uri":"http://127.0.0.1:8000/_wdt/51a609","method":"GET"} []
[2020-12-31T09:57:07.227114+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:57:07.293052+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.totalamount AS totalamount_3, c1_.name AS name_4 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC ["%%","%%","%%"] []
[2020-12-31T09:57:07.297783+00:00] php.CRITICAL: Uncaught Error: Class 'App\Repository\ArrayAdapter' not found {"exception":"[object] (Error(code: 0): Class 'App\\Repository\\ArrayAdapter' not found at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:41)"} []
[2020-12-31T09:57:07.952648+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "ArrayAdapter" from namespace "App\Repository". Did you forget a "use" statement for e.g. "Symfony\Component\Cache\Adapter\ArrayAdapter" or "Pagerfanta\Adapter\ArrayAdapter"?" at C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php line 41 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"ArrayAdapter\" from namespace \"App\\Repository\".\nDid you forget a \"use\" statement for e.g. \"Symfony\\Component\\Cache\\Adapter\\ArrayAdapter\" or \"Pagerfanta\\Adapter\\ArrayAdapter\"? at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:41)"} []
[2020-12-31T09:57:08.112886+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6691f7"},"request_uri":"http://127.0.0.1:8000/_wdt/6691f7","method":"GET"} []
[2020-12-31T09:57:10.433678+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:57:10.508323+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.totalamount AS totalamount_3, c1_.name AS name_4 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC ["%%","%%","%%"] []
[2020-12-31T09:57:10.512603+00:00] php.CRITICAL: Uncaught Error: Class 'App\Repository\ArrayAdapter' not found {"exception":"[object] (Error(code: 0): Class 'App\\Repository\\ArrayAdapter' not found at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:41)"} []
[2020-12-31T09:57:10.954899+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "ArrayAdapter" from namespace "App\Repository". Did you forget a "use" statement for e.g. "Symfony\Component\Cache\Adapter\ArrayAdapter" or "Pagerfanta\Adapter\ArrayAdapter"?" at C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php line 41 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"ArrayAdapter\" from namespace \"App\\Repository\".\nDid you forget a \"use\" statement for e.g. \"Symfony\\Component\\Cache\\Adapter\\ArrayAdapter\" or \"Pagerfanta\\Adapter\\ArrayAdapter\"? at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:41)"} []
[2020-12-31T09:57:11.113430+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ad8cc"},"request_uri":"http://127.0.0.1:8000/_wdt/6ad8cc","method":"GET"} []
[2020-12-31T09:57:46.074491+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:57:46.147228+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.totalamount AS totalamount_3, c1_.name AS name_4 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC ["%%","%%","%%"] []
[2020-12-31T09:57:46.151648+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Pagerfanta\Adapter\ArrayAdapter given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 43 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Pagerfanta\\Adapter\\ArrayAdapter given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 43 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:46)"} []
[2020-12-31T09:57:46.159049+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Repository\InvoiceRepository::createPaginator() must be an instance of Doctrine\ORM\Query, instance of Pagerfanta\Adapter\ArrayAdapter given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 43" at C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php line 46 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Repository\\InvoiceRepository::createPaginator() must be an instance of Doctrine\\ORM\\Query, instance of Pagerfanta\\Adapter\\ArrayAdapter given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 43 at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:46)"} []
[2020-12-31T09:57:46.319819+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e105d6"},"request_uri":"http://127.0.0.1:8000/_wdt/e105d6","method":"GET"} []
[2020-12-31T09:58:00.927053+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:58:00.995361+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.totalamount AS totalamount_3, c1_.name AS name_4 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC ["%%","%%","%%"] []
[2020-12-31T09:58:01.000490+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T09:58:01.001259+00:00] php.CRITICAL: Uncaught Error: Call to undefined method Pagerfanta\Adapter\ArrayAdapter::setFirstResult() {"exception":"[object] (Error(code: 0): Call to undefined method Pagerfanta\\Adapter\\ArrayAdapter::setFirstResult() at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\ORM\\QueryAdapter.php:66)"} []
[2020-12-31T09:58:01.024106+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "setFirstResult" of class "Pagerfanta\Adapter\ArrayAdapter"." at C:\Apache24\htdocs\InvoiceTracking\vendor\pagerfanta\pagerfanta\lib\Adapter\Doctrine\ORM\QueryAdapter.php line 66 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"setFirstResult\" of class \"Pagerfanta\\Adapter\\ArrayAdapter\". at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\ORM\\QueryAdapter.php:66)"} []
[2020-12-31T09:58:01.187526+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"404746"},"request_uri":"http://127.0.0.1:8000/_wdt/404746","method":"GET"} []
[2020-12-31T09:58:01.934618+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:58:02.006965+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.totalamount AS totalamount_3, c1_.name AS name_4 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC ["%%","%%","%%"] []
[2020-12-31T09:58:02.012012+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T09:58:02.012695+00:00] php.CRITICAL: Uncaught Error: Call to undefined method Pagerfanta\Adapter\ArrayAdapter::setFirstResult() {"exception":"[object] (Error(code: 0): Call to undefined method Pagerfanta\\Adapter\\ArrayAdapter::setFirstResult() at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\ORM\\QueryAdapter.php:66)"} []
[2020-12-31T09:58:02.020180+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "setFirstResult" of class "Pagerfanta\Adapter\ArrayAdapter"." at C:\Apache24\htdocs\InvoiceTracking\vendor\pagerfanta\pagerfanta\lib\Adapter\Doctrine\ORM\QueryAdapter.php line 66 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"setFirstResult\" of class \"Pagerfanta\\Adapter\\ArrayAdapter\". at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\ORM\\QueryAdapter.php:66)"} []
[2020-12-31T09:58:02.195014+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7c2ff"},"request_uri":"http://127.0.0.1:8000/_wdt/a7c2ff","method":"GET"} []
[2020-12-31T09:58:03.160703+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:58:03.226218+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.totalamount AS totalamount_3, c1_.name AS name_4 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC ["%%","%%","%%"] []
[2020-12-31T09:58:03.231279+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T09:58:03.231966+00:00] php.CRITICAL: Uncaught Error: Call to undefined method Pagerfanta\Adapter\ArrayAdapter::setFirstResult() {"exception":"[object] (Error(code: 0): Call to undefined method Pagerfanta\\Adapter\\ArrayAdapter::setFirstResult() at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\ORM\\QueryAdapter.php:66)"} []
[2020-12-31T09:58:03.239428+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "setFirstResult" of class "Pagerfanta\Adapter\ArrayAdapter"." at C:\Apache24\htdocs\InvoiceTracking\vendor\pagerfanta\pagerfanta\lib\Adapter\Doctrine\ORM\QueryAdapter.php line 66 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"setFirstResult\" of class \"Pagerfanta\\Adapter\\ArrayAdapter\". at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\ORM\\QueryAdapter.php:66)"} []
[2020-12-31T09:58:03.402771+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"90306c"},"request_uri":"http://127.0.0.1:8000/_wdt/90306c","method":"GET"} []
[2020-12-31T09:58:03.542986+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:58:03.596820+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.totalamount AS totalamount_3, c1_.name AS name_4 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC ["%%","%%","%%"] []
[2020-12-31T09:58:03.601699+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T09:58:03.602377+00:00] php.CRITICAL: Uncaught Error: Call to undefined method Pagerfanta\Adapter\ArrayAdapter::setFirstResult() {"exception":"[object] (Error(code: 0): Call to undefined method Pagerfanta\\Adapter\\ArrayAdapter::setFirstResult() at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\ORM\\QueryAdapter.php:66)"} []
[2020-12-31T09:58:03.609871+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "setFirstResult" of class "Pagerfanta\Adapter\ArrayAdapter"." at C:\Apache24\htdocs\InvoiceTracking\vendor\pagerfanta\pagerfanta\lib\Adapter\Doctrine\ORM\QueryAdapter.php line 66 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"setFirstResult\" of class \"Pagerfanta\\Adapter\\ArrayAdapter\". at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\ORM\\QueryAdapter.php:66)"} []
[2020-12-31T09:58:03.771528+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"581881"},"request_uri":"http://127.0.0.1:8000/_wdt/581881","method":"GET"} []
[2020-12-31T09:58:38.567783+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:58:38.609331+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Pagerfanta\Adapter\ArrayAdapter::__construct() must be of the type array, object given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Adapter\\ArrayAdapter::__construct() must be of the type array, object given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Adapter\\ArrayAdapter.php:15)"} []
[2020-12-31T09:58:38.616863+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Pagerfanta\Adapter\ArrayAdapter::__construct() must be of the type array, object given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42" at C:\Apache24\htdocs\InvoiceTracking\vendor\pagerfanta\pagerfanta\lib\Core\Adapter\ArrayAdapter.php line 15 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Adapter\\ArrayAdapter::__construct() must be of the type array, object given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Adapter\\ArrayAdapter.php:15)"} []
[2020-12-31T09:58:38.773763+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8512c2"},"request_uri":"http://127.0.0.1:8000/_wdt/8512c2","method":"GET"} []
[2020-12-31T09:58:39.469218+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:58:39.509327+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Pagerfanta\Adapter\ArrayAdapter::__construct() must be of the type array, object given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Adapter\\ArrayAdapter::__construct() must be of the type array, object given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Adapter\\ArrayAdapter.php:15)"} []
[2020-12-31T09:58:39.516621+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Pagerfanta\Adapter\ArrayAdapter::__construct() must be of the type array, object given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42" at C:\Apache24\htdocs\InvoiceTracking\vendor\pagerfanta\pagerfanta\lib\Core\Adapter\ArrayAdapter.php line 15 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Adapter\\ArrayAdapter::__construct() must be of the type array, object given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Adapter\\ArrayAdapter.php:15)"} []
[2020-12-31T09:58:39.671335+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9023b8"},"request_uri":"http://127.0.0.1:8000/_wdt/9023b8","method":"GET"} []
[2020-12-31T09:58:39.840498+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:58:39.884225+00:00] php.CRITICAL: Uncaught Error: Argument 1 passed to Pagerfanta\Adapter\ArrayAdapter::__construct() must be of the type array, object given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Adapter\\ArrayAdapter::__construct() must be of the type array, object given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Adapter\\ArrayAdapter.php:15)"} []
[2020-12-31T09:58:39.892592+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Pagerfanta\Adapter\ArrayAdapter::__construct() must be of the type array, object given, called in C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php on line 42" at C:\Apache24\htdocs\InvoiceTracking\vendor\pagerfanta\pagerfanta\lib\Core\Adapter\ArrayAdapter.php line 15 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Pagerfanta\\Adapter\\ArrayAdapter::__construct() must be of the type array, object given, called in C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php on line 42 at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Core\\Adapter\\ArrayAdapter.php:15)"} []
[2020-12-31T09:58:40.048801+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"71a85a"},"request_uri":"http://127.0.0.1:8000/_wdt/71a85a","method":"GET"} []
[2020-12-31T09:59:01.369801+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T09:59:01.447736+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.totalamount AS totalamount_3, c1_.name AS name_4 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC ["%%","%%","%%"] []
[2020-12-31T09:59:01.452585+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T09:59:01.453262+00:00] php.CRITICAL: Uncaught Error: Call to undefined method Pagerfanta\Adapter\ArrayAdapter::setFirstResult() {"exception":"[object] (Error(code: 0): Call to undefined method Pagerfanta\\Adapter\\ArrayAdapter::setFirstResult() at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\ORM\\QueryAdapter.php:66)"} []
[2020-12-31T09:59:01.460994+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "setFirstResult" of class "Pagerfanta\Adapter\ArrayAdapter"." at C:\Apache24\htdocs\InvoiceTracking\vendor\pagerfanta\pagerfanta\lib\Adapter\Doctrine\ORM\QueryAdapter.php line 66 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"setFirstResult\" of class \"Pagerfanta\\Adapter\\ArrayAdapter\". at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\lib\\Adapter\\Doctrine\\ORM\\QueryAdapter.php:66)"} []
[2020-12-31T09:59:01.620668+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d61f9"},"request_uri":"http://127.0.0.1:8000/_wdt/9d61f9","method":"GET"} []
[2020-12-31T10:01:06.742819+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T10:01:06.810642+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.totalamount AS totalamount_3, c1_.name AS name_4 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC ["%%","%%","%%"] []
[2020-12-31T10:01:06.834876+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: adapter" at C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php line 43 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: adapter at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:43)"} []
[2020-12-31T10:01:06.992116+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"efef11"},"request_uri":"http://127.0.0.1:8000/_wdt/efef11","method":"GET"} []
[2020-12-31T10:01:08.150710+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T10:01:08.214351+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.totalamount AS totalamount_3, c1_.name AS name_4 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC ["%%","%%","%%"] []
[2020-12-31T10:01:08.223770+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: adapter" at C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php line 43 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: adapter at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:43)"} []
[2020-12-31T10:01:08.376653+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b0bec1"},"request_uri":"http://127.0.0.1:8000/_wdt/b0bec1","method":"GET"} []
[2020-12-31T10:01:27.057412+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T10:01:27.134614+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.totalamount AS totalamount_3, c1_.name AS name_4 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC ["%%","%%","%%"] []
[2020-12-31T10:01:50.693080+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T10:01:50.764944+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.totalamount AS totalamount_3, c1_.name AS name_4 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC ["%%","%%","%%"] []
[2020-12-31T10:01:50.837288+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Impossible to access an attribute ("name") on a string variable ("Brain Power IT")." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\index.html.twig line 90 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Impossible to access an attribute (\"name\") on a string variable (\"Brain Power IT\"). at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\index.html.twig:90)"} []
[2020-12-31T10:01:51.077699+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"20e2ca"},"request_uri":"http://127.0.0.1:8000/_wdt/20e2ca","method":"GET"} []
[2020-12-31T10:02:29.645102+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T10:02:29.731396+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.totalamount AS totalamount_3, c1_.name AS name_4 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC ["%%","%%","%%"] []
[2020-12-31T10:02:30.433927+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "maturitydate" for array with keys "id, invoiceno, invoicedate, totalamount, company" does not exist." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\index.html.twig line 93 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"maturitydate\" for array with keys \"id, invoiceno, invoicedate, totalamount, company\" does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\index.html.twig:93)"} []
[2020-12-31T10:02:30.665416+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"368d74"},"request_uri":"http://127.0.0.1:8000/_wdt/368d74","method":"GET"} []
[2020-12-31T10:03:01.478956+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T10:03:01.553450+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.totalamount AS totalamount_3, c1_.name AS name_4, i0_.maturitydate AS maturitydate_5 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC ["%%","%%","%%"] []
[2020-12-31T10:03:01.836617+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6d2912"},"request_uri":"http://127.0.0.1:8000/_wdt/6d2912","method":"GET"} []
[2020-12-31T10:03:04.535139+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T10:03:04.609824+00:00] doctrine.DEBUG: SELECT i0_.id AS id_0, i0_.invoiceno AS invoiceno_1, i0_.invoicedate AS invoicedate_2, i0_.totalamount AS totalamount_3, c1_.name AS name_4, i0_.maturitydate AS maturitydate_5 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.invoiceno LIKE ? OR c1_.name LIKE ? OR i0_.partno LIKE ? ORDER BY i0_.id DESC ["%%","%%","%%"] []
[2020-12-31T10:03:04.854200+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f7ce1"},"request_uri":"http://127.0.0.1:8000/_wdt/1f7ce1","method":"GET"} []
[2020-12-31T10:04:03.420550+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T10:04:03.473772+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Syntax Error] line 0, col 101: Error: Expected Literal, got '"'" at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 54 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Syntax Error] line 0, col 101: Error: Expected Literal, got '\"' at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:54)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT i.id, i.invoiceno, i.invoicedate, i.totalamount, c.name as company, i.maturitydate, DATE_SUB(\"2017-06-15\", INTERVAL 10 DAY) as rtyy FROM App\\Entity\\Invoice i INNER JOIN i.company c WHERE i.invoiceno LIKE :val OR c.name LIKE :val OR i.partno LIKE :val ORDER BY i.id DESC at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:43)"} []
[2020-12-31T10:04:03.900641+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dfcc11"},"request_uri":"http://127.0.0.1:8000/_wdt/dfcc11","method":"GET"} []
[2020-12-31T10:04:38.655217+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T10:04:38.715199+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Syntax Error] line 0, col 101: Error: Expected Literal, got '"'" at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 54 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Syntax Error] line 0, col 101: Error: Expected Literal, got '\"' at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:54)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT i.id, i.invoiceno, i.invoicedate, i.totalamount, c.name as company, i.maturitydate, DATE_SUB(\"2017-06-15\", INTERVAL 10 DAY) as emaildate FROM App\\Entity\\Invoice i INNER JOIN i.company c WHERE i.invoiceno LIKE :val OR c.name LIKE :val OR i.partno LIKE :val ORDER BY i.id DESC at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:43)"} []
[2020-12-31T10:04:39.162793+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab3acd"},"request_uri":"http://127.0.0.1:8000/_wdt/ab3acd","method":"GET"} []
[2020-12-31T10:13:31.053255+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T10:13:31.119328+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Syntax Error] line 0, col 101: Error: Expected Literal, got '"'" at C:\Apache24\htdocs\InvoiceTracking\vendor\doctrine\orm\lib\Doctrine\ORM\Query\QueryException.php line 54 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Syntax Error] line 0, col 101: Error: Expected Literal, got '\"' at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:54)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT i.id, i.invoiceno, i.invoicedate, i.totalamount, c.name as company, i.maturitydate, DATE_SUB(\"2017-06-15\", INTERVAL 10 DAY) as emaildate FROM App\\Entity\\Invoice i INNER JOIN i.company c WHERE i.invoiceno LIKE :val OR c.name LIKE :val OR i.partno LIKE :val ORDER BY i.id DESC at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\orm\\lib\\Doctrine\\ORM\\Query\\QueryException.php:43)"} []
[2020-12-31T10:13:31.573290+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"61f590"},"request_uri":"http://127.0.0.1:8000/_wdt/61f590","method":"GET"} []
[2020-12-31T10:58:42.767917+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-31T10:58:42.821223+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T10:58:42.888422+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-31T10:58:42.893903+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-31T10:58:42.897066+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-31T10:58:43.151099+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8c360f"},"request_uri":"http://127.0.0.1:8000/_wdt/8c360f","method":"GET"} []
[2020-12-31T10:58:44.497090+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T10:58:44.574215+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: acId" at C:\Apache24\htdocs\InvoiceTracking\src\Repository\InvoiceRepository.php line 55 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: acId at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Repository\\InvoiceRepository.php:55)"} []
[2020-12-31T10:58:44.735251+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db97cc"},"request_uri":"http://127.0.0.1:8000/_wdt/db97cc","method":"GET"} []
[2020-12-31T10:59:02.197695+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T10:59:02.509445+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0b2df9"},"request_uri":"http://127.0.0.1:8000/_wdt/0b2df9","method":"GET"} []
[2020-12-31T10:59:05.625658+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T10:59:05.945100+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc51df"},"request_uri":"http://127.0.0.1:8000/_wdt/cc51df","method":"GET"} []
[2020-12-31T10:59:16.957717+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T10:59:17.285326+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"958e68"},"request_uri":"http://127.0.0.1:8000/_wdt/958e68","method":"GET"} []
[2020-12-31T10:59:47.294638+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:05:33.605335+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:05:39.670010+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:06:33.720509+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:06:33.775889+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:06:42.202304+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:06:42.251643+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:06:42.552756+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"34bac9"},"request_uri":"http://127.0.0.1:8000/_wdt/34bac9","method":"GET"} []
[2020-12-31T11:06:48.780376+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:06:48.832777+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:06:49.089482+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"364368"},"request_uri":"http://127.0.0.1:8000/_wdt/364368","method":"GET"} []
[2020-12-31T11:09:20.185756+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:09:20.256023+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:09:20.618492+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e298ed"},"request_uri":"http://127.0.0.1:8000/_wdt/e298ed","method":"GET"} []
[2020-12-31T11:11:03.907170+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:11:03.978761+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:11:04.029469+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected "endfor" tag (expecting closing tag for the "if" tag defined near line 102)." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\index.html.twig line 105 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected \"endfor\" tag (expecting closing tag for the \"if\" tag defined near line 102). at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\index.html.twig:105)"} []
[2020-12-31T11:11:04.236804+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e76e2b"},"request_uri":"http://127.0.0.1:8000/_wdt/e76e2b","method":"GET"} []
[2020-12-31T11:11:32.490876+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:11:32.553414+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:11:32.901820+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8322f9"},"request_uri":"http://127.0.0.1:8000/_wdt/8322f9","method":"GET"} []
[2020-12-31T11:11:43.604552+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/invoice/3/edit","method":"GET"} []
[2020-12-31T11:11:43.743047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["3"] []
[2020-12-31T11:11:44.158458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-31T11:11:44.171821+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-31T11:11:44.477841+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b4dba9"},"request_uri":"http://127.0.0.1:8000/_wdt/b4dba9","method":"GET"} []
[2020-12-31T11:12:23.883468+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:12:23.956243+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:12:24.236950+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c62f38"},"request_uri":"http://127.0.0.1:8000/_wdt/c62f38","method":"GET"} []
[2020-12-31T11:12:27.636492+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/invoice/3/edit","method":"GET"} []
[2020-12-31T11:12:27.695494+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["3"] []
[2020-12-31T11:12:27.767861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-31T11:12:27.772249+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-31T11:12:28.013824+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4a1ba2"},"request_uri":"http://127.0.0.1:8000/_wdt/4a1ba2","method":"GET"} []
[2020-12-31T11:12:34.514231+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/invoice/3/edit","method":"POST"} []
[2020-12-31T11:12:34.586678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["3"] []
[2020-12-31T11:12:34.656699+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-31T11:12:34.691554+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["3"]] []
[2020-12-31T11:12:36.158714+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-31T11:12:36.158956+00:00] doctrine.DEBUG: UPDATE invoice SET maturitydate = ? WHERE id = ? ["2021-01-10T00:00:00+00:00",3] []
[2020-12-31T11:12:36.159726+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-31T11:12:36.326092+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:12:36.395419+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:12:36.648638+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98e2b2"},"request_uri":"http://127.0.0.1:8000/_wdt/98e2b2","method":"GET"} []
[2020-12-31T11:12:38.730659+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:12:38.792349+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:12:39.045325+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4cddcf"},"request_uri":"http://127.0.0.1:8000/_wdt/4cddcf","method":"GET"} []
[2020-12-31T11:12:40.067214+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/invoice/3/edit","method":"GET"} []
[2020-12-31T11:12:40.130478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["3"] []
[2020-12-31T11:12:40.203099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-31T11:12:40.206457+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-31T11:12:40.445061+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b0281f"},"request_uri":"http://127.0.0.1:8000/_wdt/b0281f","method":"GET"} []
[2020-12-31T11:12:46.792467+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/invoice/3/edit","method":"POST"} []
[2020-12-31T11:12:46.860976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["3"] []
[2020-12-31T11:12:46.933014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-31T11:12:46.939691+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["3"]] []
[2020-12-31T11:12:46.980244+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-31T11:12:46.980484+00:00] doctrine.DEBUG: UPDATE invoice SET maturitydate = ? WHERE id = ? ["2021-01-09T00:00:00+00:00",3] []
[2020-12-31T11:12:46.983312+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-31T11:12:47.132410+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:12:47.202739+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:12:47.453811+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"889c78"},"request_uri":"http://127.0.0.1:8000/_wdt/889c78","method":"GET"} []
[2020-12-31T11:13:08.736393+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-31T11:13:08.833821+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-31T11:13:09.069266+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f8673"},"request_uri":"http://127.0.0.1:8000/_wdt/4f8673","method":"GET"} []
[2020-12-31T11:13:30.411162+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"POST"} []
[2020-12-31T11:13:30.514889+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["5"]] []
[2020-12-31T11:13:30.543513+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-31T11:13:30.548078+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"1245","2":"2020-12-31T00:00:00+00:00","3":"455666","4":12.35,"5":"4578","6":null,"7":null,"8":"2021-01-08T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":5} []
[2020-12-31T11:13:30.551957+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-31T11:13:30.674020+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:13:30.736139+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:13:31.002219+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5af371"},"request_uri":"http://127.0.0.1:8000/_wdt/5af371","method":"GET"} []
[2020-12-31T11:13:32.758353+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-31T11:13:32.855232+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-31T11:13:33.083233+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2066fe"},"request_uri":"http://127.0.0.1:8000/_wdt/2066fe","method":"GET"} []
[2020-12-31T11:13:48.327946+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"POST"} []
[2020-12-31T11:13:48.424543+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["5"]] []
[2020-12-31T11:13:48.453532+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-31T11:13:48.457572+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"1245","2":"2020-12-30T00:00:00+00:00","3":"455666","4":12.35,"5":"tryirtyi","6":null,"7":null,"8":"2020-12-31T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":5} []
[2020-12-31T11:13:48.461029+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-31T11:13:48.586643+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:13:48.642670+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:13:48.926402+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f18a5f"},"request_uri":"http://127.0.0.1:8000/_wdt/f18a5f","method":"GET"} []
[2020-12-31T11:14:24.371365+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:14:24.427547+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:14:24.939055+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"341142"},"request_uri":"http://127.0.0.1:8000/_wdt/341142","method":"GET"} []
[2020-12-31T11:14:26.353179+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice/2","method":"GET"} []
[2020-12-31T11:14:26.414078+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:14:26.664251+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d61e49"},"request_uri":"http://127.0.0.1:8000/_wdt/d61e49","method":"GET"} []
[2020-12-31T11:14:27.981207+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:14:28.041711+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:14:28.293397+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"058394"},"request_uri":"http://127.0.0.1:8000/_wdt/058394","method":"GET"} []
[2020-12-31T11:14:29.968171+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice/2","method":"GET"} []
[2020-12-31T11:14:30.026184+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:14:30.269326+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e870f0"},"request_uri":"http://127.0.0.1:8000/_wdt/e870f0","method":"GET"} []
[2020-12-31T11:14:30.959824+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"3","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice/3","method":"GET"} []
[2020-12-31T11:14:31.019463+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:14:31.267282+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a2bead"},"request_uri":"http://127.0.0.1:8000/_wdt/a2bead","method":"GET"} []
[2020-12-31T11:14:32.680926+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:14:32.729702+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:14:32.976425+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6dcd4b"},"request_uri":"http://127.0.0.1:8000/_wdt/6dcd4b","method":"GET"} []
[2020-12-31T11:14:33.831210+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice/2","method":"GET"} []
[2020-12-31T11:14:33.883872+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:14:34.134219+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2ddf7e"},"request_uri":"http://127.0.0.1:8000/_wdt/2ddf7e","method":"GET"} []
[2020-12-31T11:14:34.526547+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"3","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice/3","method":"GET"} []
[2020-12-31T11:14:34.584776+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:14:34.833283+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bcf45d"},"request_uri":"http://127.0.0.1:8000/_wdt/bcf45d","method":"GET"} []
[2020-12-31T11:14:35.750157+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice/2","method":"GET"} []
[2020-12-31T11:14:35.816251+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:14:36.075735+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92380f"},"request_uri":"http://127.0.0.1:8000/_wdt/92380f","method":"GET"} []
[2020-12-31T11:14:36.217547+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:14:36.272871+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:14:36.519221+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"addb89"},"request_uri":"http://127.0.0.1:8000/_wdt/addb89","method":"GET"} []
[2020-12-31T11:14:45.111849+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:14:45.166287+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:14:45.416473+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8c4c20"},"request_uri":"http://127.0.0.1:8000/_wdt/8c4c20","method":"GET"} []
[2020-12-31T11:14:46.347585+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:14:46.404959+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:14:46.646461+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"692e4b"},"request_uri":"http://127.0.0.1:8000/_wdt/692e4b","method":"GET"} []
[2020-12-31T11:14:57.845695+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:14:57.916289+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:14:58.201158+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab1514"},"request_uri":"http://127.0.0.1:8000/_wdt/ab1514","method":"GET"} []
[2020-12-31T11:15:03.366388+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/invoice/3/edit","method":"GET"} []
[2020-12-31T11:15:03.430583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["3"] []
[2020-12-31T11:15:03.501136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-31T11:15:03.504529+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-31T11:15:03.739372+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"26a87a"},"request_uri":"http://127.0.0.1:8000/_wdt/26a87a","method":"GET"} []
[2020-12-31T11:15:11.039385+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/invoice/3/edit","method":"POST"} []
[2020-12-31T11:15:11.101918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["3"] []
[2020-12-31T11:15:11.172918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-31T11:15:11.179271+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["3"]] []
[2020-12-31T11:15:11.220458+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-31T11:15:11.220647+00:00] doctrine.DEBUG: UPDATE invoice SET maturitydate = ? WHERE id = ? ["2021-01-10T00:00:00+00:00",3] []
[2020-12-31T11:15:11.223747+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-31T11:15:11.371566+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:15:11.431947+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id [] []
[2020-12-31T11:15:11.698245+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"48882f"},"request_uri":"http://127.0.0.1:8000/_wdt/48882f","method":"GET"} []
[2020-12-31T11:18:21.824598+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:18:21.893436+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:18:22.158391+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6fdc00"},"request_uri":"http://127.0.0.1:8000/_wdt/6fdc00","method":"GET"} []
[2020-12-31T11:18:23.987698+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:18:24.041549+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:18:24.291416+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ec0c2e"},"request_uri":"http://127.0.0.1:8000/_wdt/ec0c2e","method":"GET"} []
[2020-12-31T11:18:25.200744+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:18:25.260027+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:18:25.505476+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"95a362"},"request_uri":"http://127.0.0.1:8000/_wdt/95a362","method":"GET"} []
[2020-12-31T11:19:07.254027+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-31T11:19:07.354654+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-31T11:19:07.590603+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"071929"},"request_uri":"http://127.0.0.1:8000/_wdt/071929","method":"GET"} []
[2020-12-31T11:19:09.664276+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:19:09.728517+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:19:09.972142+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c16094"},"request_uri":"http://127.0.0.1:8000/_wdt/c16094","method":"GET"} []
[2020-12-31T11:19:13.248290+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-31T11:19:13.328051+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-31T11:19:13.535774+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f5543"},"request_uri":"http://127.0.0.1:8000/_wdt/7f5543","method":"GET"} []
[2020-12-31T11:19:14.630785+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-31T11:19:14.729230+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-31T11:19:14.932112+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b2ddb"},"request_uri":"http://127.0.0.1:8000/_wdt/1b2ddb","method":"GET"} []
[2020-12-31T11:19:15.863267+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-31T11:19:15.969834+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-31T11:19:16.173836+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d2a7c7"},"request_uri":"http://127.0.0.1:8000/_wdt/d2a7c7","method":"GET"} []
[2020-12-31T11:19:18.441182+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:19:18.505235+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:19:18.759080+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c12193"},"request_uri":"http://127.0.0.1:8000/_wdt/c12193","method":"GET"} []
[2020-12-31T11:19:19.431480+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-31T11:19:19.472583+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T11:19:19.541134+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-31T11:19:19.545763+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-31T11:19:19.549461+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-31T11:19:19.757430+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cea414"},"request_uri":"http://127.0.0.1:8000/_wdt/cea414","method":"GET"} []
[2020-12-31T11:19:20.797502+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:19:20.857283+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:19:21.097902+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"89cbe5"},"request_uri":"http://127.0.0.1:8000/_wdt/89cbe5","method":"GET"} []
[2020-12-31T11:19:22.397991+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:19:22.454508+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:19:22.696446+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f19172"},"request_uri":"http://127.0.0.1:8000/_wdt/f19172","method":"GET"} []
[2020-12-31T11:19:49.454379+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-31T11:19:49.551308+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-31T11:19:49.765923+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"68bda0"},"request_uri":"http://127.0.0.1:8000/_wdt/68bda0","method":"GET"} []
[2020-12-31T11:19:50.395738+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-31T11:19:50.494141+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-31T11:19:50.708410+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f008b"},"request_uri":"http://127.0.0.1:8000/_wdt/9f008b","method":"GET"} []
[2020-12-31T11:19:50.900281+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:19:50.950485+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:19:51.192376+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"41a3a3"},"request_uri":"http://127.0.0.1:8000/_wdt/41a3a3","method":"GET"} []
[2020-12-31T11:19:51.659815+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:19:51.719493+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:19:52.002838+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed0a1a"},"request_uri":"http://127.0.0.1:8000/_wdt/ed0a1a","method":"GET"} []
[2020-12-31T11:19:52.371562+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:19:52.432456+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:19:52.672857+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"75826a"},"request_uri":"http://127.0.0.1:8000/_wdt/75826a","method":"GET"} []
[2020-12-31T11:19:55.364775+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:19:55.426961+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:19:55.666933+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b336aa"},"request_uri":"http://127.0.0.1:8000/_wdt/b336aa","method":"GET"} []
[2020-12-31T11:19:56.319658+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:19:56.380222+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:19:56.621373+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ac1e6"},"request_uri":"http://127.0.0.1:8000/_wdt/1ac1e6","method":"GET"} []
[2020-12-31T11:19:58.893919+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-31T11:19:58.935135+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T11:19:59.010577+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-31T11:19:59.014731+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-31T11:19:59.018609+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-31T11:19:59.221130+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"71e279"},"request_uri":"http://127.0.0.1:8000/_wdt/71e279","method":"GET"} []
[2020-12-31T11:20:01.235216+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"5"},"request_uri":"http://127.0.0.1:8000/company/show/5","method":"GET"} []
[2020-12-31T11:20:01.294882+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["5"] []
[2020-12-31T11:20:01.531948+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dde58b"},"request_uri":"http://127.0.0.1:8000/_wdt/dde58b","method":"GET"} []
[2020-12-31T11:20:03.038632+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/company/5/edit","method":"GET"} []
[2020-12-31T11:20:03.098002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["5"] []
[2020-12-31T11:20:03.384187+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f531a"},"request_uri":"http://127.0.0.1:8000/_wdt/4f531a","method":"GET"} []
[2020-12-31T11:20:07.266456+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/company/5/edit","method":"POST"} []
[2020-12-31T11:20:07.320476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["5"] []
[2020-12-31T11:20:07.403378+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-31T11:20:07.403614+00:00] doctrine.DEBUG: UPDATE company SET alertdays = ? WHERE id = ? [5,5] []
[2020-12-31T11:20:07.406614+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-31T11:20:07.529682+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-31T11:20:07.569439+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T11:20:07.636734+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-31T11:20:07.640605+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-31T11:20:07.643638+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-31T11:20:07.841532+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cd46e4"},"request_uri":"http://127.0.0.1:8000/_wdt/cd46e4","method":"GET"} []
[2020-12-31T11:20:09.076918+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/company/show/4","method":"GET"} []
[2020-12-31T11:20:09.135413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-31T11:20:09.338385+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c33771"},"request_uri":"http://127.0.0.1:8000/_wdt/c33771","method":"GET"} []
[2020-12-31T11:20:10.413262+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"4"},"request_uri":"http://127.0.0.1:8000/company/4/edit","method":"GET"} []
[2020-12-31T11:20:10.469864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-31T11:20:10.703367+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc7da2"},"request_uri":"http://127.0.0.1:8000/_wdt/cc7da2","method":"GET"} []
[2020-12-31T11:20:13.541540+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"4"},"request_uri":"http://127.0.0.1:8000/company/4/edit","method":"POST"} []
[2020-12-31T11:20:13.593713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2020-12-31T11:20:13.646521+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-31T11:20:13.646779+00:00] doctrine.DEBUG: UPDATE company SET alertdays = ? WHERE id = ? [5,4] []
[2020-12-31T11:20:13.650167+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-31T11:20:13.770940+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-31T11:20:13.811947+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T11:20:13.879579+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-31T11:20:13.883440+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-31T11:20:13.886242+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-31T11:20:14.079533+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee9cd4"},"request_uri":"http://127.0.0.1:8000/_wdt/ee9cd4","method":"GET"} []
[2020-12-31T11:20:15.416545+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/company/3/edit","method":"GET"} []
[2020-12-31T11:20:15.474232+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2020-12-31T11:20:15.716153+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"334df7"},"request_uri":"http://127.0.0.1:8000/_wdt/334df7","method":"GET"} []
[2020-12-31T11:20:18.570902+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/company/3/edit","method":"POST"} []
[2020-12-31T11:20:18.635446+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2020-12-31T11:20:18.688661+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-31T11:20:18.688871+00:00] doctrine.DEBUG: UPDATE company SET alertdays = ? WHERE id = ? [5,3] []
[2020-12-31T11:20:18.689961+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-31T11:20:18.815392+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-31T11:20:18.860791+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T11:20:18.937911+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-31T11:20:18.951702+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-31T11:20:18.957736+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-31T11:20:19.170155+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f7957e"},"request_uri":"http://127.0.0.1:8000/_wdt/f7957e","method":"GET"} []
[2020-12-31T11:20:28.942671+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:20:29.014692+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:20:29.279324+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d972ba"},"request_uri":"http://127.0.0.1:8000/_wdt/d972ba","method":"GET"} []
[2020-12-31T11:20:29.627791+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-31T11:20:29.670919+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T11:20:29.741449+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-31T11:20:29.745471+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-31T11:20:29.748297+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-31T11:20:29.952594+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d3506"},"request_uri":"http://127.0.0.1:8000/_wdt/9d3506","method":"GET"} []
[2020-12-31T11:20:30.424898+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-31T11:20:30.467402+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T11:20:30.542928+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-31T11:20:30.546725+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-31T11:20:30.549435+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-31T11:20:30.751844+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d527aa"},"request_uri":"http://127.0.0.1:8000/_wdt/d527aa","method":"GET"} []
[2020-12-31T11:20:31.109295+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-31T11:20:31.152350+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T11:20:31.217352+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-31T11:20:31.221113+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-31T11:20:31.223859+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-31T11:20:31.420630+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2555c5"},"request_uri":"http://127.0.0.1:8000/_wdt/2555c5","method":"GET"} []
[2020-12-31T11:20:31.699546+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-31T11:20:31.745201+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T11:20:31.811745+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-31T11:20:31.815635+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-31T11:20:31.818373+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-31T11:20:32.020574+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e9f9ce"},"request_uri":"http://127.0.0.1:8000/_wdt/e9f9ce","method":"GET"} []
[2020-12-31T11:20:32.161381+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-31T11:20:32.203490+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T11:20:32.268685+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-31T11:20:32.272429+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-31T11:20:32.275144+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-31T11:20:32.376960+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-31T11:20:32.417204+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T11:20:32.489365+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-31T11:20:32.493104+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-31T11:20:32.495988+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-31T11:20:32.695152+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f0f82"},"request_uri":"http://127.0.0.1:8000/_wdt/2f0f82","method":"GET"} []
[2020-12-31T11:20:33.301596+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-31T11:20:33.343410+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T11:20:33.406884+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-31T11:20:33.410696+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-31T11:20:33.413430+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-31T11:20:33.612746+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"09bbbd"},"request_uri":"http://127.0.0.1:8000/_wdt/09bbbd","method":"GET"} []
[2020-12-31T11:20:34.043771+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2020-12-31T11:20:34.086624+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2020-12-31T11:20:34.163710+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2020-12-31T11:20:34.178644+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2020-12-31T11:20:34.185749+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2020-12-31T11:20:34.403873+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"562049"},"request_uri":"http://127.0.0.1:8000/_wdt/562049","method":"GET"} []
[2020-12-31T11:20:40.267550+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2020-12-31T11:20:40.374003+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-31T11:20:40.586687+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fcf371"},"request_uri":"http://127.0.0.1:8000/_wdt/fcf371","method":"GET"} []
[2020-12-31T11:20:41.682339+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:20:41.740174+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:20:41.989150+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b07f7"},"request_uri":"http://127.0.0.1:8000/_wdt/2b07f7","method":"GET"} []
[2020-12-31T11:22:04.085123+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/invoice/5/edit","method":"GET"} []
[2020-12-31T11:22:04.143325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["5"] []
[2020-12-31T11:22:04.215754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-31T11:22:04.219159+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-31T11:22:04.481528+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e5e316"},"request_uri":"http://127.0.0.1:8000/_wdt/e5e316","method":"GET"} []
[2020-12-31T11:22:13.811162+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/invoice/5/edit","method":"POST"} []
[2020-12-31T11:22:13.890412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["5"] []
[2020-12-31T11:22:13.964069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-31T11:22:13.969800+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["5"]] []
[2020-12-31T11:22:14.011737+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-31T11:22:14.011979+00:00] doctrine.DEBUG: UPDATE invoice SET invoiceno = ? WHERE id = ? ["123",5] []
[2020-12-31T11:22:14.012815+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-31T11:22:14.159327+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:22:14.219456+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:22:14.483546+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f78b2e"},"request_uri":"http://127.0.0.1:8000/_wdt/f78b2e","method":"GET"} []
[2020-12-31T11:22:16.120970+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"4"},"request_uri":"http://127.0.0.1:8000/invoice/4/edit","method":"GET"} []
[2020-12-31T11:22:16.181397+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["4"] []
[2020-12-31T11:22:16.252775+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-31T11:22:16.256180+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-31T11:22:16.489673+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b3a19f"},"request_uri":"http://127.0.0.1:8000/_wdt/b3a19f","method":"GET"} []
[2020-12-31T11:22:25.183242+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"4"},"request_uri":"http://127.0.0.1:8000/invoice/4/edit","method":"POST"} []
[2020-12-31T11:22:25.258632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["4"] []
[2020-12-31T11:22:25.330919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-31T11:22:25.336712+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["5"]] []
[2020-12-31T11:22:25.377824+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-31T11:22:25.378068+00:00] doctrine.DEBUG: UPDATE invoice SET invoiceno = ? WHERE id = ? ["124",4] []
[2020-12-31T11:22:25.380412+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-31T11:22:25.530116+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:22:25.590074+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:22:25.831697+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4acfd1"},"request_uri":"http://127.0.0.1:8000/_wdt/4acfd1","method":"GET"} []
[2020-12-31T11:22:28.991847+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/invoice/3/edit","method":"GET"} []
[2020-12-31T11:22:29.060677+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["3"] []
[2020-12-31T11:22:29.131939+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-31T11:22:29.135253+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-31T11:22:29.371302+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f7f7b4"},"request_uri":"http://127.0.0.1:8000/_wdt/f7f7b4","method":"GET"} []
[2020-12-31T11:22:36.207989+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/invoice/3/edit","method":"POST"} []
[2020-12-31T11:22:36.283024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["3"] []
[2020-12-31T11:22:36.353753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2020-12-31T11:22:36.359512+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["3"]] []
[2020-12-31T11:22:36.400261+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-31T11:22:36.400505+00:00] doctrine.DEBUG: UPDATE invoice SET invoiceno = ? WHERE id = ? ["125",3] []
[2020-12-31T11:22:36.403047+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-31T11:22:36.551121+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:22:36.611679+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:22:36.857567+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1a7f63"},"request_uri":"http://127.0.0.1:8000/_wdt/1a7f63","method":"GET"} []
[2020-12-31T11:22:41.502514+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:22:41.562442+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:22:41.842533+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79c316"},"request_uri":"http://127.0.0.1:8000/_wdt/79c316","method":"GET"} []
[2020-12-31T11:23:18.598921+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/invoice/5/edit","method":"GET"} []
[2020-12-31T11:23:18.658790+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["5"] []
[2020-12-31T11:23:18.726016+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-31T11:23:18.729526+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-31T11:23:18.985159+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"45b27a"},"request_uri":"http://127.0.0.1:8000/_wdt/45b27a","method":"GET"} []
[2020-12-31T11:23:40.438569+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/invoice/5/edit","method":"POST"} []
[2020-12-31T11:23:40.514048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["5"] []
[2020-12-31T11:23:40.586996+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-31T11:23:40.592863+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["5"]] []
[2020-12-31T11:23:40.634300+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-31T11:23:40.634564+00:00] doctrine.DEBUG: UPDATE invoice SET maturitydate = ? WHERE id = ? ["2021-01-05T00:00:00+00:00",5] []
[2020-12-31T11:23:40.637561+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-31T11:23:40.786104+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:23:40.846750+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:23:41.111606+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2d9e5f"},"request_uri":"http://127.0.0.1:8000/_wdt/2d9e5f","method":"GET"} []
[2020-12-31T11:24:39.445982+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:24:39.497137+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:24:39.851090+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f2535b"},"request_uri":"http://127.0.0.1:8000/_wdt/f2535b","method":"GET"} []
[2020-12-31T11:29:38.615221+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:29:38.676709+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:29:38.954208+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"51304b"},"request_uri":"http://127.0.0.1:8000/_wdt/51304b","method":"GET"} []
[2020-12-31T11:29:58.539648+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/invoice/5/edit","method":"GET"} []
[2020-12-31T11:29:58.601018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["5"] []
[2020-12-31T11:29:58.674341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-31T11:29:58.677739+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-31T11:29:58.937251+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe6ab7"},"request_uri":"http://127.0.0.1:8000/_wdt/fe6ab7","method":"GET"} []
[2020-12-31T11:30:05.244462+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/invoice/5/edit","method":"POST"} []
[2020-12-31T11:30:05.322984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["5"] []
[2020-12-31T11:30:05.395163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-31T11:30:05.400893+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["5"]] []
[2020-12-31T11:30:05.441324+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-31T11:30:05.441583+00:00] doctrine.DEBUG: UPDATE invoice SET maturitydate = ? WHERE id = ? ["2021-01-06T00:00:00+00:00",5] []
[2020-12-31T11:30:05.444847+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-31T11:30:05.596215+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:30:05.666207+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:30:05.909975+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"17d526"},"request_uri":"http://127.0.0.1:8000/_wdt/17d526","method":"GET"} []
[2020-12-31T11:30:24.978368+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/invoice/5/edit","method":"GET"} []
[2020-12-31T11:30:25.038357+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["5"] []
[2020-12-31T11:30:25.110000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-31T11:30:25.113395+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2020-12-31T11:30:25.352179+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6017d7"},"request_uri":"http://127.0.0.1:8000/_wdt/6017d7","method":"GET"} []
[2020-12-31T11:30:33.197217+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/invoice/5/edit","method":"POST"} []
[2020-12-31T11:30:33.265698+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["5"] []
[2020-12-31T11:30:33.338751+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2020-12-31T11:30:33.344613+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["5"]] []
[2020-12-31T11:30:33.386622+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-12-31T11:30:33.386814+00:00] doctrine.DEBUG: UPDATE invoice SET maturitydate = ? WHERE id = ? ["2021-01-04T00:00:00+00:00",5] []
[2020-12-31T11:30:33.387108+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-12-31T11:30:33.536903+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:30:33.597546+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:30:33.843168+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"129445"},"request_uri":"http://127.0.0.1:8000/_wdt/129445","method":"GET"} []
[2020-12-31T11:30:36.333163+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2020-12-31T11:30:36.394030+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:30:36.641856+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"03439e"},"request_uri":"http://127.0.0.1:8000/_wdt/03439e","method":"GET"} []
[2020-12-31T11:32:34.442059+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /" (from "http://192.168.0.190:8081/InvoiceTracking/public/")" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" (from \"http://192.168.0.190:8081/InvoiceTracking/public/\") at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} []
[2020-12-31T11:32:34.606108+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5425f1"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/5425f1","method":"GET"} []
[2020-12-31T11:32:45.497179+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2020-12-31T11:32:45.550200+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2020-12-31T11:32:45.835058+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e348d"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/2e348d","method":"GET"} []
[2021-01-02T04:48:11.873608+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-01-02T04:48:13.298991+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-02T04:48:15.741929+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2ab04b"},"request_uri":"http://127.0.0.1:8000/_wdt/2ab04b","method":"GET"} []
[2021-01-02T04:48:47.358070+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-01-02T04:48:47.632273+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-02T04:48:48.027652+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-02T04:48:48.146156+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2021-01-02T04:48:48.201420+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-02T04:48:48.468984+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8df9ff"},"request_uri":"http://127.0.0.1:8000/_wdt/8df9ff","method":"GET"} []
[2021-01-02T04:49:17.478427+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/company/show/3","method":"GET"} []
[2021-01-02T04:49:17.598648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2021-01-02T04:49:17.858087+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3538ed"},"request_uri":"http://127.0.0.1:8000/_wdt/3538ed","method":"GET"} []
[2021-01-02T04:49:19.194074+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/company/3/edit","method":"GET"} []
[2021-01-02T04:49:19.260742+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2021-01-02T04:49:19.620289+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0fb4a"},"request_uri":"http://127.0.0.1:8000/_wdt/e0fb4a","method":"GET"} []
[2021-01-02T04:49:22.653979+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/company/3/edit","method":"POST"} []
[2021-01-02T04:49:22.713634+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2021-01-02T04:49:24.229385+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-01-02T04:49:24.229614+00:00] doctrine.DEBUG: UPDATE company SET alertdays = ? WHERE id = ? [10,3] []
[2021-01-02T04:49:24.229967+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-01-02T04:49:24.372208+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-01-02T04:49:24.412577+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-02T04:49:24.488480+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-02T04:49:24.492296+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2021-01-02T04:49:24.495118+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-02T04:49:24.702773+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed12a8"},"request_uri":"http://127.0.0.1:8000/_wdt/ed12a8","method":"GET"} []
[2021-01-02T04:49:27.041123+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-01-02T04:49:27.097821+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-02T04:49:27.355081+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"749d90"},"request_uri":"http://127.0.0.1:8000/_wdt/749d90","method":"GET"} []
[2021-01-02T04:49:39.869178+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/company/show/3","method":"GET"} []
[2021-01-02T04:49:39.925574+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2021-01-02T04:49:40.146189+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"15de9d"},"request_uri":"http://127.0.0.1:8000/_wdt/15de9d","method":"GET"} []
[2021-01-02T04:49:41.617695+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/company/3/edit","method":"GET"} []
[2021-01-02T04:49:41.683243+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2021-01-02T04:49:41.931992+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a8983"},"request_uri":"http://127.0.0.1:8000/_wdt/3a8983","method":"GET"} []
[2021-01-02T04:49:44.946934+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/company/3/edit","method":"POST"} []
[2021-01-02T04:49:45.007211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2021-01-02T04:49:45.060667+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-01-02T04:49:45.060876+00:00] doctrine.DEBUG: UPDATE company SET alertdays = ? WHERE id = ? [9,3] []
[2021-01-02T04:49:45.099166+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-01-02T04:49:45.249346+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-01-02T04:49:45.290357+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-02T04:49:45.362141+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-02T04:49:45.365971+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2021-01-02T04:49:45.368731+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-02T04:49:45.580132+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea2b76"},"request_uri":"http://127.0.0.1:8000/_wdt/ea2b76","method":"GET"} []
[2021-01-02T04:49:48.009588+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-01-02T04:49:48.071240+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-02T04:49:48.336043+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6472e8"},"request_uri":"http://127.0.0.1:8000/_wdt/6472e8","method":"GET"} []
[2021-01-02T04:49:49.094885+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-01-02T04:49:49.154897+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-02T04:49:49.465831+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f45f48"},"request_uri":"http://127.0.0.1:8000/_wdt/f45f48","method":"GET"} []
[2021-01-02T04:49:56.637094+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/company/3/edit","method":"GET"} []
[2021-01-02T04:49:56.698343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2021-01-02T04:49:56.948809+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8a01e"},"request_uri":"http://127.0.0.1:8000/_wdt/a8a01e","method":"GET"} []
[2021-01-02T04:49:59.939719+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/company/3/edit","method":"POST"} []
[2021-01-02T04:49:59.994130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2021-01-02T04:50:00.049060+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-01-02T04:50:00.049300+00:00] doctrine.DEBUG: UPDATE company SET alertdays = ? WHERE id = ? [8,3] []
[2021-01-02T04:50:00.052251+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-01-02T04:50:00.176268+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-01-02T04:50:00.216941+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-02T04:50:00.291037+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-02T04:50:00.294859+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2021-01-02T04:50:00.297590+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-02T04:50:00.503459+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac8770"},"request_uri":"http://127.0.0.1:8000/_wdt/ac8770","method":"GET"} []
[2021-01-02T04:50:02.320675+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-01-02T04:50:02.385020+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-02T04:50:02.665618+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b38ab"},"request_uri":"http://127.0.0.1:8000/_wdt/4b38ab","method":"GET"} []
[2021-01-02T04:50:21.775901+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/company/show/3","method":"GET"} []
[2021-01-02T04:50:21.848055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2021-01-02T04:50:22.094928+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"182b35"},"request_uri":"http://127.0.0.1:8000/_wdt/182b35","method":"GET"} []
[2021-01-02T04:50:23.481277+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/company/3/edit","method":"GET"} []
[2021-01-02T04:50:23.537169+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2021-01-02T04:50:23.785309+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b149c4"},"request_uri":"http://127.0.0.1:8000/_wdt/b149c4","method":"GET"} []
[2021-01-02T04:50:27.962836+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/company/3/edit","method":"POST"} []
[2021-01-02T04:50:28.019821+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2021-01-02T04:50:28.073970+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-01-02T04:50:28.074212+00:00] doctrine.DEBUG: UPDATE company SET alertdays = ? WHERE id = ? [7,3] []
[2021-01-02T04:50:28.076905+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-01-02T04:50:28.197853+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-01-02T04:50:28.238161+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-02T04:50:28.307345+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-02T04:50:28.311069+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2021-01-02T04:50:28.313992+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-02T04:50:28.528232+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"76ddfa"},"request_uri":"http://127.0.0.1:8000/_wdt/76ddfa","method":"GET"} []
[2021-01-02T04:50:30.016030+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-01-02T04:50:30.067682+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-02T04:50:30.347448+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"451d22"},"request_uri":"http://127.0.0.1:8000/_wdt/451d22","method":"GET"} []
[2021-01-02T04:50:31.076934+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-01-02T04:50:31.129730+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-02T04:50:31.391057+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9e8796"},"request_uri":"http://127.0.0.1:8000/_wdt/9e8796","method":"GET"} []
[2021-01-02T04:50:54.478519+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/company/show/3","method":"GET"} []
[2021-01-02T04:50:54.531888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2021-01-02T04:50:54.753950+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a555df"},"request_uri":"http://127.0.0.1:8000/_wdt/a555df","method":"GET"} []
[2021-01-02T04:50:56.263760+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/company/3/edit","method":"GET"} []
[2021-01-02T04:50:56.330079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2021-01-02T04:50:56.580788+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2cd237"},"request_uri":"http://127.0.0.1:8000/_wdt/2cd237","method":"GET"} []
[2021-01-02T04:50:59.497837+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"3"},"request_uri":"http://127.0.0.1:8000/company/3/edit","method":"POST"} []
[2021-01-02T04:50:59.550190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2021-01-02T04:50:59.603070+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-01-02T04:50:59.603311+00:00] doctrine.DEBUG: UPDATE company SET alertdays = ? WHERE id = ? [5,3] []
[2021-01-02T04:50:59.604827+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-01-02T04:50:59.726604+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-01-02T04:50:59.767499+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-02T04:50:59.831471+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-02T04:50:59.835730+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2021-01-02T04:50:59.838666+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-02T04:51:00.049815+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d3d078"},"request_uri":"http://127.0.0.1:8000/_wdt/d3d078","method":"GET"} []
[2021-01-02T04:51:47.131667+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-01-02T04:51:47.182005+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-02T04:51:47.466771+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b7471e"},"request_uri":"http://127.0.0.1:8000/_wdt/b7471e","method":"GET"} []
[2021-01-02T04:52:12.011355+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-01-02T04:52:12.071296+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-02T04:52:12.387363+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e5dde1"},"request_uri":"http://127.0.0.1:8000/_wdt/e5dde1","method":"GET"} []
[2021-01-02T04:52:13.560634+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-01-02T04:52:13.602166+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-02T04:52:13.675515+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-02T04:52:13.679613+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2021-01-02T04:52:13.682503+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-02T04:52:13.911771+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"67e0e8"},"request_uri":"http://127.0.0.1:8000/_wdt/67e0e8","method":"GET"} []
[2021-01-02T04:52:15.073638+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2021-01-02T04:52:15.430312+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-01-02T04:52:15.688548+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"12721e"},"request_uri":"http://127.0.0.1:8000/_wdt/12721e","method":"GET"} []
[2021-01-02T04:52:16.718452+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-01-02T04:52:16.768286+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-02T04:52:17.036909+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b71e8b"},"request_uri":"http://127.0.0.1:8000/_wdt/b71e8b","method":"GET"} []
[2021-01-02T04:53:29.548175+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-01-02T04:53:29.600538+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-02T04:53:29.683933+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-02T04:53:29.689232+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2021-01-02T04:53:29.692357+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-02T04:53:29.936947+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"32a6f1"},"request_uri":"http://127.0.0.1:8000/_wdt/32a6f1","method":"GET"} []
[2021-01-02T04:53:30.947728+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-01-02T04:53:31.003861+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-02T04:53:31.263801+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"08423a"},"request_uri":"http://127.0.0.1:8000/_wdt/08423a","method":"GET"} []
[2021-01-02T04:53:31.806185+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2021-01-02T04:53:31.912642+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-01-02T04:53:32.156711+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a88ffa"},"request_uri":"http://127.0.0.1:8000/_wdt/a88ffa","method":"GET"} []
[2021-01-02T04:53:39.575569+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-01-02T04:53:39.642359+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-02T04:53:39.919808+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ffa4d"},"request_uri":"http://127.0.0.1:8000/_wdt/5ffa4d","method":"GET"} []
[2021-01-02T04:53:43.550397+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"5"},"request_uri":"http://127.0.0.1:8000/invoice/show/5","method":"GET"} []
[2021-01-02T04:53:43.628849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["5"] []
[2021-01-02T04:53:43.716373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2021-01-02T04:53:43.964525+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"883e6d"},"request_uri":"http://127.0.0.1:8000/_wdt/883e6d","method":"GET"} []
[2021-01-02T04:53:51.706137+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-01-02T04:53:51.766572+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-02T04:53:52.037235+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"61a9f8"},"request_uri":"http://127.0.0.1:8000/_wdt/61a9f8","method":"GET"} []
[2021-01-02T05:46:48.185050+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /" (from "http://127.0.0.1:8081/InvoiceTracking/public/")" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" (from \"http://127.0.0.1:8081/InvoiceTracking/public/\") at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} []
[2021-01-02T05:46:48.352227+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1491b"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/_wdt/b1491b","method":"GET"} []
[2021-01-02T05:46:56.979885+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-02T05:46:57.041706+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-02T05:46:57.305327+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"892fa1"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/_wdt/892fa1","method":"GET"} []
[2021-01-02T05:46:59.180644+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-02T05:46:59.234538+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-02T05:46:59.426495+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"923400"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/_wdt/923400","method":"GET"} []
[2021-01-02T05:47:09.641608+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-02T05:47:09.701225+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-02T05:47:09.890740+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7635cd"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/_wdt/7635cd","method":"GET"} []
[2021-01-02T05:47:10.473851+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-01-02T05:47:10.574283+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-01-02T05:47:10.716789+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"36aa86"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/_wdt/36aa86","method":"GET"} []
[2021-01-02T05:47:14.004634+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-02T05:47:14.067871+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-02T05:47:14.245666+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2d83ac"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/_wdt/2d83ac","method":"GET"} []
[2021-01-02T05:47:14.746580+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-01-02T05:47:14.785975+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-02T05:47:14.860895+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-02T05:47:14.864897+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2021-01-02T05:47:14.868504+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-02T05:47:14.998670+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"422b5d"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/_wdt/422b5d","method":"GET"} []
[2021-01-02T05:47:15.661348+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-01-02T05:47:15.752089+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-01-02T05:47:15.897754+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"45ba37"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/_wdt/45ba37","method":"GET"} []
[2021-01-04T05:19:52.643095+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /" (from "http://192.168.0.190:8081/InvoiceTracking/public/")" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" (from \"http://192.168.0.190:8081/InvoiceTracking/public/\") at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} []
[2021-01-04T05:19:53.669033+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"08af76"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/08af76","method":"GET"} []
[2021-01-04T05:20:11.520094+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-04T05:20:12.256898+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-04T05:20:14.386136+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"21ef55"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/21ef55","method":"GET"} []
[2021-01-04T05:20:16.597007+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-04T05:20:16.647949+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-04T05:20:17.041172+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bec707"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/bec707","method":"GET"} []
[2021-01-04T05:20:29.364178+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-01-04T05:20:29.579130+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-04T05:20:29.923065+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-04T05:20:30.038303+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2021-01-04T05:20:30.086598+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-04T05:20:30.467381+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"10a76b"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/10a76b","method":"GET"} []
[2021-01-04T05:20:39.588605+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-01-04T05:20:40.003051+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-01-04T05:20:40.427665+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab9d0f"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/ab9d0f","method":"GET"} []
[2021-01-04T05:22:11.254458+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-01-04T05:22:11.335625+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-01-04T05:22:11.693524+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e75fdf"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/e75fdf","method":"GET"} []
[2021-01-04T05:22:15.468440+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-01-04T05:22:15.506820+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-04T05:22:15.569994+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-04T05:22:15.574376+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2021-01-04T05:22:15.576971+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-04T05:22:16.035380+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0898f5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/0898f5","method":"GET"} []
[2021-01-04T05:22:17.781787+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-01-04T05:22:17.894674+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-01-04T05:22:18.237272+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"895da4"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/895da4","method":"GET"} []
[2021-01-04T05:22:20.145549+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-04T05:22:20.187572+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-04T05:22:20.516538+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de8c22"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/de8c22","method":"GET"} []
[2021-01-04T05:22:27.692200+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/5","method":"GET"} []
[2021-01-04T05:22:27.858546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["5"] []
[2021-01-04T05:22:27.967770+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2021-01-04T05:22:28.432011+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"63480d"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/63480d","method":"GET"} []
[2021-01-04T05:23:08.455910+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-04T05:23:08.493409+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-04T05:23:08.861042+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b79b62"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/b79b62","method":"GET"} []
[2021-01-04T05:34:31.209163+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /" (from "http://192.168.0.190:8081/InvoiceTracking/public/")" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" (from \"http://192.168.0.190:8081/InvoiceTracking/public/\") at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} []
[2021-01-04T05:34:32.001447+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6938cc"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/6938cc","method":"GET"} []
[2021-01-04T05:34:42.577854+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-04T05:34:42.618108+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-04T05:34:44.526668+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2392fd"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/2392fd","method":"GET"} []
[2021-01-04T05:34:58.420126+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-01-04T05:34:58.514924+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-01-04T05:34:58.893545+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b98f6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/7b98f6","method":"GET"} []
[2021-01-04T05:35:00.751390+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-04T05:35:00.789811+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-04T05:35:01.128722+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c7ea7b"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/c7ea7b","method":"GET"} []
[2021-01-04T05:35:05.419540+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-01-04T05:35:05.457050+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-04T05:35:05.515857+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-04T05:35:05.520729+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2021-01-04T05:35:05.523508+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-04T05:35:05.894098+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"815f76"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/815f76","method":"GET"} []
[2021-01-04T05:35:14.257019+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-01-04T05:35:14.358225+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-01-04T05:35:14.706420+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b6a855"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/b6a855","method":"GET"} []
[2021-01-04T05:35:24.966910+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-01-04T05:35:25.005362+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-04T05:35:25.070155+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-04T05:35:25.074943+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2021-01-04T05:35:25.077711+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-04T05:35:25.412211+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cd9f8d"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/cd9f8d","method":"GET"} []
[2021-01-04T05:35:28.563272+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-01-04T05:35:28.599964+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-04T05:35:28.661472+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-04T05:35:28.664950+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2021-01-04T05:35:28.667474+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-04T05:35:28.893144+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e1e050"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/e1e050","method":"GET"} []
[2021-01-04T05:36:22.789519+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-04T05:36:22.826212+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-04T05:36:23.168451+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d755af"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/d755af","method":"GET"} []
[2021-01-04T05:36:25.854964+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-01-04T05:36:25.890901+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-04T05:36:25.942429+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-04T05:36:25.946004+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,4,3]] []
[2021-01-04T05:36:25.948562+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-04T05:36:26.171698+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"695200"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/695200","method":"GET"} []
[2021-01-04T05:36:29.022405+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"4"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/show/4","method":"GET"} []
[2021-01-04T05:36:29.064483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2021-01-04T05:36:29.339741+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ec3d44"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/ec3d44","method":"GET"} []
[2021-01-04T05:36:34.053722+00:00] request.INFO: Matched route "company_delete". {"route":"company_delete","route_parameters":{"_route":"company_delete","_controller":"App\\Controller\\CompanyController::delete","id":"4"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/4","method":"DELETE"} []
[2021-01-04T05:36:34.099663+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["4"] []
[2021-01-04T05:36:34.121005+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-01-04T05:36:34.122122+00:00] doctrine.DEBUG: DELETE FROM company WHERE id = ? [4] []
[2021-01-04T05:36:34.130646+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-01-04T05:36:34.277801+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-01-04T05:36:34.315222+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-04T05:36:34.368244+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-04T05:36:34.371811+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,3]] []
[2021-01-04T05:36:34.374355+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-04T05:36:34.589768+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1698e"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/c1698e","method":"GET"} []
[2021-01-04T05:52:30.270408+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-01-04T05:52:30.316272+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-04T05:52:30.386799+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-04T05:52:30.390909+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,3]] []
[2021-01-04T05:52:30.393661+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-04T05:52:31.042194+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"75dd51"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/75dd51","method":"GET"} []
[2021-01-04T05:54:20.289805+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-01-04T05:54:20.335765+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-04T05:54:20.394552+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-04T05:54:20.398601+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,3]] []
[2021-01-04T05:54:20.401348+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-04T05:54:20.713462+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c0442"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/1c0442","method":"GET"} []
[2021-01-04T05:54:22.248264+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-04T05:54:22.302327+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-04T05:54:22.621484+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a71243"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/a71243","method":"GET"} []
[2021-01-04T05:54:24.105806+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-01-04T05:54:24.192739+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-01-04T05:54:24.524880+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6d16b1"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/6d16b1","method":"GET"} []
[2021-01-04T05:54:31.323168+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-04T05:54:31.372724+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-04T05:54:31.723019+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"247c14"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/247c14","method":"GET"} []
[2021-01-04T05:54:43.551098+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/5/edit","method":"GET"} []
[2021-01-04T05:54:43.622820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["5"] []
[2021-01-04T05:54:43.684451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2021-01-04T05:54:43.750993+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-01-04T05:54:44.131068+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"491733"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/491733","method":"GET"} []
[2021-01-04T05:54:48.461699+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-04T05:54:48.506858+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-04T05:54:48.872528+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"634839"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/634839","method":"GET"} []
[2021-01-04T05:58:08.601993+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-01-04T05:58:08.648262+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-04T05:58:08.715103+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-04T05:58:08.719103+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,3]] []
[2021-01-04T05:58:08.721850+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-04T05:58:09.096555+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1a0989"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/1a0989","method":"GET"} []
[2021-01-04T05:58:43.059670+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"4"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/4/edit","method":"GET"} []
[2021-01-04T05:58:43.109811+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["4"] []
[2021-01-04T05:58:43.173046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2021-01-04T05:58:43.176135+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-01-04T05:58:43.483326+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc64a9"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/cc64a9","method":"GET"} []
[2021-01-04T05:58:55.943684+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"4"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/4/edit","method":"POST"} []
[2021-01-04T05:58:55.999761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["4"] []
[2021-01-04T05:58:56.061665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2021-01-04T05:58:56.093207+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["5"]] []
[2021-01-04T05:58:57.560451+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-01-04T05:58:57.560682+00:00] doctrine.DEBUG: UPDATE invoice SET maturitydate = ? WHERE id = ? ["2021-01-10T00:00:00+00:00",4] []
[2021-01-04T05:58:57.563229+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-01-04T05:58:57.742105+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-04T05:58:57.796681+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-04T05:58:58.171366+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"155372"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/155372","method":"GET"} []
[2021-01-04T06:00:53.088579+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-01-04T06:00:53.133888+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-04T06:00:53.217432+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-04T06:00:53.221593+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,3]] []
[2021-01-04T06:00:53.224419+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-04T06:00:53.813029+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"482bae"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/482bae","method":"GET"} []
[2021-01-04T06:00:55.137093+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-04T06:00:55.184740+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-04T06:00:55.538415+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"30c64e"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/30c64e","method":"GET"} []
[2021-01-04T06:01:00.218875+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-01-04T06:01:00.319905+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-01-04T06:01:00.653009+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e4ffc"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/8e4ffc","method":"GET"} []
[2021-01-04T06:01:02.514816+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-04T06:01:02.559388+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-04T06:01:02.951483+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f0762"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/9f0762","method":"GET"} []
[2021-01-04T06:01:18.078525+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-04T06:01:18.121502+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-04T06:01:18.484107+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"971064"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/971064","method":"GET"} []
[2021-01-04T06:01:22.073998+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-01-04T06:01:22.110943+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-04T06:01:22.178475+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-04T06:01:22.182081+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,3]] []
[2021-01-04T06:01:22.184718+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-04T06:01:22.479741+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c6679e"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/c6679e","method":"GET"} []
[2021-01-04T06:01:24.239299+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-04T06:01:24.275703+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-04T06:01:24.571951+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2bd5f9"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/2bd5f9","method":"GET"} []
[2021-01-04T06:01:26.118627+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-01-04T06:01:26.203384+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-01-04T06:01:26.418228+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7c9fd0"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/7c9fd0","method":"GET"} []
[2021-01-04T06:01:29.745259+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-01-04T06:01:29.781137+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-04T06:01:29.837713+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-04T06:01:29.841541+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,3]] []
[2021-01-04T06:01:29.844108+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-04T06:01:30.036090+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e4600"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/7e4600","method":"GET"} []
[2021-01-04T06:05:21.697366+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-01-04T06:05:21.743157+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-04T06:05:21.808372+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-04T06:05:21.812413+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,3]] []
[2021-01-04T06:05:21.815220+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-04T06:05:22.077618+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"381c4e"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/381c4e","method":"GET"} []
[2021-01-04T06:05:47.028436+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-01-04T06:05:47.073736+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-04T06:05:47.143219+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-04T06:05:47.147192+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[5,3]] []
[2021-01-04T06:05:47.149912+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-04T06:05:47.454622+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"41aa9b"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/41aa9b","method":"GET"} []
[2021-01-04T06:05:55.390836+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/new","method":"GET"} []
[2021-01-04T06:05:55.821214+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86c80c"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/86c80c","method":"GET"} []
[2021-01-04T06:07:51.887658+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/new","method":"POST"} []
[2021-01-04T06:07:52.015660+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-01-04T06:07:52.019696+00:00] doctrine.DEBUG: INSERT INTO company (name, address, email, alertdays, remarks, type) VALUES (?, ?, ?, ?, ?, ?) {"1":"Powersource Projects Limited","2":"Capital Park, Surrey.","3":"power@gmail.com","4":15,"5":"Payment Should be made wit [...]","6":null} []
[2021-01-04T06:07:52.023448+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-01-04T06:07:52.167465+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-01-04T06:07:52.204984+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-04T06:07:52.261374+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-04T06:07:52.265428+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[6,5,3]] []
[2021-01-04T06:07:52.268131+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-04T06:07:52.567585+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8120c5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/8120c5","method":"GET"} []
[2021-01-04T06:08:05.420454+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-01-04T06:08:05.513823+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-01-04T06:08:05.855984+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d47345"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/d47345","method":"GET"} []
[2021-01-04T06:11:47.641376+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"POST"} []
[2021-01-04T06:11:47.741783+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["6"]] []
[2021-01-04T06:11:47.778678+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-01-04T06:11:47.782567+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"48678","2":"2020-12-14T00:00:00+00:00","3":"Generator Spare parts","4":4288.4,"5":"Generator Spare parts","6":null,"7":null,"8":"2021-01-30T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":6} []
[2021-01-04T06:11:47.820189+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-01-04T06:11:48.016814+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-04T06:11:48.057335+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-04T06:11:48.442800+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cd32aa"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/cd32aa","method":"GET"} []
[2021-01-04T06:12:18.055805+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-01-04T06:12:18.101399+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-04T06:12:18.173258+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-04T06:12:18.177459+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[6,5,3]] []
[2021-01-04T06:12:18.180300+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-04T06:12:18.466228+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a1d05"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/8a1d05","method":"GET"} []
[2021-01-04T06:12:28.785066+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/6/edit","method":"GET"} []
[2021-01-04T06:12:28.831971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["6"] []
[2021-01-04T06:12:28.891878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-01-04T06:12:28.895017+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-01-04T06:12:29.200125+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1bba8"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/b1bba8","method":"GET"} []
[2021-01-04T06:12:40.056995+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/6/edit","method":"POST"} []
[2021-01-04T06:12:40.097422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["6"] []
[2021-01-04T06:12:40.161479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-01-04T06:12:40.166645+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["6"]] []
[2021-01-04T06:12:40.201199+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-01-04T06:12:40.201424+00:00] doctrine.DEBUG: UPDATE invoice SET maturitydate = ? WHERE id = ? ["2021-01-15T00:00:00+00:00",6] []
[2021-01-04T06:12:40.203877+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-01-04T06:12:40.381898+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-04T06:12:40.441922+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-04T06:12:40.804881+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ced48a"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/ced48a","method":"GET"} []
[2021-01-04T06:13:33.614910+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/6/edit","method":"GET"} []
[2021-01-04T06:13:33.666506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["6"] []
[2021-01-04T06:13:33.727601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-01-04T06:13:33.730661+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-01-04T06:13:34.039845+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d0f6e3"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/d0f6e3","method":"GET"} []
[2021-01-04T06:13:52.132603+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/6/edit","method":"POST"} []
[2021-01-04T06:13:52.195726+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["6"] []
[2021-01-04T06:13:52.259037+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-01-04T06:13:52.264171+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["6"]] []
[2021-01-04T06:13:52.298735+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-01-04T06:13:52.298935+00:00] doctrine.DEBUG: UPDATE invoice SET maturitydate = ? WHERE id = ? ["2021-01-19T00:00:00+00:00",6] []
[2021-01-04T06:13:52.301486+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-01-04T06:13:52.474904+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-04T06:13:52.529111+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-04T06:13:52.886111+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"418c6f"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/418c6f","method":"GET"} []
[2021-01-04T06:13:56.139456+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/6/edit","method":"GET"} []
[2021-01-04T06:13:56.201032+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["6"] []
[2021-01-04T06:13:56.262211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-01-04T06:13:56.265478+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-01-04T06:13:56.633192+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c43945"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/c43945","method":"GET"} []
[2021-01-04T06:14:04.166885+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/6/edit","method":"POST"} []
[2021-01-04T06:14:04.235530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["6"] []
[2021-01-04T06:14:04.296672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-01-04T06:14:04.301697+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["6"]] []
[2021-01-04T06:14:04.335256+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-01-04T06:14:04.335463+00:00] doctrine.DEBUG: UPDATE invoice SET maturitydate = ? WHERE id = ? ["2021-01-20T00:00:00+00:00",6] []
[2021-01-04T06:14:04.372253+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-01-04T06:14:04.583394+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-04T06:14:04.630593+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-04T06:14:04.964926+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0e5b6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/e0e5b6","method":"GET"} []
[2021-01-04T06:15:24.903801+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-01-04T06:15:24.946330+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-04T06:15:25.005377+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-04T06:15:25.009431+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[6,5,3]] []
[2021-01-04T06:15:25.012122+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-04T06:15:25.316613+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a3e809"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/a3e809","method":"GET"} []
[2021-01-04T06:15:26.914366+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/new","method":"GET"} []
[2021-01-04T06:15:27.404817+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92d1c2"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/92d1c2","method":"GET"} []
[2021-01-04T06:16:37.825896+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/new","method":"POST"} []
[2021-01-04T06:16:37.935012+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-01-04T06:16:37.939196+00:00] doctrine.DEBUG: INSERT INTO company (name, address, email, alertdays, remarks, type) VALUES (?, ?, ?, ?, ?, ?) {"1":"Deep Sea Electronics Ltd.","2":"Hunmaby Industrial Estate< [...]","3":"prasad@deepseaelectronics.com","4":15,"5":"Payment Should be made wit [...]","6":null} []
[2021-01-04T06:16:37.940554+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-01-04T06:16:38.072630+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-01-04T06:16:38.110779+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-01-04T06:16:38.188543+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-01-04T06:16:38.198968+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6,5,3]] []
[2021-01-04T06:16:38.203980+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-01-04T06:16:38.504918+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"99ead7"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/99ead7","method":"GET"} []
[2021-01-04T06:16:40.680723+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-04T06:16:40.725601+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-04T06:16:41.058771+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"84cbd0"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/84cbd0","method":"GET"} []
[2021-01-04T06:16:41.965709+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-01-04T06:16:42.041212+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-01-04T06:16:42.313237+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6fd6b4"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/6fd6b4","method":"GET"} []
[2021-01-04T06:17:43.590701+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"POST"} []
[2021-01-04T06:17:43.661948+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["7"]] []
[2021-01-04T06:17:43.686310+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-01-04T06:17:43.689820+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"1038967","2":"2020-12-08T00:00:00+00:00","3":"Control Module","4":5775.0,"5":"Control Module","6":null,"7":null,"8":"2021-01-30T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":7} []
[2021-01-04T06:17:43.726150+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-01-04T06:17:43.855218+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-01-04T06:17:43.899661+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-01-04T06:17:44.308129+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"51b989"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/51b989","method":"GET"} []
[2021-02-06T03:55:30.578218+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} []
[2021-02-06T03:55:30.782658+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2ab23a"},"request_uri":"http://127.0.0.1:8000/_wdt/2ab23a","method":"GET"} []
[2021-02-06T03:55:59.745564+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-06T03:55:59.848531+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T03:56:00.321493+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"29bb4e"},"request_uri":"http://127.0.0.1:8000/_wdt/29bb4e","method":"GET"} []
[2021-02-06T03:56:03.930319+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-06T03:56:04.003527+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T03:56:04.285008+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1f47a"},"request_uri":"http://127.0.0.1:8000/_wdt/b1f47a","method":"GET"} []
[2021-02-06T03:56:12.886982+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2021-02-06T03:56:13.053611+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-06T03:56:13.346985+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"076df4"},"request_uri":"http://127.0.0.1:8000/_wdt/076df4","method":"GET"} []
[2021-02-06T03:56:15.662047+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-06T03:56:15.722629+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T03:56:15.993308+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"429556"},"request_uri":"http://127.0.0.1:8000/_wdt/429556","method":"GET"} []
[2021-02-06T03:56:16.944640+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-02-06T03:56:16.997947+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-06T03:56:17.094997+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-06T03:56:17.112641+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6,5,3]] []
[2021-02-06T03:56:17.117536+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-06T03:56:17.343330+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d26db"},"request_uri":"http://127.0.0.1:8000/_wdt/8d26db","method":"GET"} []
[2021-02-06T03:56:19.511817+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://127.0.0.1:8000/company/new","method":"GET"} []
[2021-02-06T03:56:19.795203+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d8d00"},"request_uri":"http://127.0.0.1:8000/_wdt/8d8d00","method":"GET"} []
[2021-02-06T03:56:21.671229+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-02-06T03:56:21.722536+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-06T03:56:21.806005+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-06T03:56:21.811711+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6,5,3]] []
[2021-02-06T03:56:21.814942+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-06T03:56:22.038244+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1941a6"},"request_uri":"http://127.0.0.1:8000/_wdt/1941a6","method":"GET"} []
[2021-02-06T03:56:30.601183+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2021-02-06T03:56:30.708091+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-06T03:56:30.950270+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ec83fe"},"request_uri":"http://127.0.0.1:8000/_wdt/ec83fe","method":"GET"} []
[2021-02-06T03:56:31.660638+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-06T03:56:31.730800+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T03:56:31.989089+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"08c90b"},"request_uri":"http://127.0.0.1:8000/_wdt/08c90b","method":"GET"} []
[2021-02-06T03:56:59.004437+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2021-02-06T03:56:59.112251+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-06T03:56:59.380299+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1223a5"},"request_uri":"http://127.0.0.1:8000/_wdt/1223a5","method":"GET"} []
[2021-02-06T03:57:12.426275+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2021-02-06T03:57:12.532411+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-06T03:57:12.777038+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b1056"},"request_uri":"http://127.0.0.1:8000/_wdt/2b1056","method":"GET"} []
[2021-02-06T03:57:13.453863+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-06T03:57:13.522906+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T03:57:13.789226+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8db1fb"},"request_uri":"http://127.0.0.1:8000/_wdt/8db1fb","method":"GET"} []
[2021-02-06T03:57:18.139550+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"5"},"request_uri":"http://127.0.0.1:8000/invoice/show/5","method":"GET"} []
[2021-02-06T03:57:18.228631+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["5"] []
[2021-02-06T03:57:18.286926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2021-02-06T03:57:18.560682+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"972327"},"request_uri":"http://127.0.0.1:8000/_wdt/972327","method":"GET"} []
[2021-02-06T03:57:30.991668+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-06T03:57:31.072369+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T03:57:31.360047+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e968c"},"request_uri":"http://127.0.0.1:8000/_wdt/8e968c","method":"GET"} []
[2021-02-06T03:57:39.369775+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-06T03:57:39.435010+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T03:57:39.705510+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bcb889"},"request_uri":"http://127.0.0.1:8000/_wdt/bcb889","method":"GET"} []
[2021-02-06T03:57:41.189349+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-06T03:57:41.258863+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T03:57:41.531556+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d9067d"},"request_uri":"http://127.0.0.1:8000/_wdt/d9067d","method":"GET"} []
[2021-02-06T03:57:43.669634+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/invoice/show/3","method":"GET"} []
[2021-02-06T03:57:43.744595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["3"] []
[2021-02-06T03:57:43.780272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2021-02-06T03:57:44.052725+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"729426"},"request_uri":"http://127.0.0.1:8000/_wdt/729426","method":"GET"} []
[2021-02-06T03:57:57.704919+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-06T03:57:57.793652+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T03:57:58.093526+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"390dda"},"request_uri":"http://127.0.0.1:8000/_wdt/390dda","method":"GET"} []
[2021-02-06T04:09:55.670668+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2021-02-06T04:09:55.823924+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-06T04:09:56.078273+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c7733"},"request_uri":"http://127.0.0.1:8000/_wdt/1c7733","method":"GET"} []
[2021-02-06T04:09:56.973433+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2021-02-06T04:09:57.072072+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-06T04:09:57.298731+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5faf21"},"request_uri":"http://127.0.0.1:8000/_wdt/5faf21","method":"GET"} []
[2021-02-06T04:11:26.953558+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"POST"} []
[2021-02-06T04:11:27.074640+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["6"]] []
[2021-02-06T04:11:27.217525+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-06T04:11:27.223083+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"57894","2":"2021-02-06T00:00:00+00:00","3":"1254789","4":5000.0,"5":"-","6":null,"7":null,"8":"2021-02-20T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":6} []
[2021-02-06T04:11:27.226794+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-06T04:11:27.358496+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-06T04:11:27.417518+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T04:11:27.723984+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f12fb"},"request_uri":"http://127.0.0.1:8000/_wdt/4f12fb","method":"GET"} []
[2021-02-06T04:11:38.661410+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-02-06T04:11:38.716385+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-06T04:11:38.815405+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-06T04:11:38.821199+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6,5,3]] []
[2021-02-06T04:11:38.825000+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-06T04:11:39.063739+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cd66c1"},"request_uri":"http://127.0.0.1:8000/_wdt/cd66c1","method":"GET"} []
[2021-02-06T04:11:47.630941+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"6"},"request_uri":"http://127.0.0.1:8000/company/6/edit","method":"GET"} []
[2021-02-06T04:11:47.698070+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["6"] []
[2021-02-06T04:11:48.002893+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"700db6"},"request_uri":"http://127.0.0.1:8000/_wdt/700db6","method":"GET"} []
[2021-02-06T04:12:01.333467+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/invoice/show/8","method":"GET"} []
[2021-02-06T04:12:01.408432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["8"] []
[2021-02-06T04:12:01.443947+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-02-06T04:12:01.740867+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"922ec0"},"request_uri":"http://127.0.0.1:8000/_wdt/922ec0","method":"GET"} []
[2021-02-06T04:12:17.495911+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-06T04:12:17.568937+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T04:12:17.858674+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a91802"},"request_uri":"http://127.0.0.1:8000/_wdt/a91802","method":"GET"} []
[2021-02-06T04:12:19.889611+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/invoice/show/8","method":"GET"} []
[2021-02-06T04:12:19.955807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["8"] []
[2021-02-06T04:12:19.989765+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-02-06T04:12:20.262203+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"191344"},"request_uri":"http://127.0.0.1:8000/_wdt/191344","method":"GET"} []
[2021-02-06T04:12:33.777566+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"6"},"request_uri":"http://127.0.0.1:8000/company/6/edit","method":"POST"} []
[2021-02-06T04:12:33.841031+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["6"] []
[2021-02-06T04:12:33.952962+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-06T04:12:33.953263+00:00] doctrine.DEBUG: UPDATE company SET alertdays = ? WHERE id = ? [10,6] []
[2021-02-06T04:12:33.955456+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-06T04:12:34.083056+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-02-06T04:12:34.133456+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-06T04:12:34.217538+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-06T04:12:34.222791+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6,5,3]] []
[2021-02-06T04:12:34.226095+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-06T04:12:34.452147+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"306afb"},"request_uri":"http://127.0.0.1:8000/_wdt/306afb","method":"GET"} []
[2021-02-06T04:12:39.211799+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-06T04:12:39.286325+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T04:12:39.575711+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"026183"},"request_uri":"http://127.0.0.1:8000/_wdt/026183","method":"GET"} []
[2021-02-06T04:12:44.716937+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-06T04:12:44.781817+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T04:12:45.046446+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee20b0"},"request_uri":"http://127.0.0.1:8000/_wdt/ee20b0","method":"GET"} []
[2021-02-06T04:12:54.356006+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/invoice/show/8","method":"GET"} []
[2021-02-06T04:12:54.425386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["8"] []
[2021-02-06T04:12:54.461616+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-02-06T04:12:54.755750+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"205052"},"request_uri":"http://127.0.0.1:8000/_wdt/205052","method":"GET"} []
[2021-02-06T04:23:54.994691+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/invoice/show/8","method":"GET"} []
[2021-02-06T04:23:55.034150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["8"] []
[2021-02-06T04:23:55.066754+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-02-06T04:23:55.371545+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"20ab32"},"request_uri":"http://127.0.0.1:8000/_wdt/20ab32","method":"GET"} []
[2021-02-06T04:24:09.098480+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/invoice/show/8","method":"GET"} []
[2021-02-06T04:24:09.186133+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["8"] []
[2021-02-06T04:24:09.221513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-02-06T04:24:09.524494+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1a2afa"},"request_uri":"http://127.0.0.1:8000/_wdt/1a2afa","method":"GET"} []
[2021-02-06T04:37:28.716254+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /emailsend"" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /emailsend\" at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/emailsend/\". at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} []
[2021-02-06T04:37:29.041255+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d18a9e"},"request_uri":"http://127.0.0.1:8000/_wdt/d18a9e","method":"GET"} []
[2021-02-06T04:37:54.692274+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T04:37:54.754454+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T04:38:00.394072+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-06T04:38:00.456454+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T04:38:00.743129+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2cc410"},"request_uri":"http://127.0.0.1:8000/_wdt/2cc410","method":"GET"} []
[2021-02-06T04:38:04.299487+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T04:38:04.361662+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T04:40:56.505797+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T04:40:56.590350+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T04:40:59.081114+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T04:40:59.143223+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T04:42:03.852172+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T04:42:03.909799+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T04:42:06.181413+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T04:42:06.241621+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T04:51:05.685718+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T04:51:05.743506+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T04:52:13.184762+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T04:52:13.262340+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and i.id < 0 [] []
[2021-02-06T04:52:14.321023+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T04:52:14.378271+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and i.id < 0 [] []
[2021-02-06T04:52:14.942524+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T04:52:15.002154+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and i.id < 0 [] []
[2021-02-06T04:52:15.159377+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T04:52:15.223646+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and i.id < 0 [] []
[2021-02-06T05:45:17.983928+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T05:45:18.024616+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T05:45:18.037832+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T05:47:03.991749+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T05:47:04.080737+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T05:47:04.092957+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T05:47:12.047754+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T05:47:12.111068+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T05:47:12.119331+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T05:47:15.138880+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T05:47:15.216241+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T05:47:15.224497+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T06:09:30.478069+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-06T06:09:30.619331+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T06:09:31.170797+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f786be"},"request_uri":"http://127.0.0.1:8000/_wdt/f786be","method":"GET"} []
[2021-02-06T06:09:33.451618+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-06T06:09:33.535894+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T06:09:33.816457+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"52ae38"},"request_uri":"http://127.0.0.1:8000/_wdt/52ae38","method":"GET"} []
[2021-02-06T06:09:36.111173+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-06T06:09:36.192542+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T06:09:36.464963+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ba86d"},"request_uri":"http://127.0.0.1:8000/_wdt/8ba86d","method":"GET"} []
[2021-02-06T06:09:37.972876+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T06:09:38.054533+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T06:09:38.066258+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T06:11:54.229721+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T06:11:54.329604+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T06:11:54.343100+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T06:16:37.801769+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} []
[2021-02-06T07:07:42.075774+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T07:07:42.165069+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T07:07:42.180030+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T07:08:58.690958+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T07:08:58.802185+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T07:08:58.814527+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T07:09:26.599800+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T07:09:26.679224+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T07:09:26.687767+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T07:09:52.958108+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T07:09:53.014819+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T07:09:53.023285+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T07:17:34.359171+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T07:17:34.444354+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T07:17:34.458645+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T07:17:44.719888+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T07:17:44.821775+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T07:17:44.833960+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T07:19:52.953194+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T07:19:53.062694+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T07:19:53.074652+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T07:20:14.957575+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-06T07:20:15.302460+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2451ee"},"request_uri":"http://127.0.0.1:8000/_wdt/2451ee","method":"GET"} []
[2021-02-06T07:25:02.606095+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T07:25:02.706315+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T07:25:02.718574+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T07:25:04.593959+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-06T07:25:04.798828+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"204a41"},"request_uri":"http://127.0.0.1:8000/_wdt/204a41","method":"GET"} []
[2021-02-06T07:25:11.285201+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T07:25:11.360920+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T07:25:11.374996+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T07:25:13.237604+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-06T07:25:13.438597+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"877a6c"},"request_uri":"http://127.0.0.1:8000/_wdt/877a6c","method":"GET"} []
[2021-02-06T07:29:17.504775+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T07:29:17.609355+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T07:29:17.620872+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T07:34:00.909949+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T07:34:01.025340+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T07:34:01.058115+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T07:34:22.652371+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-06T07:34:22.858232+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5bc6a3"},"request_uri":"http://127.0.0.1:8000/_wdt/5bc6a3","method":"GET"} []
[2021-02-06T07:36:14.262393+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T07:36:14.373170+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T07:36:14.385653+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T07:36:15.994940+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-06T07:36:16.181076+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a76df"},"request_uri":"http://127.0.0.1:8000/_wdt/7a76df","method":"GET"} []
[2021-02-06T07:36:21.104430+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T07:36:21.178176+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T07:36:21.186434+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T07:36:22.801605+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-06T07:36:22.975166+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ca251"},"request_uri":"http://127.0.0.1:8000/_wdt/9ca251","method":"GET"} []
[2021-02-06T07:36:24.252954+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T07:36:24.334875+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T07:36:24.343916+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T07:36:26.189587+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-06T07:36:26.395071+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d2e98b"},"request_uri":"http://127.0.0.1:8000/_wdt/d2e98b","method":"GET"} []
[2021-02-06T07:36:37.420376+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%5Chttp-kernel%5CController%5CErrorController.php&line=26","method":"GET"} []
[2021-02-06T07:37:27.377934+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-06T07:37:27.487244+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T07:37:27.788475+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1a49c5"},"request_uri":"http://127.0.0.1:8000/_wdt/1a49c5","method":"GET"} []
[2021-02-06T08:13:21.976238+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T08:13:22.071870+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T08:13:22.084272+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T08:13:24.209173+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-06T08:13:24.460866+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0230f8"},"request_uri":"http://127.0.0.1:8000/_wdt/0230f8","method":"GET"} []
[2021-02-06T08:19:59.166339+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T08:19:59.257355+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T08:19:59.269846+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T08:20:01.122501+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-06T08:20:01.329161+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5363c3"},"request_uri":"http://127.0.0.1:8000/_wdt/5363c3","method":"GET"} []
[2021-02-06T08:20:10.538271+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T08:20:10.604806+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T08:20:10.613145+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T08:20:12.235613+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-06T08:20:12.423815+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c22b04"},"request_uri":"http://127.0.0.1:8000/_wdt/c22b04","method":"GET"} []
[2021-02-06T08:21:30.152902+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T08:21:30.228396+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T08:21:30.237466+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T08:21:32.408137+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-06T08:21:32.614386+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0ac175"},"request_uri":"http://127.0.0.1:8000/_wdt/0ac175","method":"GET"} []
[2021-02-06T08:23:49.301596+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T08:23:49.411467+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T08:23:49.425036+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T08:23:51.304959+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-06T08:23:51.564419+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0db78f"},"request_uri":"http://127.0.0.1:8000/_wdt/0db78f","method":"GET"} []
[2021-02-06T08:23:53.048136+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T08:23:53.152955+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T08:23:53.163030+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T08:23:55.016334+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-06T08:23:55.212219+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"052f3c"},"request_uri":"http://127.0.0.1:8000/_wdt/052f3c","method":"GET"} []
[2021-02-06T08:24:00.070169+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T08:24:00.146883+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T08:24:00.155188+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T08:24:02.013850+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-06T08:24:02.195333+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f494fc"},"request_uri":"http://127.0.0.1:8000/_wdt/f494fc","method":"GET"} []
[2021-02-06T08:24:10.442181+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T08:24:10.515545+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T08:24:10.523768+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T08:24:12.367431+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-06T08:24:12.548353+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6dc707"},"request_uri":"http://127.0.0.1:8000/_wdt/6dc707","method":"GET"} []
[2021-02-06T08:27:44.125676+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T08:27:44.242662+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T08:27:44.254841+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T08:27:45.825880+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-06T08:27:46.018686+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3de19"},"request_uri":"http://127.0.0.1:8000/_wdt/f3de19","method":"GET"} []
[2021-02-06T08:28:34.551153+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T08:28:34.623017+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T08:28:34.631530+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T08:28:36.764194+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-06T08:28:36.959188+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e450f"},"request_uri":"http://127.0.0.1:8000/_wdt/8e450f","method":"GET"} []
[2021-02-06T09:35:58.233253+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} []
[2021-02-06T09:35:58.464625+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"172c04"},"request_uri":"http://127.0.0.1:8000/_wdt/172c04","method":"GET"} []
[2021-02-06T09:36:21.910631+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET /invoice/sendemail": Method Not Allowed (Allow: DELETE)" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 140 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET /invoice/sendemail\": Method Not Allowed (Allow: DELETE) at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:140)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:42)"} []
[2021-02-06T09:36:22.193234+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9cab68"},"request_uri":"http://127.0.0.1:8000/_wdt/9cab68","method":"GET"} []
[2021-02-06T09:36:45.567958+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T09:36:45.651243+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T09:36:45.662801+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T09:36:48.128444+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-06T09:36:48.345023+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"063f97"},"request_uri":"http://127.0.0.1:8000/_wdt/063f97","method":"GET"} []
[2021-02-06T09:36:50.660125+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T09:36:50.729848+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T09:36:50.738279+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T09:36:52.595118+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-06T09:36:52.765430+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dc25aa"},"request_uri":"http://127.0.0.1:8000/_wdt/dc25aa","method":"GET"} []
[2021-02-06T09:36:59.977690+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-06T09:37:00.039194+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T09:37:00.439551+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"297e48"},"request_uri":"http://127.0.0.1:8000/_wdt/297e48","method":"GET"} []
[2021-02-06T09:37:02.329260+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2021-02-06T09:37:02.476962+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-06T09:37:02.838600+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cbf79a"},"request_uri":"http://127.0.0.1:8000/_wdt/cbf79a","method":"GET"} []
[2021-02-06T09:38:37.544601+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-06T09:38:37.649862+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T09:38:38.033057+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d480ec"},"request_uri":"http://127.0.0.1:8000/_wdt/d480ec","method":"GET"} []
[2021-02-06T09:38:49.710302+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T09:38:49.792454+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T09:38:49.803818+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T09:38:52.333689+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-06T09:38:52.575230+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b1101"},"request_uri":"http://127.0.0.1:8000/_wdt/8b1101","method":"GET"} []
[2021-02-06T09:39:00.069386+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T09:39:00.136408+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T09:39:00.145516+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T09:39:02.124086+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-06T09:39:02.317132+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c75464"},"request_uri":"http://127.0.0.1:8000/_wdt/c75464","method":"GET"} []
[2021-02-06T09:46:41.338508+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T09:46:41.429848+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T09:46:41.441910+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T09:46:59.634349+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T09:46:59.701571+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T09:46:59.709682+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T09:47:03.168593+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T09:47:03.237254+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T09:47:03.245541+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T09:47:06.012773+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T09:47:06.089735+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T09:47:06.097798+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T09:47:08.526052+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T09:47:08.582320+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T09:47:08.590414+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T09:47:10.876644+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T09:47:10.951567+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T09:47:10.959817+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T09:47:13.730223+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T09:47:13.806790+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T09:47:13.815050+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T09:47:18.577342+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T09:47:18.643722+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T09:47:18.652043+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T10:08:05.996339+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T10:08:06.089267+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T10:08:06.101934+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T10:08:08.342034+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-06T10:08:08.549977+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"821bab"},"request_uri":"http://127.0.0.1:8000/_wdt/821bab","method":"GET"} []
[2021-02-06T10:08:14.892798+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T10:08:14.960021+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T10:08:14.968121+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-06T10:08:16.688834+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-06T10:08:16.877837+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"50972d"},"request_uri":"http://127.0.0.1:8000/_wdt/50972d","method":"GET"} []
[2021-02-06T10:08:35.692996+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50972d"},"request_uri":"http://127.0.0.1:8000/_profiler/50972d?panel=logger","method":"GET"} []
[2021-02-06T10:08:35.793321+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://127.0.0.1:8000/_profiler/search_bar?panel=logger","method":"GET"} []
[2021-02-06T10:08:42.501144+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50972d"},"request_uri":"http://127.0.0.1:8000/_profiler/50972d?panel=exception","method":"GET"} []
[2021-02-06T10:08:42.555283+00:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"50972d"},"request_uri":"http://127.0.0.1:8000/_profiler/50972d/exception.css","method":"GET"} []
[2021-02-06T10:08:42.599485+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://127.0.0.1:8000/_profiler/search_bar?panel=exception","method":"GET"} []
[2021-02-06T10:08:42.646655+00:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"50972d"},"request_uri":"http://127.0.0.1:8000/_profiler/50972d/exception","method":"GET"} []
[2021-02-06T10:08:46.240088+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50972d"},"request_uri":"http://127.0.0.1:8000/_profiler/50972d?panel=exception","method":"GET"} []
[2021-02-06T10:08:46.294333+00:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"50972d"},"request_uri":"http://127.0.0.1:8000/_profiler/50972d/exception.css","method":"GET"} []
[2021-02-06T10:08:46.305112+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://127.0.0.1:8000/_profiler/search_bar?panel=exception","method":"GET"} []
[2021-02-06T10:08:46.350560+00:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"50972d"},"request_uri":"http://127.0.0.1:8000/_profiler/50972d/exception","method":"GET"} []
[2021-02-06T10:11:01.124176+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50972d"},"request_uri":"http://127.0.0.1:8000/_profiler/50972d?panel=logger","method":"GET"} []
[2021-02-06T10:11:01.187240+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://127.0.0.1:8000/_profiler/search_bar?panel=logger","method":"GET"} []
[2021-02-06T11:11:15.005106+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50972d"},"request_uri":"http://127.0.0.1:8000/_profiler/50972d?panel=logger","method":"GET"} []
[2021-02-06T11:11:15.079019+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://127.0.0.1:8000/_profiler/search_bar?panel=logger","method":"GET"} []
[2021-02-06T11:11:56.017616+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50972d"},"request_uri":"http://127.0.0.1:8000/_profiler/50972d?panel=logger","method":"GET"} []
[2021-02-06T11:11:56.084416+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://127.0.0.1:8000/_profiler/search_bar?panel=logger","method":"GET"} []
[2021-02-06T11:12:04.932082+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T11:12:05.027881+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T11:12:25.762359+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-06T11:12:25.867567+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 [] []
[2021-02-06T11:16:59.222717+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-06T11:16:59.314092+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T11:16:59.700709+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d42d48"},"request_uri":"http://127.0.0.1:8000/_wdt/d42d48","method":"GET"} []
[2021-02-06T11:17:17.013216+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"5"},"request_uri":"http://127.0.0.1:8000/invoice/show/5","method":"GET"} []
[2021-02-06T11:17:17.121081+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["5"] []
[2021-02-06T11:17:17.194704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2021-02-06T11:17:17.463352+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f6453"},"request_uri":"http://127.0.0.1:8000/_wdt/9f6453","method":"GET"} []
[2021-02-06T12:01:46.711988+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-06T12:01:46.790569+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T12:01:47.177579+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"126376"},"request_uri":"http://127.0.0.1:8000/_wdt/126376","method":"GET"} []
[2021-02-06T12:02:28.588511+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-06T12:02:28.674920+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-06T12:02:28.958547+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc899a"},"request_uri":"http://127.0.0.1:8000/_wdt/fc899a","method":"GET"} []
[2021-02-07T04:38:21.797181+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} []
[2021-02-07T04:38:22.116832+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2cfbde"},"request_uri":"http://127.0.0.1:8000/_wdt/2cfbde","method":"GET"} []
[2021-02-07T04:38:33.148335+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T04:38:33.258017+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T04:38:33.652815+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa88db"},"request_uri":"http://127.0.0.1:8000/_wdt/aa88db","method":"GET"} []
[2021-02-07T04:39:11.677426+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET /invoice/sendemail": Method Not Allowed (Allow: DELETE)" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 140 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET /invoice/sendemail\": Method Not Allowed (Allow: DELETE) at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:140)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:42)"} []
[2021-02-07T04:39:11.981928+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f90599"},"request_uri":"http://127.0.0.1:8000/_wdt/f90599","method":"GET"} []
[2021-02-07T04:39:32.882867+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:39:32.981036+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:39:36.725656+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:39:36.792125+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:39:38.680747+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:39:38.752142+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:40:26.984370+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:40:27.069759+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:40:29.634646+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:40:29.712653+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:05.623181+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:05.723314+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:07.879883+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:07.958922+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:09.382972+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:09.458947+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:10.063893+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:10.130340+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:10.463931+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:10.536667+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:10.663350+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:10.738780+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:11.023325+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:11.099613+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:11.407135+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:11.474836+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:12.001093+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:12.073458+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:12.502466+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:12.574348+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:12.728065+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:12.795061+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:12.927268+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:12.996924+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:13.301101+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:13.373546+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:13.662339+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:13.734064+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:13.834127+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:13.902760+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:14.421499+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:14.485835+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:14.984222+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:15.057179+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:15.373162+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:15.441417+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:15.645331+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:15.712443+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:16.373716+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:16.444363+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:16.656121+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:16.726702+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:16.877348+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:16.948567+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:17.087554+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:17.154015+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:19.006270+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:19.082987+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:41:21.244956+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:41:21.318654+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:43:28.436023+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T04:43:28.532190+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T04:43:28.842397+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"46b62f"},"request_uri":"http://127.0.0.1:8000/_wdt/46b62f","method":"GET"} []
[2021-02-07T04:43:44.096093+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:43:44.153996+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:44:57.225572+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:44:57.297303+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:45:32.461041+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"46b62f"},"request_uri":"http://127.0.0.1:8000/_wdt/46b62f","method":"GET"} []
[2021-02-07T04:45:34.296619+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T04:45:34.390715+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T04:45:34.796094+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf7f61"},"request_uri":"http://127.0.0.1:8000/_wdt/cf7f61","method":"GET"} []
[2021-02-07T04:45:36.711424+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T04:45:36.781026+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T04:45:37.055101+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"68708e"},"request_uri":"http://127.0.0.1:8000/_wdt/68708e","method":"GET"} []
[2021-02-07T04:45:53.945927+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:45:54.046393+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:45:54.064217+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\InvoiceTracking\src\Controller\InvoiceController.php line 182 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Controller\\InvoiceController.php:182)"} []
[2021-02-07T04:45:54.335389+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9edc8"},"request_uri":"http://127.0.0.1:8000/_wdt/c9edc8","method":"GET"} []
[2021-02-07T04:47:07.669720+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:47:07.772224+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:47:07.797520+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at C:\Apache24\htdocs\InvoiceTracking\src\Controller\InvoiceController.php line 182 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Controller\\InvoiceController.php:182)"} []
[2021-02-07T04:47:08.036885+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"547c58"},"request_uri":"http://127.0.0.1:8000/_wdt/547c58","method":"GET"} []
[2021-02-07T04:49:46.199463+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:49:46.299654+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:49:48.048689+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:49:48.162257+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:49:48.913462+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:49:48.981229+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:49:49.322014+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:49:49.397938+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:49:49.679693+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:49:49.744908+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:49:50.037624+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:49:50.107016+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:49:57.128323+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:49:57.208383+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:50:27.686887+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:50:27.757639+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:50:45.292674+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:50:45.365457+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:51:17.270567+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:51:17.357550+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:51:18.499264+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:51:18.602266+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:51:19.155562+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:51:19.233877+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:51:19.585990+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:51:19.658120+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:51:19.935728+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:51:20.006853+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:52:20.284158+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:52:20.379202+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:52:24.230936+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:52:24.340021+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:52:42.860779+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:52:42.941723+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:52:44.822236+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:52:44.890810+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:52:45.508102+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:52:45.573954+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:52:45.835169+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:52:45.910103+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:53:27.703447+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:53:27.810645+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:53:29.147501+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:53:29.256528+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:53:31.577608+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:53:31.635301+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:53:33.854364+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:53:33.926136+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:54:14.189886+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:54:14.290200+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:54:15.334831+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:54:15.439780+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:54:18.207104+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:54:18.283502+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:54:20.766580+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:54:20.841142+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:54:21.326636+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:54:21.404048+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:54:21.561235+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:54:21.633756+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:54:21.761443+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:54:21.839495+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:56:05.771912+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:56:05.879088+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:56:07.209286+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:56:07.296635+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:56:09.046387+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:56:09.123809+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:57:42.285531+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:57:42.380820+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:58:35.303234+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:58:35.402476+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:58:36.957880+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:58:37.058928+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:58:57.330209+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:58:57.443941+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:58:58.400390+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:58:58.490888+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T04:58:59.899048+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T04:58:59.976848+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND i.emailstatus != 1 [] []
[2021-02-07T05:01:47.651912+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T05:01:47.756674+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-02-07T05:02:49.327278+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T05:02:49.433161+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-02-07T05:02:49.463098+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-07T05:02:59.186975+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-07T05:02:59.474205+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"95caec"},"request_uri":"http://127.0.0.1:8000/_wdt/95caec","method":"GET"} []
[2021-02-07T05:03:04.767669+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T05:03:04.856874+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-02-07T05:03:04.867368+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-07T05:03:06.976138+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-07T05:03:07.162603+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"88f44f"},"request_uri":"http://127.0.0.1:8000/_wdt/88f44f","method":"GET"} []
[2021-02-07T05:03:19.624795+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T05:03:19.725890+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-02-07T05:03:19.738992+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-07T05:03:21.574297+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-07T05:03:21.847453+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9581f6"},"request_uri":"http://127.0.0.1:8000/_wdt/9581f6","method":"GET"} []
[2021-02-07T05:03:23.355770+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T05:03:23.451888+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-02-07T05:03:23.463008+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-07T05:03:25.294192+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-07T05:03:25.530680+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"43ff7c"},"request_uri":"http://127.0.0.1:8000/_wdt/43ff7c","method":"GET"} []
[2021-02-07T05:06:15.361140+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-07T05:06:15.447307+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-02-07T05:06:15.460754+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-07T05:06:17.613287+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-07T05:06:17.898618+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6f52c2"},"request_uri":"http://127.0.0.1:8000/_wdt/6f52c2","method":"GET"} []
[2021-02-07T05:06:26.765585+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6f52c2"},"request_uri":"http://127.0.0.1:8000/_wdt/6f52c2","method":"GET"} []
[2021-02-07T05:06:30.449069+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/invoice","permanent":true,"scheme":null,"httpPort":8000,"httpsPort":443,"_route":"invoice_index","page":1},"request_uri":"http://127.0.0.1:8000/invoice/","method":"GET"} []
[2021-02-07T05:06:30.680999+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:06:30.750310+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:06:31.053954+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"25b5b5"},"request_uri":"http://127.0.0.1:8000/_wdt/25b5b5","method":"GET"} []
[2021-02-07T05:06:32.763922+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:06:32.856150+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:06:33.138584+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf9133"},"request_uri":"http://127.0.0.1:8000/_wdt/cf9133","method":"GET"} []
[2021-02-07T05:07:50.931873+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:07:51.003713+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:07:51.322067+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ed4d8"},"request_uri":"http://127.0.0.1:8000/_wdt/9ed4d8","method":"GET"} []
[2021-02-07T05:08:17.014598+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"7"},"request_uri":"http://127.0.0.1:8000/invoice/show/7","method":"GET"} []
[2021-02-07T05:08:17.100942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["7"] []
[2021-02-07T05:08:17.144348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-02-07T05:08:17.432954+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"048d99"},"request_uri":"http://127.0.0.1:8000/_wdt/048d99","method":"GET"} []
[2021-02-07T05:08:23.275775+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:08:23.362343+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:08:23.639098+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c82bf0"},"request_uri":"http://127.0.0.1:8000/_wdt/c82bf0","method":"GET"} []
[2021-02-07T05:08:26.112220+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"3"},"request_uri":"http://127.0.0.1:8000/invoice/show/3","method":"GET"} []
[2021-02-07T05:08:26.208772+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["3"] []
[2021-02-07T05:08:26.247347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2021-02-07T05:08:26.510148+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b9c75"},"request_uri":"http://127.0.0.1:8000/_wdt/9b9c75","method":"GET"} []
[2021-02-07T05:08:27.228342+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:08:27.311756+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:08:27.583765+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5a6ae5"},"request_uri":"http://127.0.0.1:8000/_wdt/5a6ae5","method":"GET"} []
[2021-02-07T05:08:30.556141+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"5"},"request_uri":"http://127.0.0.1:8000/invoice/show/5","method":"GET"} []
[2021-02-07T05:08:30.632186+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["5"] []
[2021-02-07T05:08:30.680794+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2021-02-07T05:08:30.937254+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d5fe43"},"request_uri":"http://127.0.0.1:8000/_wdt/d5fe43","method":"GET"} []
[2021-02-07T05:08:47.196027+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:08:47.276255+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:08:47.572932+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"48a91b"},"request_uri":"http://127.0.0.1:8000/_wdt/48a91b","method":"GET"} []
[2021-02-07T05:09:27.826215+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:09:27.888170+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:09:28.176704+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"346e30"},"request_uri":"http://127.0.0.1:8000/_wdt/346e30","method":"GET"} []
[2021-02-07T05:10:22.310585+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/invoice/show/4","method":"GET"} []
[2021-02-07T05:10:22.379301+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["4"] []
[2021-02-07T05:10:22.413147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2021-02-07T05:10:22.727388+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6a3162"},"request_uri":"http://127.0.0.1:8000/_wdt/6a3162","method":"GET"} []
[2021-02-07T05:10:32.150354+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:10:32.239441+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:10:32.517855+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"af1667"},"request_uri":"http://127.0.0.1:8000/_wdt/af1667","method":"GET"} []
[2021-02-07T05:11:48.967591+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:11:49.031608+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:11:49.310648+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"856bdd"},"request_uri":"http://127.0.0.1:8000/_wdt/856bdd","method":"GET"} []
[2021-02-07T05:14:15.129754+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"7"},"request_uri":"http://127.0.0.1:8000/invoice/7/edit","method":"GET"} []
[2021-02-07T05:14:15.245331+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["7"] []
[2021-02-07T05:14:15.367646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-02-07T05:14:15.373130+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-07T05:14:15.731630+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6d5fa"},"request_uri":"http://127.0.0.1:8000/_wdt/f6d5fa","method":"GET"} []
[2021-02-07T05:14:23.151914+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:14:23.239815+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:14:23.522396+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c7bb98"},"request_uri":"http://127.0.0.1:8000/_wdt/c7bb98","method":"GET"} []
[2021-02-07T05:14:27.787022+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/invoice/show/8","method":"GET"} []
[2021-02-07T05:14:27.858723+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["8"] []
[2021-02-07T05:14:27.894522+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-02-07T05:14:28.184567+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"862818"},"request_uri":"http://127.0.0.1:8000/_wdt/862818","method":"GET"} []
[2021-02-07T05:14:30.450580+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:14:30.544533+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:14:30.818548+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5a5f6e"},"request_uri":"http://127.0.0.1:8000/_wdt/5a5f6e","method":"GET"} []
[2021-02-07T05:14:37.667286+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"6"},"request_uri":"http://127.0.0.1:8000/invoice/show/6","method":"GET"} []
[2021-02-07T05:14:37.738672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["6"] []
[2021-02-07T05:14:37.773706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-02-07T05:14:38.044176+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"730610"},"request_uri":"http://127.0.0.1:8000/_wdt/730610","method":"GET"} []
[2021-02-07T05:14:38.810685+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:14:38.913682+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:14:39.195239+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b8145"},"request_uri":"http://127.0.0.1:8000/_wdt/8b8145","method":"GET"} []
[2021-02-07T05:14:40.452101+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/invoice/5/edit","method":"GET"} []
[2021-02-07T05:14:40.512880+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["5"] []
[2021-02-07T05:14:40.597898+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2021-02-07T05:14:40.601998+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-07T05:14:40.892256+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8723f1"},"request_uri":"http://127.0.0.1:8000/_wdt/8723f1","method":"GET"} []
[2021-02-07T05:14:45.377825+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"5"},"request_uri":"http://127.0.0.1:8000/invoice/5/edit","method":"POST"} []
[2021-02-07T05:14:45.483285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["5"] []
[2021-02-07T05:14:45.564872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2021-02-07T05:14:45.579211+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["5"]] []
[2021-02-07T05:14:46.424072+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:14:46.521211+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:14:46.842717+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9df27d"},"request_uri":"http://127.0.0.1:8000/_wdt/9df27d","method":"GET"} []
[2021-02-07T05:15:08.956667+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"4"},"request_uri":"http://127.0.0.1:8000/invoice/4/edit","method":"GET"} []
[2021-02-07T05:15:09.027185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["4"] []
[2021-02-07T05:15:09.112384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2021-02-07T05:15:09.116494+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-07T05:15:09.466076+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e6021c"},"request_uri":"http://127.0.0.1:8000/_wdt/e6021c","method":"GET"} []
[2021-02-07T05:15:12.349955+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"4"},"request_uri":"http://127.0.0.1:8000/invoice/4/edit","method":"POST"} []
[2021-02-07T05:15:12.454218+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["4"] []
[2021-02-07T05:15:12.533584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2021-02-07T05:15:12.540975+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["5"]] []
[2021-02-07T05:15:12.811551+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:15:12.894375+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:15:13.188521+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef75cc"},"request_uri":"http://127.0.0.1:8000/_wdt/ef75cc","method":"GET"} []
[2021-02-07T05:15:21.159083+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"8"},"request_uri":"http://127.0.0.1:8000/invoice/show/8","method":"GET"} []
[2021-02-07T05:15:21.230576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["8"] []
[2021-02-07T05:15:21.271104+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-02-07T05:15:21.554823+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"149e3e"},"request_uri":"http://127.0.0.1:8000/_wdt/149e3e","method":"GET"} []
[2021-02-07T05:15:28.765711+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/invoice/8/edit","method":"GET"} []
[2021-02-07T05:15:28.866295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["8"] []
[2021-02-07T05:15:28.944546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-02-07T05:15:28.948556+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-07T05:15:29.242999+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c87207"},"request_uri":"http://127.0.0.1:8000/_wdt/c87207","method":"GET"} []
[2021-02-07T05:15:32.288541+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/invoice/8/edit","method":"POST"} []
[2021-02-07T05:15:32.384369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["8"] []
[2021-02-07T05:15:32.466306+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-02-07T05:15:32.474540+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["6"]] []
[2021-02-07T05:15:32.746790+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:15:32.842355+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:15:33.106769+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"74bb86"},"request_uri":"http://127.0.0.1:8000/_wdt/74bb86","method":"GET"} []
[2021-02-07T05:16:45.040379+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"4"},"request_uri":"http://127.0.0.1:8000/invoice/show/4","method":"GET"} []
[2021-02-07T05:16:45.096245+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["4"] []
[2021-02-07T05:16:45.129792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2021-02-07T05:16:45.407457+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7c4a9"},"request_uri":"http://127.0.0.1:8000/_wdt/a7c4a9","method":"GET"} []
[2021-02-07T05:16:52.993399+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:16:53.088449+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:16:53.405826+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9271e8"},"request_uri":"http://127.0.0.1:8000/_wdt/9271e8","method":"GET"} []
[2021-02-07T05:16:56.320005+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:16:56.390634+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:16:56.655030+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"26075c"},"request_uri":"http://127.0.0.1:8000/_wdt/26075c","method":"GET"} []
[2021-02-07T05:16:57.640078+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:16:57.704576+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:16:57.956906+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0d441"},"request_uri":"http://127.0.0.1:8000/_wdt/e0d441","method":"GET"} []
[2021-02-07T05:17:06.306185+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2021-02-07T05:17:06.431262+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-07T05:17:06.664382+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"35b2e7"},"request_uri":"http://127.0.0.1:8000/_wdt/35b2e7","method":"GET"} []
[2021-02-07T05:17:07.825185+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:17:07.888874+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:17:08.154575+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"678b57"},"request_uri":"http://127.0.0.1:8000/_wdt/678b57","method":"GET"} []
[2021-02-07T05:17:09.711539+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:17:09.784298+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:17:10.042695+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"529fb5"},"request_uri":"http://127.0.0.1:8000/_wdt/529fb5","method":"GET"} []
[2021-02-07T05:17:23.361857+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-02-07T05:17:23.415653+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-07T05:17:23.589622+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-07T05:17:23.598693+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6,5,3]] []
[2021-02-07T05:17:23.603628+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-07T05:17:23.905065+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"45dd28"},"request_uri":"http://127.0.0.1:8000/_wdt/45dd28","method":"GET"} []
[2021-02-07T05:17:25.855485+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:17:25.932722+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:17:26.203036+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"751ba7"},"request_uri":"http://127.0.0.1:8000/_wdt/751ba7","method":"GET"} []
[2021-02-07T05:17:27.038554+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-02-07T05:17:27.092403+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-07T05:17:27.171062+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-07T05:17:27.175434+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6,5,3]] []
[2021-02-07T05:17:27.178508+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-07T05:17:27.387542+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2da829"},"request_uri":"http://127.0.0.1:8000/_wdt/2da829","method":"GET"} []
[2021-02-07T05:17:28.247151+00:00] request.INFO: Matched route "company_new". {"route":"company_new","route_parameters":{"_route":"company_new","_controller":"App\\Controller\\CompanyController::new"},"request_uri":"http://127.0.0.1:8000/company/new","method":"GET"} []
[2021-02-07T05:17:28.626389+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1e50c"},"request_uri":"http://127.0.0.1:8000/_wdt/c1e50c","method":"GET"} []
[2021-02-07T05:17:30.782499+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2021-02-07T05:17:30.924297+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-07T05:17:31.167165+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bda503"},"request_uri":"http://127.0.0.1:8000/_wdt/bda503","method":"GET"} []
[2021-02-07T05:18:19.160285+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:18:19.219102+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:18:19.531819+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"804e10"},"request_uri":"http://127.0.0.1:8000/_wdt/804e10","method":"GET"} []
[2021-02-07T05:18:20.613513+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:18:20.672914+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:18:20.923739+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"823d53"},"request_uri":"http://127.0.0.1:8000/_wdt/823d53","method":"GET"} []
[2021-02-07T05:19:58.104692+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"7"},"request_uri":"http://127.0.0.1:8000/invoice/show/7","method":"GET"} []
[2021-02-07T05:19:58.216981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["7"] []
[2021-02-07T05:19:58.251282+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-02-07T05:19:58.544695+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bba8eb"},"request_uri":"http://127.0.0.1:8000/_wdt/bba8eb","method":"GET"} []
[2021-02-07T05:23:15.722485+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:23:15.821719+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:23:16.126090+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"05d6a4"},"request_uri":"http://127.0.0.1:8000/_wdt/05d6a4","method":"GET"} []
[2021-02-07T05:55:51.580992+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:55:51.629844+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:55:51.738183+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "paymentstatus" for array with keys "id, company, invoiceno, invoicedate, maturitydate, totalamount, alertdate, days" does not exist." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\index.html.twig line 96 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"paymentstatus\" for array with keys \"id, company, invoiceno, invoicedate, maturitydate, totalamount, alertdate, days\" does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\index.html.twig:96)"} []
[2021-02-07T05:55:52.048480+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d2733d"},"request_uri":"http://127.0.0.1:8000/_wdt/d2733d","method":"GET"} []
[2021-02-07T05:56:43.700822+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:56:43.791649+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:56:43.847939+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "paymentstatus" for array with keys "id, company, invoiceno, invoicedate, maturitydate, totalamount, alertdate, days" does not exist." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\index.html.twig line 96 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"paymentstatus\" for array with keys \"id, company, invoiceno, invoicedate, maturitydate, totalamount, alertdate, days\" does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\index.html.twig:96)"} []
[2021-02-07T05:56:44.072549+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a120df"},"request_uri":"http://127.0.0.1:8000/_wdt/a120df","method":"GET"} []
[2021-02-07T05:56:44.940766+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:56:45.004303+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:56:45.055997+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "paymentstatus" for array with keys "id, company, invoiceno, invoicedate, maturitydate, totalamount, alertdate, days" does not exist." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\index.html.twig line 96 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"paymentstatus\" for array with keys \"id, company, invoiceno, invoicedate, maturitydate, totalamount, alertdate, days\" does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\index.html.twig:96)"} []
[2021-02-07T05:56:45.274592+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"906dde"},"request_uri":"http://127.0.0.1:8000/_wdt/906dde","method":"GET"} []
[2021-02-07T05:57:39.530942+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:57:39.604391+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:57:39.656420+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "news" does not exist." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\index.html.twig line 98 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"news\" does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\index.html.twig:98)"} []
[2021-02-07T05:57:39.859017+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dfeade"},"request_uri":"http://127.0.0.1:8000/_wdt/dfeade","method":"GET"} []
[2021-02-07T05:57:40.882798+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:57:40.948615+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:57:41.000834+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "news" does not exist." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\index.html.twig line 98 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"news\" does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\index.html.twig:98)"} []
[2021-02-07T05:57:41.221090+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e77b1"},"request_uri":"http://127.0.0.1:8000/_wdt/7e77b1","method":"GET"} []
[2021-02-07T05:58:09.299334+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:58:09.374859+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:58:09.491281+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 "news_approval" as such route does not exist.")." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\index.html.twig line 98 {"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 \"news_approval\" as such route does not exist.\"). at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\index.html.twig:98)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \"news_approval\" as such route does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Generator\\CompiledUrlGenerator.php:50)"} []
[2021-02-07T05:58:09.848091+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"131c34"},"request_uri":"http://127.0.0.1:8000/_wdt/131c34","method":"GET"} []
[2021-02-07T05:58:28.315438+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:58:28.405849+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:58:28.813176+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1d8631"},"request_uri":"http://127.0.0.1:8000/_wdt/1d8631","method":"GET"} []
[2021-02-07T05:58:29.530821+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:58:29.615517+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:58:29.873443+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"90d45a"},"request_uri":"http://127.0.0.1:8000/_wdt/90d45a","method":"GET"} []
[2021-02-07T05:58:38.006651+00:00] request.INFO: Matched route "invoice_payment". {"route":"invoice_payment","route_parameters":{"_route":"invoice_payment","_controller":"App\\Controller\\InvoiceController::payment","id":"8"},"request_uri":"http://127.0.0.1:8000/invoice/payment/8?redirect_to=%2Finvoice","method":"GET"} []
[2021-02-07T05:58:38.076600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["8"] []
[2021-02-07T05:58:38.088871+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-07T05:58:38.089208+00:00] doctrine.DEBUG: UPDATE invoice SET paymentstatus = ?, paymentdate = ? WHERE id = ? [1,"2021-02-07T05:58:38+00:00",8] []
[2021-02-07T05:58:38.091042+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-07T05:58:38.291578+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:58:38.375236+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:58:38.657590+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd8b41"},"request_uri":"http://127.0.0.1:8000/_wdt/dd8b41","method":"GET"} []
[2021-02-07T05:58:50.090569+00:00] request.INFO: Matched route "invoice_payment". {"route":"invoice_payment","route_parameters":{"_route":"invoice_payment","_controller":"App\\Controller\\InvoiceController::payment","id":"7"},"request_uri":"http://127.0.0.1:8000/invoice/payment/7?redirect_to=%2Finvoice","method":"GET"} []
[2021-02-07T05:58:50.167962+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["7"] []
[2021-02-07T05:58:50.177773+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-07T05:58:50.178072+00:00] doctrine.DEBUG: UPDATE invoice SET paymentstatus = ?, paymentdate = ? WHERE id = ? [1,"2021-02-07T05:58:50+00:00",7] []
[2021-02-07T05:58:50.180724+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-07T05:58:50.367164+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:58:50.466681+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:58:50.751786+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"285fe1"},"request_uri":"http://127.0.0.1:8000/_wdt/285fe1","method":"GET"} []
[2021-02-07T05:59:23.009319+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/invoice/8/edit","method":"GET"} []
[2021-02-07T05:59:23.071195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["8"] []
[2021-02-07T05:59:23.152209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-02-07T05:59:23.156416+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-07T05:59:23.482953+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6a7f7b"},"request_uri":"http://127.0.0.1:8000/_wdt/6a7f7b","method":"GET"} []
[2021-02-07T05:59:24.784373+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"8"},"request_uri":"http://127.0.0.1:8000/invoice/8/edit","method":"POST"} []
[2021-02-07T05:59:24.866492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["8"] []
[2021-02-07T05:59:24.947348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-02-07T05:59:24.954887+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["6"]] []
[2021-02-07T05:59:25.219837+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T05:59:25.297159+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T05:59:25.562895+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"82baca"},"request_uri":"http://127.0.0.1:8000/_wdt/82baca","method":"GET"} []
[2021-02-07T06:03:54.975306+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:03:55.081209+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:03:55.116400+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected character "&"." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\index.html.twig line 96 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected character \"&\". at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\index.html.twig:96)"} []
[2021-02-07T06:03:55.338916+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e391c"},"request_uri":"http://127.0.0.1:8000/_wdt/0e391c","method":"GET"} []
[2021-02-07T06:04:17.224023+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:04:17.295242+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:04:17.407432+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "emailstatus" for array with keys "id, company, invoiceno, invoicedate, maturitydate, totalamount, alertdate, days, paymentstatus" does not exist." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\index.html.twig line 96 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"emailstatus\" for array with keys \"id, company, invoiceno, invoicedate, maturitydate, totalamount, alertdate, days, paymentstatus\" does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\index.html.twig:96)"} []
[2021-02-07T06:04:17.668603+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f362b"},"request_uri":"http://127.0.0.1:8000/_wdt/8f362b","method":"GET"} []
[2021-02-07T06:04:44.636060+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:04:44.723574+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:04:45.012574+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cde471"},"request_uri":"http://127.0.0.1:8000/_wdt/cde471","method":"GET"} []
[2021-02-07T06:05:32.347468+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:05:32.408525+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:05:32.667931+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7bfd46"},"request_uri":"http://127.0.0.1:8000/_wdt/7bfd46","method":"GET"} []
[2021-02-07T06:05:33.574417+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:05:33.642585+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:05:33.905492+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ab164"},"request_uri":"http://127.0.0.1:8000/_wdt/8ab164","method":"GET"} []
[2021-02-07T06:08:20.816834+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:08:20.914418+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:08:21.317051+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3535cf"},"request_uri":"http://127.0.0.1:8000/_wdt/3535cf","method":"GET"} []
[2021-02-07T06:08:29.757055+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:08:29.850599+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:08:30.113781+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69ac81"},"request_uri":"http://127.0.0.1:8000/_wdt/69ac81","method":"GET"} []
[2021-02-07T06:08:34.942455+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:08:35.012067+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:08:35.268425+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6cd43b"},"request_uri":"http://127.0.0.1:8000/_wdt/6cd43b","method":"GET"} []
[2021-02-07T06:09:40.893925+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:09:40.967191+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:09:41.248793+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"72d6bb"},"request_uri":"http://127.0.0.1:8000/_wdt/72d6bb","method":"GET"} []
[2021-02-07T06:10:19.643556+00:00] request.INFO: Matched route "invoice_payment". {"route":"invoice_payment","route_parameters":{"_route":"invoice_payment","_controller":"App\\Controller\\InvoiceController::payment","id":"3"},"request_uri":"http://127.0.0.1:8000/invoice/payment/3?redirect_to=%2Finvoice","method":"GET"} []
[2021-02-07T06:10:19.728332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["3"] []
[2021-02-07T06:10:19.737495+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-07T06:10:19.737768+00:00] doctrine.DEBUG: UPDATE invoice SET paymentstatus = ?, paymentdate = ? WHERE id = ? [1,"2021-02-07T06:10:19+00:00",3] []
[2021-02-07T06:10:19.739419+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-07T06:10:19.926751+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:10:20.027228+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:10:20.328721+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fac140"},"request_uri":"http://127.0.0.1:8000/_wdt/fac140","method":"GET"} []
[2021-02-07T06:13:01.621806+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:13:01.729329+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:13:02.152378+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4818a2"},"request_uri":"http://127.0.0.1:8000/_wdt/4818a2","method":"GET"} []
[2021-02-07T06:13:06.662278+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:13:06.751430+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:13:07.050483+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6265c0"},"request_uri":"http://127.0.0.1:8000/_wdt/6265c0","method":"GET"} []
[2021-02-07T06:13:42.752276+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:13:42.803483+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:13:43.199292+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4eb4c1"},"request_uri":"http://127.0.0.1:8000/_wdt/4eb4c1","method":"GET"} []
[2021-02-07T06:13:45.864144+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:13:45.952181+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:13:46.218330+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d0abf"},"request_uri":"http://127.0.0.1:8000/_wdt/0d0abf","method":"GET"} []
[2021-02-07T06:13:54.370549+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:13:54.442405+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:13:54.703700+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e21f9"},"request_uri":"http://127.0.0.1:8000/_wdt/7e21f9","method":"GET"} []
[2021-02-07T06:13:58.786557+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:13:58.844631+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:13:59.106919+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b593b8"},"request_uri":"http://127.0.0.1:8000/_wdt/b593b8","method":"GET"} []
[2021-02-07T06:45:46.462063+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:45:46.551085+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:45:46.595125+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected "endfor" tag (expecting closing tag for the "if" tag defined near line 120)." at C:\Apache24\htdocs\InvoiceTracking\templates\invoice\index.html.twig line 123 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected \"endfor\" tag (expecting closing tag for the \"if\" tag defined near line 120). at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\invoice\\index.html.twig:123)"} []
[2021-02-07T06:45:46.837834+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f1523b"},"request_uri":"http://127.0.0.1:8000/_wdt/f1523b","method":"GET"} []
[2021-02-07T06:46:10.242016+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:46:10.306451+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:46:10.705206+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"555673"},"request_uri":"http://127.0.0.1:8000/_wdt/555673","method":"GET"} []
[2021-02-07T06:47:24.526011+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:47:24.621905+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:47:25.006974+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0f941d"},"request_uri":"http://127.0.0.1:8000/_wdt/0f941d","method":"GET"} []
[2021-02-07T06:47:33.531971+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:47:33.622406+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:47:33.888088+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4470aa"},"request_uri":"http://127.0.0.1:8000/_wdt/4470aa","method":"GET"} []
[2021-02-07T06:47:53.130649+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:47:53.204889+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:47:53.596413+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b6dccf"},"request_uri":"http://127.0.0.1:8000/_wdt/b6dccf","method":"GET"} []
[2021-02-07T06:48:04.713994+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:48:04.808024+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:48:05.087460+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6d1567"},"request_uri":"http://127.0.0.1:8000/_wdt/6d1567","method":"GET"} []
[2021-02-07T06:48:56.931457+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:48:57.002558+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:48:57.293841+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a948e9"},"request_uri":"http://127.0.0.1:8000/_wdt/a948e9","method":"GET"} []
[2021-02-07T06:49:27.405155+00:00] request.INFO: Matched route "invoice_payment". {"route":"invoice_payment","route_parameters":{"_route":"invoice_payment","_controller":"App\\Controller\\InvoiceController::payment","id":"5"},"request_uri":"http://127.0.0.1:8000/invoice/payment/5?redirect_to=%2Finvoice","method":"GET"} []
[2021-02-07T06:49:27.490603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["5"] []
[2021-02-07T06:49:27.500032+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-07T06:49:27.500322+00:00] doctrine.DEBUG: UPDATE invoice SET paymentstatus = ?, paymentdate = ? WHERE id = ? [1,"2021-02-07T06:49:27+00:00",5] []
[2021-02-07T06:49:27.503814+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-07T06:49:27.698994+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:49:27.802267+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:49:28.102067+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c040b1"},"request_uri":"http://127.0.0.1:8000/_wdt/c040b1","method":"GET"} []
[2021-02-07T06:49:30.868322+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T06:49:30.922864+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY days [] []
[2021-02-07T06:49:31.182779+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"897574"},"request_uri":"http://127.0.0.1:8000/_wdt/897574","method":"GET"} []
[2021-02-07T07:21:06.349783+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T07:21:06.436492+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 1, 0 ) as entrystatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY maturitystatus desc,entrystatus, ifnull(paymentstatus, 0); [] []
[2021-02-07T07:21:06.762787+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0bcb24"},"request_uri":"http://127.0.0.1:8000/_wdt/0bcb24","method":"GET"} []
[2021-02-07T07:21:08.864171+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T07:21:08.935720+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 1, 0 ) as entrystatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY maturitystatus desc,entrystatus, ifnull(paymentstatus, 0); [] []
[2021-02-07T07:21:09.199890+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0f8d40"},"request_uri":"http://127.0.0.1:8000/_wdt/0f8d40","method":"GET"} []
[2021-02-07T07:23:24.816729+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T07:23:24.895729+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 1, 0 ) as entrystatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY maturitystatus desc,entrystatus, ifnull(paymentstatus, 0); [] []
[2021-02-07T07:23:25.210395+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00b877"},"request_uri":"http://127.0.0.1:8000/_wdt/00b877","method":"GET"} []
[2021-02-07T09:11:26.824699+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2021-02-07T09:11:26.830058+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2021-02-07T09:11:26.842620+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'invoicetracking' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2021-02-07T09:11:26.844444+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'invoicetracking' /*!50116 AND c.constraint_schema = 'invoicetracking' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2021-02-07T09:11:26.844874+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'invoicetracking' ORDER BY SEQ_IN_INDEX ASC [] []
[2021-02-07T09:11:26.845835+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] []
[2021-02-07T09:11:26.847778+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] []
[2021-02-07T09:11:26.854400+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2021-02-07T09:11:26.855224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2021-02-07T09:11:26.855925+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'invoicetracking' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2021-02-07T09:11:26.856470+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'invoicetracking' /*!50116 AND c.constraint_schema = 'invoicetracking' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2021-02-07T09:11:26.856806+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'invoicetracking' ORDER BY SEQ_IN_INDEX ASC [] []
[2021-02-07T09:11:26.857112+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] []
[2021-02-07T09:11:26.857453+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] []
[2021-02-07T09:11:26.860167+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2021-02-07T09:11:26.860845+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'invoicetracking' AND TABLE_NAME = 'company' ORDER BY ORDINAL_POSITION ASC [] []
[2021-02-07T09:11:26.861438+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'company' */ WHERE k.table_name = 'company' AND k.table_schema = 'invoicetracking' /*!50116 AND c.constraint_schema = 'invoicetracking' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2021-02-07T09:11:26.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 = 'company' AND TABLE_SCHEMA = 'invoicetracking' ORDER BY SEQ_IN_INDEX ASC [] []
[2021-02-07T09:11:26.862652+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'company' [] []
[2021-02-07T09:11:26.863092+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'invoicetracking' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2021-02-07T09:11:26.863973+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'invoicetracking' /*!50116 AND c.constraint_schema = 'invoicetracking' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2021-02-07T09:11:26.864501+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'invoicetracking' ORDER BY SEQ_IN_INDEX ASC [] []
[2021-02-07T09:11:26.865039+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] []
[2021-02-07T09:11:26.865357+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'invoicetracking' AND TABLE_NAME = 'invoice' ORDER BY ORDINAL_POSITION ASC [] []
[2021-02-07T09:11:26.866311+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'invoice' */ WHERE k.table_name = 'invoice' AND k.table_schema = 'invoicetracking' /*!50116 AND c.constraint_schema = 'invoicetracking' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2021-02-07T09:11:26.867349+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'invoice' AND TABLE_SCHEMA = 'invoicetracking' ORDER BY SEQ_IN_INDEX ASC [] []
[2021-02-07T09:11:26.868297+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'invoice' [] []
[2021-02-07T09:12:39.062824+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2021-02-07T09:12:39.076823+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'invoicetracking' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2021-02-07T09:12:39.078531+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'invoicetracking' /*!50116 AND c.constraint_schema = 'invoicetracking' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2021-02-07T09:12:39.079880+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'invoicetracking' ORDER BY SEQ_IN_INDEX ASC [] []
[2021-02-07T09:12:39.080248+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] []
[2021-02-07T09:12:39.085469+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2021-02-07T09:12:39.086257+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2021-02-07T09:12:39.086957+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'invoicetracking' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2021-02-07T09:12:39.087498+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'invoicetracking' /*!50116 AND c.constraint_schema = 'invoicetracking' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2021-02-07T09:12:39.087887+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'invoicetracking' ORDER BY SEQ_IN_INDEX ASC [] []
[2021-02-07T09:12:39.088194+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] []
[2021-02-07T09:12:39.088532+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] []
[2021-02-07T09:12:39.089346+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2021-02-07T09:12:39.090363+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2021-02-07T09:12:39.091068+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'invoicetracking' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2021-02-07T09:12:39.091592+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'invoicetracking' /*!50116 AND c.constraint_schema = 'invoicetracking' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2021-02-07T09:12:39.091947+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'invoicetracking' ORDER BY SEQ_IN_INDEX ASC [] []
[2021-02-07T09:12:39.092308+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] []
[2021-02-07T09:12:39.092649+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] []
[2021-02-07T09:12:39.092921+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2021-02-07T09:12:39.093572+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2021-02-07T09:12:39.094240+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'invoicetracking' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2021-02-07T09:12:39.094726+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'invoicetracking' /*!50116 AND c.constraint_schema = 'invoicetracking' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2021-02-07T09:12:39.095049+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'invoicetracking' ORDER BY SEQ_IN_INDEX ASC [] []
[2021-02-07T09:12:39.095353+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] []
[2021-02-07T09:12:39.095681+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] []
[2021-02-07T09:12:39.106966+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-07T09:12:39.131716+00:00] doctrine.DEBUG: CREATE TABLE user (id INT AUTO_INCREMENT NOT NULL, email VARCHAR(180) NOT NULL, roles JSON NOT NULL, password VARCHAR(255) NOT NULL, name VARCHAR(255) NOT NULL, pin INT NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C74 (email), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] []
[2021-02-07T09:12:39.186823+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2021-02-07T09:12:39.188005+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'invoicetracking' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2021-02-07T09:12:39.188722+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'invoicetracking' /*!50116 AND c.constraint_schema = 'invoicetracking' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2021-02-07T09:12:39.189152+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'invoicetracking' ORDER BY SEQ_IN_INDEX ASC [] []
[2021-02-07T09:12:39.189620+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] []
[2021-02-07T09:12:39.190138+00:00] doctrine.DEBUG: INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?) ["DoctrineMigrations\\Version [...]","2021-02-07T09:12:39+00:00",79] []
[2021-02-07T09:12:39.194409+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-07T09:42:20.950442+00:00] php.INFO: Deprecated: Function ReflectionType::__toString() is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: Function ReflectionType::__toString() is deprecated at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\maker-bundle\\src\\Maker\\MakeAuthenticator.php:402)"} []
[2021-02-07T09:58:07.157945+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T09:58:07.168027+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T09:58:07.168083+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T09:58:07.168122+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T09:58:07.202698+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 1, 0 ) as entrystatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY maturitystatus desc,entrystatus, ifnull(paymentstatus, 0); [] []
[2021-02-07T09:58:07.265594+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T09:58:07.612865+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e9ab37"},"request_uri":"http://127.0.0.1:8000/_wdt/e9ab37","method":"GET"} []
[2021-02-07T09:58:22.214148+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} []
[2021-02-07T09:58:22.237905+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T09:58:22.237966+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T09:58:22.238003+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T09:58:22.499729+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 "Symfony\Component\Form\FormView"." at C:\Apache24\htdocs\InvoiceTracking\templates\registration\register.html.twig line 52 {"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 \"Symfony\\Component\\Form\\FormView\". at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\registration\\register.html.twig:52)"} []
[2021-02-07T09:58:22.552985+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T09:58:22.791791+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e4aa3b"},"request_uri":"http://127.0.0.1:8000/_wdt/e4aa3b","method":"GET"} []
[2021-02-07T09:58:27.035562+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} []
[2021-02-07T09:58:27.057892+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T09:58:27.057952+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T09:58:27.057989+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T09:58:27.185553+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 "Symfony\Component\Form\FormView"." at C:\Apache24\htdocs\InvoiceTracking\templates\registration\register.html.twig line 52 {"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 \"Symfony\\Component\\Form\\FormView\". at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\registration\\register.html.twig:52)"} []
[2021-02-07T09:58:27.220263+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T09:58:27.404444+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f47724"},"request_uri":"http://127.0.0.1:8000/_wdt/f47724","method":"GET"} []
[2021-02-07T09:58:28.263571+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} []
[2021-02-07T09:58:28.281242+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T09:58:28.281302+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T09:58:28.281341+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T09:58:28.369683+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 "Symfony\Component\Form\FormView"." at C:\Apache24\htdocs\InvoiceTracking\templates\registration\register.html.twig line 52 {"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 \"Symfony\\Component\\Form\\FormView\". at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\registration\\register.html.twig:52)"} []
[2021-02-07T09:58:28.402736+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T09:58:28.562902+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ad66a"},"request_uri":"http://127.0.0.1:8000/_wdt/8ad66a","method":"GET"} []
[2021-02-07T09:58:33.153564+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} []
[2021-02-07T09:58:33.171478+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T09:58:33.171540+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T09:58:33.171580+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T09:58:33.260394+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 "Symfony\Component\Form\FormView"." at C:\Apache24\htdocs\InvoiceTracking\templates\registration\register.html.twig line 52 {"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 \"Symfony\\Component\\Form\\FormView\". at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\registration\\register.html.twig:52)"} []
[2021-02-07T09:58:33.293806+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T09:58:33.478196+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"12e3cf"},"request_uri":"http://127.0.0.1:8000/_wdt/12e3cf","method":"GET"} []
[2021-02-07T09:58:55.731724+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} []
[2021-02-07T09:58:55.748933+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T09:58:55.748992+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T09:58:55.749029+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T09:58:55.840832+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 "Symfony\Component\Form\FormView"." at C:\Apache24\htdocs\InvoiceTracking\templates\registration\register.html.twig line 52 {"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 \"Symfony\\Component\\Form\\FormView\". at C:\\Apache24\\htdocs\\InvoiceTracking\\templates\\registration\\register.html.twig:52)"} []
[2021-02-07T09:58:55.874170+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T09:58:56.043308+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"01ebc0"},"request_uri":"http://127.0.0.1:8000/_wdt/01ebc0","method":"GET"} []
[2021-02-07T10:01:21.341097+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} []
[2021-02-07T10:01:21.367896+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:01:21.367955+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:01:21.367993+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:01:21.490343+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Could not load type "App\Form\RepeatedType": class does not exist." at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\form\FormRegistry.php line 85 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): Could not load type \"App\\Form\\RepeatedType\": class does not exist. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\form\\FormRegistry.php:85)"} []
[2021-02-07T10:01:21.521875+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:01:21.705443+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b644ea"},"request_uri":"http://127.0.0.1:8000/_wdt/b644ea","method":"GET"} []
[2021-02-07T10:01:43.901008+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"GET"} []
[2021-02-07T10:01:43.918441+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:01:43.918504+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:01:43.918540+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:01:44.016558+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:01:44.185250+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"08fc7a"},"request_uri":"http://127.0.0.1:8000/_wdt/08fc7a","method":"GET"} []
[2021-02-07T10:02:23.348168+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"POST"} []
[2021-02-07T10:02:23.366768+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:02:23.366828+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:02:23.366864+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:02:23.368512+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:02:23.545886+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? ["malaya@cross-world.com"] []
[2021-02-07T10:02:23.768537+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-07T10:02:23.769841+00:00] doctrine.DEBUG: INSERT INTO user (email, roles, password, name, pin) VALUES (?, ?, ?, ?, ?) {"1":"malaya@cross-world.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]","4":"Malay Roy","5":1342} []
[2021-02-07T10:02:23.774718+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-07T10:02:23.786343+00:00] request.CRITICAL: Uncaught PHP Exception Exception: "TODO: provide a valid redirect inside C:\Apache24\htdocs\InvoiceTracking\src\Security\LoginFormAuthenticator.php" at C:\Apache24\htdocs\InvoiceTracking\src\Security\LoginFormAuthenticator.php line 100 {"exception":"[object] (Exception(code: 0): TODO: provide a valid redirect inside C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Security\\LoginFormAuthenticator.php at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Security\\LoginFormAuthenticator.php:100)"} []
[2021-02-07T10:02:23.807675+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:02:23.992859+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"900e15"},"request_uri":"http://127.0.0.1:8000/_wdt/900e15","method":"GET"} []
[2021-02-07T10:06:30.334917+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"POST"} []
[2021-02-07T10:06:30.364366+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:06:30.460789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:06:30.476287+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:06:30.476480+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:06:30.476592+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:06:30.476692+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:06:30.606075+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? ["malaya@cross-world.com"] []
[2021-02-07T10:06:30.670111+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:06:30.846380+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"48a857"},"request_uri":"http://127.0.0.1:8000/_wdt/48a857","method":"GET"} []
[2021-02-07T10:06:48.764836+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"POST"} []
[2021-02-07T10:06:48.782445+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:06:48.840004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:06:48.844485+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:06:48.844551+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:06:48.844589+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:06:48.844622+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:06:48.912085+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? ["malayaroy@cross-world.com"] []
[2021-02-07T10:06:48.928117+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:06:49.113316+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f2a60"},"request_uri":"http://127.0.0.1:8000/_wdt/3f2a60","method":"GET"} []
[2021-02-07T10:06:58.011616+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://127.0.0.1:8000/register","method":"POST"} []
[2021-02-07T10:06:58.029759+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:06:58.094983+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:06:58.099515+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:06:58.099583+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:06:58.099621+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:06:58.099653+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:06:58.173393+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? ["malayaroy@cross-world.com"] []
[2021-02-07T10:06:58.395852+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-07T10:06:58.397111+00:00] doctrine.DEBUG: INSERT INTO user (email, roles, password, name, pin) VALUES (?, ?, ?, ?, ?) {"1":"malayaroy@cross-world.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]","4":"Malay Roy","5":1342} []
[2021-02-07T10:06:58.397479+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-07T10:06:58.412377+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:06:58.539185+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T10:06:58.556839+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:06:58.556901+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:06:58.557006+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:06:58.602971+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 1, 0 ) as entrystatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY maturitystatus desc,entrystatus, ifnull(paymentstatus, 0); [] []
[2021-02-07T10:06:58.650191+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:06:58.657422+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [2] []
[2021-02-07T10:06:58.661762+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malayaroy@cross-world.com"} []
[2021-02-07T10:06:58.664803+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:06:58.913821+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c32635"},"request_uri":"http://127.0.0.1:8000/_wdt/c32635","method":"GET"} []
[2021-02-07T10:07:03.666389+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T10:07:03.682932+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:07:03.682994+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:07:03.683035+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:07:03.756005+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 1, 0 ) as entrystatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY maturitystatus desc,entrystatus, ifnull(paymentstatus, 0); [] []
[2021-02-07T10:07:03.800437+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:07:03.808205+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [2] []
[2021-02-07T10:07:03.812738+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malayaroy@cross-world.com"} []
[2021-02-07T10:07:03.815878+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:07:04.022309+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e956b8"},"request_uri":"http://127.0.0.1:8000/_wdt/e956b8","method":"GET"} []
[2021-02-07T10:07:11.474348+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-02-07T10:07:11.491572+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:07:11.491633+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:07:11.491671+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:07:11.553870+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:07:11.610115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [2] []
[2021-02-07T10:07:11.615236+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malayaroy@cross-world.com"} []
[2021-02-07T10:07:11.629367+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:07:11.861857+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bc6d96"},"request_uri":"http://127.0.0.1:8000/_wdt/bc6d96","method":"GET"} []
[2021-02-07T10:07:22.173932+00:00] request.INFO: Matched route "app_logout". {"route":"app_logout","route_parameters":{"_route":"app_logout","_controller":"App\\Controller\\SecurityController::logout"},"request_uri":"http://127.0.0.1:8000/logout","method":"GET"} []
[2021-02-07T10:07:22.196477+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:07:22.196541+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:07:22.196581+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:07:22.198508+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:07:22.272881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [2] []
[2021-02-07T10:07:22.277361+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malayaroy@cross-world.com"} []
[2021-02-07T10:07:22.432767+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /" (from "http://127.0.0.1:8000/login")" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" (from \"http://127.0.0.1:8000/login\") at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} []
[2021-02-07T10:07:22.620781+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cd2ea3"},"request_uri":"http://127.0.0.1:8000/_wdt/cd2ea3","method":"GET"} []
[2021-02-07T10:07:29.792740+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-02-07T10:07:29.809929+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:07:29.809995+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:07:29.810037+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:07:29.848327+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:07:30.024514+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07217e"},"request_uri":"http://127.0.0.1:8000/_wdt/07217e","method":"GET"} []
[2021-02-07T10:07:39.310772+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} []
[2021-02-07T10:07:39.327144+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:07:39.327202+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:07:39.327243+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:07:39.328060+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:07:39.387136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2021-02-07T10:07:39.618593+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:07:39.624042+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 07 Feb 2021 10:07:39 GMT\r\nLocation: /invoice\r\n\r\n\n\n
\n \n \n\n Redirecting to /invoice\n \n \n Redirecting to /invoice.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:07:39.624113+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:07:39.624207+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:07:39.630916+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:07:39.764257+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T10:07:39.780222+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:07:39.780284+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:07:39.780320+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:07:39.844305+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 1, 0 ) as entrystatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY maturitystatus desc,entrystatus, ifnull(paymentstatus, 0); [] []
[2021-02-07T10:07:39.901882+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:07:39.909285+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:07:39.912778+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:07:39.915818+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:07:40.168805+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee10cb"},"request_uri":"http://127.0.0.1:8000/_wdt/ee10cb","method":"GET"} []
[2021-02-07T10:11:54.569990+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T10:11:54.580410+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:11:54.580465+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:11:54.580504+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:11:54.633915+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 1, 0 ) as entrystatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY maturitystatus desc,entrystatus, ifnull(paymentstatus, 0); [] []
[2021-02-07T10:11:54.700932+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:11:54.716176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:11:54.720632+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:11:54.724107+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:11:55.024911+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"94b601"},"request_uri":"http://127.0.0.1:8000/_wdt/94b601","method":"GET"} []
[2021-02-07T10:11:57.150897+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T10:11:57.174174+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:11:57.174235+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:11:57.174271+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:11:57.242329+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 1, 0 ) as entrystatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY maturitystatus desc,entrystatus, ifnull(paymentstatus, 0); [] []
[2021-02-07T10:11:57.288634+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:11:57.295667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:11:57.299015+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:11:57.302112+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:11:57.515145+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"87872f"},"request_uri":"http://127.0.0.1:8000/_wdt/87872f","method":"GET"} []
[2021-02-07T10:12:03.009485+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-02-07T10:12:03.026828+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:12:03.026888+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:12:03.026925+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:12:03.061545+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:12:03.114128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:12:03.132754+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:12:03.152352+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:12:03.319948+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d4acce"},"request_uri":"http://127.0.0.1:8000/_wdt/d4acce","method":"GET"} []
[2021-02-07T10:12:04.458203+00:00] request.INFO: Matched route "app_logout". {"route":"app_logout","route_parameters":{"_route":"app_logout","_controller":"App\\Controller\\SecurityController::logout"},"request_uri":"http://127.0.0.1:8000/logout","method":"GET"} []
[2021-02-07T10:12:04.476257+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:12:04.476321+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:12:04.476361+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:12:04.477840+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:12:04.542829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:12:04.547305+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:12:04.699081+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /" (from "http://127.0.0.1:8000/login")" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" (from \"http://127.0.0.1:8000/login\") at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} []
[2021-02-07T10:12:04.865386+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1a45de"},"request_uri":"http://127.0.0.1:8000/_wdt/1a45de","method":"GET"} []
[2021-02-07T10:12:14.575038+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T10:12:14.592774+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:12:14.592837+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:12:14.592875+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:12:14.648962+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 1, 0 ) as entrystatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY maturitystatus desc,entrystatus, ifnull(paymentstatus, 0); [] []
[2021-02-07T10:12:14.696863+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:12:14.931101+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3ad658"},"request_uri":"http://127.0.0.1:8000/_wdt/3ad658","method":"GET"} []
[2021-02-07T10:12:30.812505+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-02-07T10:12:30.830162+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:12:30.830216+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:12:30.830253+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:12:30.862876+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:12:35.162400+00:00] request.INFO: Matched route "app_logout". {"route":"app_logout","route_parameters":{"_route":"app_logout","_controller":"App\\Controller\\SecurityController::logout"},"request_uri":"http://127.0.0.1:8000/logout","method":"GET"} []
[2021-02-07T10:12:35.179866+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:12:35.179926+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:12:35.179966+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:12:35.182180+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:12:35.349675+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} []
[2021-02-07T10:12:35.518537+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce7521"},"request_uri":"http://127.0.0.1:8000/_wdt/ce7521","method":"GET"} []
[2021-02-07T10:12:43.529288+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T10:12:43.546257+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:12:43.546315+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:12:43.546351+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:12:43.602231+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 1, 0 ) as entrystatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY maturitystatus desc,entrystatus, ifnull(paymentstatus, 0); [] []
[2021-02-07T10:12:43.670176+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:12:43.908612+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"489ed0"},"request_uri":"http://127.0.0.1:8000/_wdt/489ed0","method":"GET"} []
[2021-02-07T10:15:00.489416+00:00] request.INFO: Matched route "app_logout". {"route":"app_logout","route_parameters":{"_route":"app_logout","_controller":"App\\Controller\\SecurityController::logout"},"request_uri":"http://127.0.0.1:8000/logout","method":"GET"} []
[2021-02-07T10:15:00.500138+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:15:00.500214+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:00.500252+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:00.502455+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:15:00.516122+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2021-02-07T10:15:00.516775+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-02-07T10:15:00.759311+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"87ff21"},"request_uri":"http://127.0.0.1:8000/_wdt/87ff21","method":"GET"} []
[2021-02-07T10:15:14.533021+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T10:15:14.557834+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:15:14.557896+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:14.557933+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:14.562134+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:15:14.578239+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2021-02-07T10:15:14.578824+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-02-07T10:15:14.735482+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-02-07T10:15:14.753231+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:15:14.753296+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:14.753335+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:14.789217+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:15:14.964062+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"461410"},"request_uri":"http://127.0.0.1:8000/_wdt/461410","method":"GET"} []
[2021-02-07T10:15:28.010934+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-02-07T10:15:28.029097+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:15:28.029158+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:28.029196+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:28.063440+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:15:28.220828+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa0a6c"},"request_uri":"http://127.0.0.1:8000/_wdt/aa0a6c","method":"GET"} []
[2021-02-07T10:15:31.925119+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-02-07T10:15:31.943547+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:15:31.943616+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:31.943659+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:31.978467+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:15:32.174204+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"13e205"},"request_uri":"http://127.0.0.1:8000/_wdt/13e205","method":"GET"} []
[2021-02-07T10:15:33.683402+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-02-07T10:15:33.701353+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:15:33.701449+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:33.701493+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:33.733889+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:15:33.897773+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fbc629"},"request_uri":"http://127.0.0.1:8000/_wdt/fbc629","method":"GET"} []
[2021-02-07T10:15:34.684283+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-02-07T10:15:34.702562+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:15:34.702622+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:34.702665+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:34.735383+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:15:34.902239+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f4b5bf"},"request_uri":"http://127.0.0.1:8000/_wdt/f4b5bf","method":"GET"} []
[2021-02-07T10:15:47.638668+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-02-07T10:15:47.658238+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:15:47.658301+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:47.658337+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:47.660553+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:15:47.675601+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2021-02-07T10:15:47.676005+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-02-07T10:15:47.823562+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-02-07T10:15:47.841172+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:15:47.841231+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:47.841269+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:47.874412+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:15:48.057504+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac7062"},"request_uri":"http://127.0.0.1:8000/_wdt/ac7062","method":"GET"} []
[2021-02-07T10:15:51.230575+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-02-07T10:15:51.249276+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:15:51.249340+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:51.249383+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:51.284465+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:15:51.446976+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"187a10"},"request_uri":"http://127.0.0.1:8000/_wdt/187a10","method":"GET"} []
[2021-02-07T10:15:57.043259+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} []
[2021-02-07T10:15:57.062117+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:15:57.062178+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:57.062224+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:57.063318+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:57.153198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2021-02-07T10:15:57.408708+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because \"App\\Security\\LoginFormAuthenticator::checkCredentials()\" did not return true. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-guard\\Provider\\GuardAuthenticationProvider.php:124)","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:57.412989+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:57.549738+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-02-07T10:15:57.568709+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:15:57.568775+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:57.568817+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:15:57.604237+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:15:57.767853+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5d979"},"request_uri":"http://127.0.0.1:8000/_wdt/f5d979","method":"GET"} []
[2021-02-07T10:16:02.057688+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} []
[2021-02-07T10:16:02.076046+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:16:02.076106+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:02.076152+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:02.076912+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:02.137606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2021-02-07T10:16:02.353476+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:02.356354+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 07 Feb 2021 10:16:02 GMT\r\nLocation: http://127.0.0.1:8000/company\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/company\n \n \n Redirecting to http://127.0.0.1:8000/company.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:02.356421+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:02.356513+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:02.363332+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:16:02.484033+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-02-07T10:16:02.501679+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:16:02.501753+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:02.501791+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:02.503611+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:16:02.571330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:16:02.574662+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:16:02.587528+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-07T10:16:02.656637+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-07T10:16:02.661258+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6,5,3]] []
[2021-02-07T10:16:02.665046+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-07T10:16:02.666721+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:16:02.888344+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"50d08e"},"request_uri":"http://127.0.0.1:8000/_wdt/50d08e","method":"GET"} []
[2021-02-07T10:16:17.355586+00:00] request.INFO: Matched route "app_logout". {"route":"app_logout","route_parameters":{"_route":"app_logout","_controller":"App\\Controller\\SecurityController::logout"},"request_uri":"http://127.0.0.1:8000/logout","method":"GET"} []
[2021-02-07T10:16:17.373256+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:16:17.373366+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:17.373410+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:17.374841+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:16:17.437980+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:16:17.441320+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:16:17.585613+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} []
[2021-02-07T10:16:17.759503+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"154c58"},"request_uri":"http://127.0.0.1:8000/_wdt/154c58","method":"GET"} []
[2021-02-07T10:16:29.278530+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-02-07T10:16:29.296621+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:16:29.296682+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:29.296719+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:29.298766+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:16:29.312328+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2021-02-07T10:16:29.312723+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-02-07T10:16:29.452811+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-02-07T10:16:29.470900+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:16:29.470964+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:29.471005+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:29.505060+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:16:29.677149+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f17f80"},"request_uri":"http://127.0.0.1:8000/_wdt/f17f80","method":"GET"} []
[2021-02-07T10:16:37.857238+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} []
[2021-02-07T10:16:37.875090+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:16:37.875148+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:37.875190+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:37.875892+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:37.937337+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2021-02-07T10:16:38.156356+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because \"App\\Security\\LoginFormAuthenticator::checkCredentials()\" did not return true. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-guard\\Provider\\GuardAuthenticationProvider.php:124)","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:38.160684+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:38.293579+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-02-07T10:16:38.310623+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:16:38.310682+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:38.310722+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:38.344155+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:16:38.510451+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b784ca"},"request_uri":"http://127.0.0.1:8000/_wdt/b784ca","method":"GET"} []
[2021-02-07T10:16:47.414723+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} []
[2021-02-07T10:16:47.432578+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:16:47.432641+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:47.432685+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:47.433412+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:47.491332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malay@cross-world.com"] []
[2021-02-07T10:16:47.496076+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException(code: 0): Email could not be found. at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Security\\LoginFormAuthenticator.php:74)","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:47.500343+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:47.632204+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-02-07T10:16:47.649313+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:16:47.649376+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:47.649414+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:47.682721+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:16:47.854927+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"34b458"},"request_uri":"http://127.0.0.1:8000/_wdt/34b458","method":"GET"} []
[2021-02-07T10:16:54.000316+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} []
[2021-02-07T10:16:54.018377+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:16:54.018439+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:54.018482+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:54.019180+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:54.076316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malay@cross-world.com"] []
[2021-02-07T10:16:54.080747+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException(code: 0): Email could not be found. at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Security\\LoginFormAuthenticator.php:74)","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:54.084943+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:54.218291+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-02-07T10:16:54.236959+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:16:54.237066+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:54.237121+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:16:54.270332+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:16:54.454599+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1cfaac"},"request_uri":"http://127.0.0.1:8000/_wdt/1cfaac","method":"GET"} []
[2021-02-07T10:17:00.984889+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} []
[2021-02-07T10:17:01.004247+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:17:01.004313+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:17:01.004361+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:17:01.005103+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:17:01.070845+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2021-02-07T10:17:01.306340+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:17:01.309544+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 07 Feb 2021 10:17:01 GMT\r\nLocation: http://127.0.0.1:8000/company\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/company\n \n \n Redirecting to http://127.0.0.1:8000/company.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:17:01.309684+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:17:01.309721+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:17:01.322526+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:17:01.503567+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-02-07T10:17:01.526142+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:17:01.526222+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:17:01.526260+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:17:01.527918+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:17:01.571343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:17:01.575101+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:17:01.586497+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-07T10:17:01.640437+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-07T10:17:01.643699+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6,5,3]] []
[2021-02-07T10:17:01.646791+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-07T10:17:01.647942+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:17:01.884166+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"944e94"},"request_uri":"http://127.0.0.1:8000/_wdt/944e94","method":"GET"} []
[2021-02-07T10:17:07.336699+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T10:17:07.355015+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:17:07.355077+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:17:07.355117+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:17:07.356520+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:17:07.426800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:17:07.430823+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:17:07.438508+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 1, 0 ) as entrystatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY maturitystatus desc,entrystatus, ifnull(paymentstatus, 0); [] []
[2021-02-07T10:17:07.484258+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:17:07.688648+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a44cc7"},"request_uri":"http://127.0.0.1:8000/_wdt/a44cc7","method":"GET"} []
[2021-02-07T10:17:16.329841+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T10:17:16.353612+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:17:16.353674+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:17:16.353713+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:17:16.355348+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:17:16.422589+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:17:16.425927+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:17:16.434288+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 1, 0 ) as entrystatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY maturitystatus desc,entrystatus, ifnull(paymentstatus, 0); [] []
[2021-02-07T10:17:16.479241+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:17:16.699114+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a53db3"},"request_uri":"http://127.0.0.1:8000/_wdt/a53db3","method":"GET"} []
[2021-02-07T10:17:30.431737+00:00] request.INFO: Matched route "app_logout". {"route":"app_logout","route_parameters":{"_route":"app_logout","_controller":"App\\Controller\\SecurityController::logout"},"request_uri":"http://127.0.0.1:8000/logout","method":"GET"} []
[2021-02-07T10:17:30.450259+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:17:30.450322+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:17:30.450365+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:17:30.451738+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:17:30.499508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:17:30.503001+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:17:30.660499+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /" (from "http://127.0.0.1:8000/invoice")" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" (from \"http://127.0.0.1:8000/invoice\") at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} []
[2021-02-07T10:17:30.828055+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"adfe09"},"request_uri":"http://127.0.0.1:8000/_wdt/adfe09","method":"GET"} []
[2021-02-07T10:17:54.535153+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /" (from "http://127.0.0.1:8000/invoice")" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" (from \"http://127.0.0.1:8000/invoice\") at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} []
[2021-02-07T10:17:54.708392+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bdd9a9"},"request_uri":"http://127.0.0.1:8000/_wdt/bdd9a9","method":"GET"} []
[2021-02-07T10:17:56.697301+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /" (from "http://127.0.0.1:8000/invoice")" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" (from \"http://127.0.0.1:8000/invoice\") at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} []
[2021-02-07T10:17:56.854722+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"47896b"},"request_uri":"http://127.0.0.1:8000/_wdt/47896b","method":"GET"} []
[2021-02-07T10:17:57.227612+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /" (from "http://127.0.0.1:8000/invoice")" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" (from \"http://127.0.0.1:8000/invoice\") at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} []
[2021-02-07T10:17:57.387474+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a336f"},"request_uri":"http://127.0.0.1:8000/_wdt/8a336f","method":"GET"} []
[2021-02-07T10:17:57.569799+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /" (from "http://127.0.0.1:8000/invoice")" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" (from \"http://127.0.0.1:8000/invoice\") at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} []
[2021-02-07T10:17:57.728947+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /" (from "http://127.0.0.1:8000/invoice")" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" (from \"http://127.0.0.1:8000/invoice\") at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} []
[2021-02-07T10:17:57.890421+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /" (from "http://127.0.0.1:8000/invoice")" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" (from \"http://127.0.0.1:8000/invoice\") at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} []
[2021-02-07T10:17:58.046528+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1bce8c"},"request_uri":"http://127.0.0.1:8000/_wdt/1bce8c","method":"GET"} []
[2021-02-07T10:19:23.342473+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} []
[2021-02-07T10:19:23.372166+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:19:23.372228+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:19:23.372266+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:19:23.376033+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:19:23.395518+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2021-02-07T10:19:23.396150+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-02-07T10:19:23.623075+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-02-07T10:19:23.650994+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:19:23.651059+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:19:23.651098+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:19:23.693555+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-07T10:19:23.876778+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"790c50"},"request_uri":"http://127.0.0.1:8000/_wdt/790c50","method":"GET"} []
[2021-02-07T10:19:38.636800+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} []
[2021-02-07T10:19:38.655208+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:19:38.655268+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:19:38.655315+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:19:38.656350+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:19:38.736305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2021-02-07T10:19:38.983789+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:19:38.986741+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 07 Feb 2021 10:19:38 GMT\r\nLocation: http://127.0.0.1:8000/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/\n \n \n Redirecting to http://127.0.0.1:8000/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:19:38.986815+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:19:38.986849+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:19:38.993854+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:19:39.113961+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} []
[2021-02-07T10:19:39.130992+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:19:39.131050+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:19:39.131085+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:19:39.132487+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:19:39.189729+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:19:39.193044+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:19:39.209582+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Could not resolve argument $page of "App\Controller\InvoiceController::index()", maybe you forgot to register the controller as a service or missed tagging it with the "controller.service_arguments"?" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver.php line 79 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Could not resolve argument $page of \"App\\Controller\\InvoiceController::index()\", maybe you forgot to register the controller as a service or missed tagging it with the \"controller.service_arguments\"? at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\Controller\\ArgumentResolver\\NotTaggedControllerValueResolver.php:79)"} []
[2021-02-07T10:19:39.233183+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:19:39.395505+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9e88fa"},"request_uri":"http://127.0.0.1:8000/_wdt/9e88fa","method":"GET"} []
[2021-02-07T10:22:20.703378+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} []
[2021-02-07T10:22:20.732060+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:22:20.732153+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:22:20.732189+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:22:20.734905+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:22:20.813432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:22:20.818764+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:22:20.890056+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-07T10:22:20.927100+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:22:21.225473+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ad62e"},"request_uri":"http://127.0.0.1:8000/_wdt/8ad62e","method":"GET"} []
[2021-02-07T10:22:23.318377+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} []
[2021-02-07T10:22:23.342069+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:22:23.342131+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:22:23.342168+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:22:23.344995+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:22:23.418434+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:22:23.423292+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:22:23.487406+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-07T10:22:23.509258+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:22:23.729769+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d6b75"},"request_uri":"http://127.0.0.1:8000/_wdt/0d6b75","method":"GET"} []
[2021-02-07T10:22:29.024061+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2021-02-07T10:22:29.041416+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:22:29.041476+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:22:29.041513+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:22:29.042935+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:22:29.117789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:22:29.131191+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:22:29.188411+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-07T10:22:29.208911+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:22:29.426865+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"91c62e"},"request_uri":"http://127.0.0.1:8000/_wdt/91c62e","method":"GET"} []
[2021-02-07T10:22:32.836234+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T10:22:32.854523+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:22:32.854586+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:22:32.854625+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:22:32.856136+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:22:32.911322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:22:32.914740+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:22:32.922395+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 1, 0 ) as entrystatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY maturitystatus desc,entrystatus, ifnull(paymentstatus, 0); [] []
[2021-02-07T10:22:32.970979+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:22:33.192553+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b55cba"},"request_uri":"http://127.0.0.1:8000/_wdt/b55cba","method":"GET"} []
[2021-02-07T10:22:34.949003+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-02-07T10:22:34.966846+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:22:34.966912+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:22:34.966953+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:22:34.968343+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:22:35.014429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:22:35.017844+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:22:35.028810+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-07T10:22:35.084321+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-07T10:22:35.088732+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6,5,3]] []
[2021-02-07T10:22:35.092246+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-07T10:22:35.093679+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:22:35.315454+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bc789d"},"request_uri":"http://127.0.0.1:8000/_wdt/bc789d","method":"GET"} []
[2021-02-07T10:22:38.150950+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2021-02-07T10:22:38.168383+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:22:38.168446+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:22:38.168483+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:22:38.169832+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:22:38.237009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:22:38.240502+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:22:38.287289+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-07T10:22:38.306777+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:22:38.520773+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b5cb67"},"request_uri":"http://127.0.0.1:8000/_wdt/b5cb67","method":"GET"} []
[2021-02-07T10:22:39.328671+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T10:22:39.346386+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:22:39.346448+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:22:39.346555+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:22:39.347920+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:22:39.402230+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:22:39.405654+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:22:39.412783+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 1, 0 ) as entrystatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY maturitystatus desc,entrystatus, ifnull(paymentstatus, 0); [] []
[2021-02-07T10:22:39.456502+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:22:39.666662+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"74046c"},"request_uri":"http://127.0.0.1:8000/_wdt/74046c","method":"GET"} []
[2021-02-07T10:22:40.361396+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-02-07T10:22:40.379560+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:22:40.379619+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:22:40.379658+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:22:40.381037+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:22:40.447689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:22:40.451404+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:22:40.461604+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-07T10:22:40.516489+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-07T10:22:40.519785+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6,5,3]] []
[2021-02-07T10:22:40.522833+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-07T10:22:40.523980+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:22:40.733685+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8431ac"},"request_uri":"http://127.0.0.1:8000/_wdt/8431ac","method":"GET"} []
[2021-02-07T10:23:07.199131+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2021-02-07T10:23:07.216804+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:23:07.216861+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:23:07.216898+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:23:07.218229+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:23:07.272758+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:23:07.276231+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:23:07.323361+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-07T10:23:07.344040+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:23:07.566731+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"723e3f"},"request_uri":"http://127.0.0.1:8000/_wdt/723e3f","method":"GET"} []
[2021-02-07T10:23:19.261117+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-07T10:23:19.279480+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-07T10:23:19.279588+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:23:19.279642+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-07T10:23:19.281146+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-07T10:23:19.338165+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-07T10:23:19.341624+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-07T10:23:19.349352+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 1, 0 ) as entrystatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY maturitystatus desc,entrystatus, ifnull(paymentstatus, 0); [] []
[2021-02-07T10:23:19.394960+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-07T10:23:19.638971+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"93d4e4"},"request_uri":"http://127.0.0.1:8000/_wdt/93d4e4","method":"GET"} []
[2021-02-08T05:25:12.839956+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-08T05:25:12.889058+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T05:25:12.889120+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:25:12.889155+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:25:12.895249+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-08T05:25:12.942974+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2021-02-08T05:25:12.943924+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-02-08T05:25:13.115369+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-02-08T05:25:13.132757+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T05:25:13.132901+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:25:13.132946+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:25:13.177869+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-08T05:25:13.410427+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5152e3"},"request_uri":"http://127.0.0.1:8000/_wdt/5152e3","method":"GET"} []
[2021-02-08T05:25:19.933828+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} []
[2021-02-08T05:25:19.951630+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T05:25:19.951689+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:25:19.951732+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:25:19.954584+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:25:20.044124+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2021-02-08T05:25:20.274305+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:25:20.278201+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 08 Feb 2021 05:25:20 GMT\r\nLocation: http://127.0.0.1:8000/invoice\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/invoice\n \n \n Redirecting to http://127.0.0.1:8000/invoice.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:25:20.278275+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:25:20.278310+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:25:20.285342+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T05:25:20.405141+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-08T05:25:20.422084+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T05:25:20.422142+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:25:20.422247+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:25:20.423649+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T05:25:20.484864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T05:25:20.488190+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T05:25:20.499531+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-08T05:25:20.610625+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T05:25:20.856479+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1d45d"},"request_uri":"http://127.0.0.1:8000/_wdt/c1d45d","method":"GET"} []
[2021-02-08T05:25:59.056082+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2021-02-08T05:25:59.074441+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T05:25:59.074503+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:25:59.074543+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:25:59.075923+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T05:25:59.120600+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T05:25:59.123953+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T05:25:59.211498+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-08T05:25:59.236728+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T05:25:59.478447+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"60af21"},"request_uri":"http://127.0.0.1:8000/_wdt/60af21","method":"GET"} []
[2021-02-08T05:26:00.552079+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-08T05:26:00.569862+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T05:26:00.569917+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:26:00.569953+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:26:00.571246+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T05:26:00.623273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T05:26:00.626711+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T05:26:00.633634+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-08T05:26:00.677669+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T05:26:00.893732+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aea7a5"},"request_uri":"http://127.0.0.1:8000/_wdt/aea7a5","method":"GET"} []
[2021-02-08T05:26:01.762345+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-02-08T05:26:01.781215+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T05:26:01.781306+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:26:01.781348+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:26:01.782764+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T05:26:01.837627+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T05:26:01.841051+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T05:26:01.855962+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-08T05:26:01.916777+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-08T05:26:01.926308+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6,5,3]] []
[2021-02-08T05:26:01.931864+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-08T05:26:01.933947+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T05:26:02.153357+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fdfe43"},"request_uri":"http://127.0.0.1:8000/_wdt/fdfe43","method":"GET"} []
[2021-02-08T05:26:02.933009+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-08T05:26:02.950197+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T05:26:02.950266+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:26:02.950304+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:26:02.951770+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T05:26:03.016493+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T05:26:03.020098+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T05:26:03.026855+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-08T05:26:03.070376+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T05:26:03.283667+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f121e0"},"request_uri":"http://127.0.0.1:8000/_wdt/f121e0","method":"GET"} []
[2021-02-08T05:27:08.173357+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-08T05:27:08.191021+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T05:27:08.191084+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:08.191120+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:08.192467+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T05:27:08.255027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T05:27:08.258688+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T05:27:08.265564+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-08T05:27:08.426143+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T05:27:08.696252+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3df8b6"},"request_uri":"http://127.0.0.1:8000/_wdt/3df8b6","method":"GET"} []
[2021-02-08T05:27:11.184970+00:00] request.INFO: Matched route "app_logout". {"route":"app_logout","route_parameters":{"_route":"app_logout","_controller":"App\\Controller\\SecurityController::logout"},"request_uri":"http://127.0.0.1:8000/logout","method":"GET"} []
[2021-02-08T05:27:11.209206+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T05:27:11.209268+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:11.209377+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:11.211972+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T05:27:11.284147+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T05:27:11.288070+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T05:27:11.430105+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} []
[2021-02-08T05:27:11.447745+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T05:27:11.447806+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:11.447845+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:11.450946+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-08T05:27:11.465410+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2021-02-08T05:27:11.466025+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-02-08T05:27:11.612868+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-02-08T05:27:11.630233+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T05:27:11.630294+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:11.630333+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:11.665305+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-08T05:27:11.830442+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"997fc9"},"request_uri":"http://127.0.0.1:8000/_wdt/997fc9","method":"GET"} []
[2021-02-08T05:27:16.316479+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2021-02-08T05:27:16.336042+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T05:27:16.336105+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:16.336142+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:16.338457+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-08T05:27:16.353123+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2021-02-08T05:27:16.353546+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-02-08T05:27:16.498001+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-02-08T05:27:16.517548+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T05:27:16.517644+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:16.517691+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:16.550932+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-08T05:27:16.729398+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5f6105"},"request_uri":"http://127.0.0.1:8000/_wdt/5f6105","method":"GET"} []
[2021-02-08T05:27:27.190970+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"7"},"request_uri":"http://127.0.0.1:8000/invoice/show/7","method":"GET"} []
[2021-02-08T05:27:27.208530+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T05:27:27.208590+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:27.208626+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:27.210804+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-08T05:27:27.224484+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2021-02-08T05:27:27.224882+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-02-08T05:27:27.369720+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-02-08T05:27:27.387486+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T05:27:27.387561+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:27.387604+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:27.420491+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-08T05:27:27.594087+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"085158"},"request_uri":"http://127.0.0.1:8000/_wdt/085158","method":"GET"} []
[2021-02-08T05:27:40.552030+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-08T05:27:40.569574+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T05:27:40.569634+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:40.569671+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:40.571802+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-08T05:27:40.585142+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2021-02-08T05:27:40.585539+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-02-08T05:27:40.724338+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-02-08T05:27:40.741253+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T05:27:40.741307+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:40.741344+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:40.772334+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-08T05:27:40.943178+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"88fc75"},"request_uri":"http://127.0.0.1:8000/_wdt/88fc75","method":"GET"} []
[2021-02-08T05:27:47.706642+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} []
[2021-02-08T05:27:47.724277+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T05:27:47.724337+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:47.724380+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:47.725196+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:47.780577+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2021-02-08T05:27:48.004026+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:48.007051+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 08 Feb 2021 05:27:48 GMT\r\nLocation: http://127.0.0.1:8000/invoice\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/invoice\n \n \n Redirecting to http://127.0.0.1:8000/invoice.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:48.007158+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:48.007197+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:48.014214+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T05:27:48.136667+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-08T05:27:48.153761+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T05:27:48.153819+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:48.153855+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T05:27:48.155242+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T05:27:48.197938+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T05:27:48.201193+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T05:27:48.208898+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-08T05:27:48.255369+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T05:27:48.470942+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"467c3a"},"request_uri":"http://127.0.0.1:8000/_wdt/467c3a","method":"GET"} []
[2021-02-08T06:57:26.823977+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-08T06:57:26.857048+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T06:57:26.857118+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T06:57:26.857161+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T06:57:26.860140+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T06:57:26.935481+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T06:57:26.940361+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T06:57:26.952227+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-08T06:57:27.071870+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T06:57:27.367569+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d1a585"},"request_uri":"http://127.0.0.1:8000/_wdt/d1a585","method":"GET"} []
[2021-02-08T06:58:28.888520+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-08T06:58:28.912108+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T06:58:28.912168+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T06:58:28.912205+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T06:58:28.914824+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T06:58:28.994808+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T06:58:28.998785+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T06:58:29.008091+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-08T06:58:29.055165+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T06:58:29.280854+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe67f4"},"request_uri":"http://127.0.0.1:8000/_wdt/fe67f4","method":"GET"} []
[2021-02-08T06:58:30.692319+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-08T06:58:30.709817+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T06:58:30.709877+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T06:58:30.709917+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T06:58:30.711253+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T06:58:30.754436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T06:58:30.757833+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T06:58:30.764582+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-08T06:58:30.808684+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T06:58:31.011936+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6a24f0"},"request_uri":"http://127.0.0.1:8000/_wdt/6a24f0","method":"GET"} []
[2021-02-08T06:58:31.920134+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-08T06:58:31.937614+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T06:58:31.937751+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T06:58:31.937795+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T06:58:31.939099+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T06:58:31.994656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T06:58:31.998163+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T06:58:32.004974+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-08T06:58:32.051154+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T06:58:32.256842+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"27d34c"},"request_uri":"http://127.0.0.1:8000/_wdt/27d34c","method":"GET"} []
[2021-02-08T06:58:35.603200+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2021-02-08T06:58:35.620480+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T06:58:35.620539+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T06:58:35.620574+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T06:58:35.621889+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T06:58:35.688945+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T06:58:35.700011+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T06:58:35.766774+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-08T06:58:35.787595+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T06:58:35.993297+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e488f9"},"request_uri":"http://127.0.0.1:8000/_wdt/e488f9","method":"GET"} []
[2021-02-08T06:59:58.279134+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-02-08T06:59:58.304922+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T06:59:58.305136+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T06:59:58.305189+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T06:59:58.306798+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T06:59:58.355049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T06:59:58.358528+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T06:59:58.371385+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-08T06:59:58.451646+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-08T06:59:58.460055+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6,5,3]] []
[2021-02-08T06:59:58.463893+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-08T06:59:58.465523+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T06:59:58.702004+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69359d"},"request_uri":"http://127.0.0.1:8000/_wdt/69359d","method":"GET"} []
[2021-02-08T07:00:04.874705+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"7"},"request_uri":"http://127.0.0.1:8000/company/show/7","method":"GET"} []
[2021-02-08T07:00:04.894881+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T07:00:04.894947+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:00:04.894987+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:00:04.896379+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T07:00:04.943535+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T07:00:04.946912+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T07:00:04.951801+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["7"] []
[2021-02-08T07:00:04.975149+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T07:00:05.176897+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07ff64"},"request_uri":"http://127.0.0.1:8000/_wdt/07ff64","method":"GET"} []
[2021-02-08T07:00:06.729298+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"7"},"request_uri":"http://127.0.0.1:8000/company/7/edit","method":"GET"} []
[2021-02-08T07:00:06.747102+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T07:00:06.747184+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:00:06.747232+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:00:06.748931+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T07:00:06.816769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T07:00:06.820273+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T07:00:06.825105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["7"] []
[2021-02-08T07:00:06.878228+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T07:00:07.089191+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a17c7"},"request_uri":"http://127.0.0.1:8000/_wdt/8a17c7","method":"GET"} []
[2021-02-08T07:00:11.380485+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"7"},"request_uri":"http://127.0.0.1:8000/company/7/edit","method":"POST"} []
[2021-02-08T07:00:11.400361+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T07:00:11.444861+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T07:00:11.448653+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T07:00:11.448729+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T07:00:11.448768+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:00:11.448800+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:00:11.454054+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["7"] []
[2021-02-08T07:00:11.575430+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-08T07:00:11.575751+00:00] doctrine.DEBUG: UPDATE company SET alertdays = ? WHERE id = ? [10,7] []
[2021-02-08T07:00:11.576179+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-08T07:00:11.597267+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T07:00:11.723299+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-02-08T07:00:11.741178+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T07:00:11.741241+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:00:11.741283+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:00:11.742645+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T07:00:11.786670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T07:00:11.790077+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T07:00:11.800844+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-08T07:00:11.854869+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-08T07:00:11.858224+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6,5,3]] []
[2021-02-08T07:00:11.861321+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-08T07:00:11.862513+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T07:00:12.077044+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"447312"},"request_uri":"http://127.0.0.1:8000/_wdt/447312","method":"GET"} []
[2021-02-08T07:01:02.097084+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"POST"} []
[2021-02-08T07:01:02.123045+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T07:01:02.194755+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T07:01:02.198707+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T07:01:02.198775+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T07:01:02.198813+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:01:02.198845+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:01:02.260573+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["7"]] []
[2021-02-08T07:01:02.295916+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-08T07:01:02.297479+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"57894","2":"2021-02-08T00:00:00+00:00","3":"1234578","4":5000.0,"5":"-","6":null,"7":null,"8":"2021-02-25T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":7} []
[2021-02-08T07:01:02.299974+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-08T07:01:02.311388+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T07:01:02.436674+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-08T07:01:02.453521+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T07:01:02.453579+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:01:02.453614+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:01:02.454868+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T07:01:02.522196+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T07:01:02.525461+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T07:01:02.532235+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-08T07:01:02.577585+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T07:01:02.809345+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07a4f3"},"request_uri":"http://127.0.0.1:8000/_wdt/07a4f3","method":"GET"} []
[2021-02-08T07:01:07.363080+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-08T07:01:07.380990+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T07:01:07.381055+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:01:07.381094+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:01:07.382441+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T07:01:07.448521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T07:01:07.456907+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T07:01:07.468475+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-08T07:01:07.516586+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T07:01:07.746863+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2109ad"},"request_uri":"http://127.0.0.1:8000/_wdt/2109ad","method":"GET"} []
[2021-02-08T07:01:25.547076+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2021-02-08T07:01:25.565239+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T07:01:25.565300+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:01:25.565338+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:01:25.566681+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T07:01:25.621426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T07:01:25.625101+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T07:01:25.673289+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-08T07:01:25.693998+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T07:01:25.918454+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"27246c"},"request_uri":"http://127.0.0.1:8000/_wdt/27246c","method":"GET"} []
[2021-02-08T07:01:56.691672+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"POST"} []
[2021-02-08T07:01:56.710474+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T07:01:56.754271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T07:01:56.757744+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T07:01:56.757815+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T07:01:56.757853+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:01:56.757886+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:01:56.809673+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["6"]] []
[2021-02-08T07:01:56.846232+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-08T07:01:56.847545+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"457458","2":"2021-02-10T00:00:00+00:00","3":"56858","4":5000.0,"5":"-","6":null,"7":null,"8":"2021-02-18T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":6} []
[2021-02-08T07:01:56.851083+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-08T07:01:56.862674+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T07:01:56.992038+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-08T07:01:57.010205+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T07:01:57.010272+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:01:57.010312+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:01:57.011705+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T07:01:57.071416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T07:01:57.074916+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T07:01:57.081780+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-08T07:01:57.126932+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T07:01:57.353635+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f245b3"},"request_uri":"http://127.0.0.1:8000/_wdt/f245b3","method":"GET"} []
[2021-02-08T07:02:15.284757+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2021-02-08T07:02:15.307850+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T07:02:15.307912+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:02:15.307952+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:02:15.309324+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T07:02:15.360748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T07:02:15.364132+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T07:02:15.425699+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-08T07:02:15.450426+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T07:02:15.680685+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b64ed4"},"request_uri":"http://127.0.0.1:8000/_wdt/b64ed4","method":"GET"} []
[2021-02-08T07:02:38.917216+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"POST"} []
[2021-02-08T07:02:38.935655+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T07:02:38.993291+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T07:02:38.997033+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T07:02:38.997121+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T07:02:38.997163+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:02:38.997201+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:02:39.049762+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["7"]] []
[2021-02-08T07:02:39.116624+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-08T07:02:39.118010+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"57894","2":"2021-02-15T00:00:00+00:00","3":"56858","4":5000.0,"5":"-","6":null,"7":null,"8":"2021-02-15T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":7} []
[2021-02-08T07:02:39.121158+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-08T07:02:39.132363+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T07:02:39.255669+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-08T07:02:39.273571+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T07:02:39.273631+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:02:39.273670+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:02:39.275024+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T07:02:39.332244+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T07:02:39.335691+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T07:02:39.342585+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-08T07:02:39.388047+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T07:02:39.631031+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"762cf9"},"request_uri":"http://127.0.0.1:8000/_wdt/762cf9","method":"GET"} []
[2021-02-08T07:02:50.558219+00:00] request.INFO: Matched route "invoice_payment". {"route":"invoice_payment","route_parameters":{"_route":"invoice_payment","_controller":"App\\Controller\\InvoiceController::payment","id":"3"},"request_uri":"http://127.0.0.1:8000/invoice/payment/3?redirect_to=%2Finvoice","method":"GET"} []
[2021-02-08T07:02:50.576265+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T07:02:50.576401+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:02:50.576442+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:02:50.577810+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T07:02:50.651718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T07:02:50.656702+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T07:02:50.663463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["3"] []
[2021-02-08T07:02:50.671990+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-08T07:02:50.672294+00:00] doctrine.DEBUG: UPDATE invoice SET paymentstatus = ?, paymentdate = ? WHERE id = ? [1,"2021-02-08T07:02:50+00:00",3] []
[2021-02-08T07:02:50.673060+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-08T07:02:50.692861+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T07:02:50.879992+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-08T07:02:50.907575+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T07:02:50.907636+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:02:50.907673+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T07:02:50.910335+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T07:02:50.997756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T07:02:51.001591+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T07:02:51.011571+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-08T07:02:51.068369+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T07:02:51.297536+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a513e"},"request_uri":"http://127.0.0.1:8000/_wdt/7a513e","method":"GET"} []
[2021-02-08T07:35:39.495030+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2021-02-08T07:35:39.496351+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2021-02-08T07:35:39.509015+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'invoicetracking' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2021-02-08T07:35:39.510754+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'invoicetracking' /*!50116 AND c.constraint_schema = 'invoicetracking' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2021-02-08T07:35:39.512078+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'invoicetracking' ORDER BY SEQ_IN_INDEX ASC [] []
[2021-02-08T07:35:39.512395+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] []
[2021-02-08T07:35:39.513046+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] []
[2021-02-08T07:35:39.516915+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2021-02-08T07:35:39.517680+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2021-02-08T07:35:39.518516+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'invoicetracking' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2021-02-08T07:35:39.519133+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'invoicetracking' /*!50116 AND c.constraint_schema = 'invoicetracking' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2021-02-08T07:35:39.519487+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'invoicetracking' ORDER BY SEQ_IN_INDEX ASC [] []
[2021-02-08T07:35:39.519879+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] []
[2021-02-08T07:35:39.520226+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] []
[2021-02-08T07:35:39.522723+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2021-02-08T07:35:39.523533+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'invoicetracking' AND TABLE_NAME = 'company' ORDER BY ORDINAL_POSITION ASC [] []
[2021-02-08T07:35:39.524174+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'company' */ WHERE k.table_name = 'company' AND k.table_schema = 'invoicetracking' /*!50116 AND c.constraint_schema = 'invoicetracking' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2021-02-08T07:35:39.524516+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'company' AND TABLE_SCHEMA = 'invoicetracking' ORDER BY SEQ_IN_INDEX ASC [] []
[2021-02-08T07:35:39.524827+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'company' [] []
[2021-02-08T07:35:39.525120+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'invoicetracking' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2021-02-08T07:35:39.525611+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'invoicetracking' /*!50116 AND c.constraint_schema = 'invoicetracking' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2021-02-08T07:35:39.525936+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'invoicetracking' ORDER BY SEQ_IN_INDEX ASC [] []
[2021-02-08T07:35:39.526251+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' [] []
[2021-02-08T07:35:39.526605+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'invoicetracking' AND TABLE_NAME = 'invoice' ORDER BY ORDINAL_POSITION ASC [] []
[2021-02-08T07:35:39.527548+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'invoice' */ WHERE k.table_name = 'invoice' AND k.table_schema = 'invoicetracking' /*!50116 AND c.constraint_schema = 'invoicetracking' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2021-02-08T07:35:39.529540+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'invoice' AND TABLE_SCHEMA = 'invoicetracking' ORDER BY SEQ_IN_INDEX ASC [] []
[2021-02-08T07:35:39.531150+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'invoice' [] []
[2021-02-08T07:35:39.531472+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'invoicetracking' AND TABLE_NAME = 'user' ORDER BY ORDINAL_POSITION ASC [] []
[2021-02-08T07:35:39.532066+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'user' */ WHERE k.table_name = 'user' AND k.table_schema = 'invoicetracking' /*!50116 AND c.constraint_schema = 'invoicetracking' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2021-02-08T07:35:39.532405+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'user' AND TABLE_SCHEMA = 'invoicetracking' ORDER BY SEQ_IN_INDEX ASC [] []
[2021-02-08T07:35:39.532720+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'user' [] []
[2021-02-08T07:35:39.538667+00:00] php.CRITICAL: Fatal Error: Class App\Entity\User contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Symfony\Component\Security\Core\User\UserInterface::getRoles) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Error: Class App\\Entity\\User contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Symfony\\Component\\Security\\Core\\User\\UserInterface::getRoles) at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Entity\\User.php:14)"} []
[2021-02-08T10:58:22.619203+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-08T10:58:22.653961+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T10:58:22.654021+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T10:58:22.654135+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T10:58:22.657233+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T10:58:22.766773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T10:58:22.771206+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T10:58:22.886979+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-08T10:58:23.094770+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T10:58:23.420157+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"71a4ec"},"request_uri":"http://127.0.0.1:8000/_wdt/71a4ec","method":"GET"} []
[2021-02-08T10:58:24.933458+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-08T10:58:24.962973+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T10:58:24.963039+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T10:58:24.963079+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T10:58:24.965797+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T10:58:25.047623+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T10:58:25.051609+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T10:58:25.076331+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-08T10:58:25.145559+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T10:58:25.356669+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"55619e"},"request_uri":"http://127.0.0.1:8000/_wdt/55619e","method":"GET"} []
[2021-02-08T10:58:33.845532+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-08T10:58:33.862665+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T10:58:33.862720+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T10:58:33.862755+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T10:58:33.864042+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T10:58:33.928257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T10:58:33.931786+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T10:58:33.955179+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-02-08T10:58:33.967046+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-08T10:59:21.401786+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-08T10:59:21.419272+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T10:59:21.419333+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T10:59:21.419369+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T10:59:21.420700+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T10:59:21.486952+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T10:59:21.490316+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T10:59:21.508359+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-02-08T10:59:21.517192+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-08T10:59:23.821516+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-08T10:59:23.875726+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T10:59:24.124754+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"688134"},"request_uri":"http://127.0.0.1:8000/_wdt/688134","method":"GET"} []
[2021-02-08T10:59:25.958266+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-08T10:59:25.985666+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T10:59:25.985760+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T10:59:25.985807+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T10:59:25.988464+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T10:59:26.067743+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T10:59:26.071569+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T10:59:26.104432+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-02-08T10:59:26.116431+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-08T10:59:28.428131+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-08T10:59:28.463980+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T10:59:28.622554+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b2e49"},"request_uri":"http://127.0.0.1:8000/_wdt/1b2e49","method":"GET"} []
[2021-02-08T10:59:30.680961+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-08T10:59:30.698247+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T10:59:30.698308+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T10:59:30.698344+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T10:59:30.699666+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T10:59:30.757889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T10:59:30.761224+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T10:59:30.779302+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-02-08T10:59:30.788285+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-08T10:59:33.651764+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-08T10:59:33.680257+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T10:59:33.852787+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f380db"},"request_uri":"http://127.0.0.1:8000/_wdt/f380db","method":"GET"} []
[2021-02-08T11:00:05.218841+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-08T11:00:05.236120+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T11:00:05.236186+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T11:00:05.236221+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T11:00:05.237506+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T11:00:05.291675+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T11:00:05.295249+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T11:00:05.314138+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-02-08T11:00:05.323015+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-08T11:00:07.640801+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-08T11:00:07.668659+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T11:00:07.823391+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"042f25"},"request_uri":"http://127.0.0.1:8000/_wdt/042f25","method":"GET"} []
[2021-02-08T11:00:20.598008+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-08T11:00:20.619527+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-08T11:00:20.619589+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T11:00:20.619709+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-08T11:00:20.621360+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-08T11:00:20.676114+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-08T11:00:20.679461+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-08T11:00:20.698260+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-02-08T11:00:20.706969+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-08T11:00:22.851936+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-08T11:00:22.880602+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-08T11:00:23.051850+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab0bb4"},"request_uri":"http://127.0.0.1:8000/_wdt/ab0bb4","method":"GET"} []
[2021-02-09T04:01:39.498405+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-09T04:01:39.547484+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:01:39.547549+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:01:39.547585+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:01:39.553801+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-09T04:01:39.748928+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2021-02-09T04:01:39.750577+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-02-09T04:01:39.944150+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-02-09T04:01:39.962217+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:01:39.962282+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:01:39.962320+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:01:40.078136+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-09T04:01:40.330970+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3b6528"},"request_uri":"http://127.0.0.1:8000/_wdt/3b6528","method":"GET"} []
[2021-02-09T04:01:48.759757+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} []
[2021-02-09T04:01:48.788000+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:01:48.788058+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:01:48.788101+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:01:48.790957+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:01:48.918769+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2021-02-09T04:01:49.148232+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:01:49.152143+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 09 Feb 2021 04:01:49 GMT\r\nLocation: http://127.0.0.1:8000/invoice\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/invoice\n \n \n Redirecting to http://127.0.0.1:8000/invoice.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:01:49.152285+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:01:49.152366+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:01:49.163702+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-09T04:01:49.287540+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-09T04:01:49.304574+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:01:49.304637+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:01:49.304675+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:01:49.306516+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-09T04:01:49.371762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-09T04:01:49.384978+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-09T04:01:49.426030+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-09T04:01:49.519819+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-09T04:01:49.759917+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f558d3"},"request_uri":"http://127.0.0.1:8000/_wdt/f558d3","method":"GET"} []
[2021-02-09T04:03:24.223744+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-02-09T04:03:24.241491+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:03:24.241560+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:03:24.241602+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:03:24.243020+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-09T04:03:24.298892+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-09T04:03:24.302465+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-09T04:03:24.328287+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-09T04:03:24.477373+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-09T04:03:24.488882+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6,5,3]] []
[2021-02-09T04:03:24.497191+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-09T04:03:24.499924+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-09T04:03:24.782045+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc43b6"},"request_uri":"http://127.0.0.1:8000/_wdt/fc43b6","method":"GET"} []
[2021-02-09T04:03:27.060853+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-09T04:03:27.083832+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:03:27.083905+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:03:27.083947+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:03:27.086777+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-09T04:03:27.163416+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-09T04:03:27.167459+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-09T04:03:27.182038+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-09T04:03:27.244919+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-09T04:03:27.459830+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"82af51"},"request_uri":"http://127.0.0.1:8000/_wdt/82af51","method":"GET"} []
[2021-02-09T04:28:38.270706+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2021-02-09T04:28:38.281292+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:28:38.281351+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:28:38.281388+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:28:38.283676+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-09T04:28:38.353520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-09T04:28:38.357526+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-09T04:28:38.485654+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-09T04:28:38.723993+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-09T04:28:39.047198+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c625a7"},"request_uri":"http://127.0.0.1:8000/_wdt/c625a7","method":"GET"} []
[2021-02-09T04:28:40.186974+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-09T04:28:40.214013+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:28:40.214074+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:28:40.214111+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:28:40.216718+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-09T04:28:40.300325+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-09T04:28:40.304482+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-09T04:28:40.328518+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-09T04:28:40.441339+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-09T04:28:40.709562+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5abf3"},"request_uri":"http://127.0.0.1:8000/_wdt/f5abf3","method":"GET"} []
[2021-02-09T04:28:41.478797+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-09T04:28:41.501508+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:28:41.501571+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:28:41.501612+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:28:41.504385+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-09T04:28:41.564263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-09T04:28:41.568406+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-09T04:28:41.591170+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-09T04:28:41.648977+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-09T04:28:41.858458+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"796ad6"},"request_uri":"http://127.0.0.1:8000/_wdt/796ad6","method":"GET"} []
[2021-02-09T04:28:42.422136+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-09T04:28:42.439658+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:28:42.439720+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:28:42.439757+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:28:42.441069+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-09T04:28:42.494139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-09T04:28:42.497619+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-09T04:28:42.510487+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-09T04:28:42.556599+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-09T04:28:42.770120+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ca6c4"},"request_uri":"http://127.0.0.1:8000/_wdt/1ca6c4","method":"GET"} []
[2021-02-09T04:28:43.170778+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2021-02-09T04:28:43.188129+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:28:43.188186+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:28:43.188222+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:28:43.189554+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-09T04:28:43.246734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-09T04:28:43.250222+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-09T04:28:43.306933+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-09T04:28:43.334501+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-09T04:28:43.533308+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a5cd4"},"request_uri":"http://127.0.0.1:8000/_wdt/3a5cd4","method":"GET"} []
[2021-02-09T04:28:44.031046+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-09T04:28:44.047935+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:28:44.047991+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:28:44.048027+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:28:44.049305+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-09T04:28:44.104336+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-09T04:28:44.107681+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-09T04:28:44.120323+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-09T04:28:44.165367+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-09T04:28:44.376304+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4d482e"},"request_uri":"http://127.0.0.1:8000/_wdt/4d482e","method":"GET"} []
[2021-02-09T04:28:45.549425+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-02-09T04:28:45.566616+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:28:45.566677+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:28:45.566713+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:28:45.568042+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-09T04:28:45.634435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-09T04:28:45.637935+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-09T04:28:45.651998+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-09T04:28:45.778064+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-09T04:28:45.783148+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6,5,3]] []
[2021-02-09T04:28:45.787447+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-09T04:28:45.789131+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-09T04:28:46.072869+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e9da5"},"request_uri":"http://127.0.0.1:8000/_wdt/7e9da5","method":"GET"} []
[2021-02-09T04:28:46.602652+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-09T04:28:46.629651+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:28:46.629709+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:28:46.629746+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:28:46.632349+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-09T04:28:46.717831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-09T04:28:46.721901+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-09T04:28:46.744878+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-09T04:28:46.811802+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-09T04:28:47.022188+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c5813"},"request_uri":"http://127.0.0.1:8000/_wdt/0c5813","method":"GET"} []
[2021-02-09T04:29:04.815807+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-09T04:29:04.833139+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:29:04.833202+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:29:04.833245+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:29:04.834667+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-09T04:29:04.896326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-09T04:29:04.899758+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-09T04:29:04.931646+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-02-09T04:29:04.959841+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-09T04:29:06.039880+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-09T04:29:06.094982+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-09T04:29:06.767204+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b0b010"},"request_uri":"http://127.0.0.1:8000/_wdt/b0b010","method":"GET"} []
[2021-02-09T04:29:11.629296+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-09T04:29:11.657355+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:29:11.657417+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:29:11.657455+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:29:11.660147+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-09T04:29:11.746848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-09T04:29:11.750876+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-09T04:29:11.784982+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-02-09T04:29:11.799946+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-09T04:29:12.675226+00:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php line 155 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\mailer\\Transport\\Smtp\\Stream\\SocketStream.php:155)"} []
[2021-02-09T04:29:12.710910+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-09T04:29:12.883920+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"62e118"},"request_uri":"http://127.0.0.1:8000/_wdt/62e118","method":"GET"} []
[2021-02-09T04:35:25.225693+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-09T04:35:25.253408+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:35:25.253472+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:35:25.253509+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:35:25.256276+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-09T04:35:25.321502+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-09T04:35:25.325454+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-09T04:35:25.358925+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-02-09T04:35:25.372150+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-09T04:35:36.944487+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-09T04:35:36.962841+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:35:36.962901+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:35:36.962938+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:35:36.964266+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-09T04:35:37.009612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-09T04:35:37.013121+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-09T04:35:37.033614+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-02-09T04:35:37.044212+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-09T04:36:05.175031+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-09T04:36:05.192753+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:36:05.192815+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:36:05.192852+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:36:05.194190+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-09T04:36:05.250139+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-09T04:36:05.253813+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-09T04:36:05.273184+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-02-09T04:36:05.282401+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-09T04:36:07.884297+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" started [] []
[2021-02-09T04:36:09.130115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["2"] []
[2021-02-09T04:36:09.143640+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-09T04:36:09.144068+00:00] doctrine.DEBUG: UPDATE invoice SET emailstatus = ?, emaildate = ? WHERE id = ? [1,"2021-02-09T04:36:09+00:00",2] []
[2021-02-09T04:36:09.146054+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-09T04:36:10.221274+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["3"] []
[2021-02-09T04:36:10.223195+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-09T04:36:10.223955+00:00] doctrine.DEBUG: UPDATE invoice SET emailstatus = ?, emaildate = ? WHERE id = ? [1,"2021-02-09T04:36:10+00:00",3] []
[2021-02-09T04:36:10.227131+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-09T04:36:10.247274+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-09T04:36:10.269044+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" stopping [] []
[2021-02-09T04:36:10.416496+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" stopped [] []
[2021-02-09T04:37:22.552756+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-09T04:37:22.582033+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:37:22.582103+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:37:22.582143+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:37:22.585146+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-09T04:37:22.656640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-09T04:37:22.660750+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-09T04:37:22.694333+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-02-09T04:37:22.709008+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-09T04:43:11.141754+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-09T04:43:11.168909+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:43:11.168967+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:43:11.169003+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:43:11.171909+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-09T04:43:11.240990+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-09T04:43:11.244810+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-09T04:43:11.268279+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-09T04:43:11.338282+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-09T04:43:11.582316+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"727493"},"request_uri":"http://127.0.0.1:8000/_wdt/727493","method":"GET"} []
[2021-02-09T04:43:13.241110+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-09T04:43:13.258113+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:43:13.258172+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:43:13.258206+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:43:13.259485+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-09T04:43:13.328593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-09T04:43:13.331994+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-09T04:43:13.343951+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-09T04:43:13.392359+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-09T04:43:13.572487+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1d86a0"},"request_uri":"http://127.0.0.1:8000/_wdt/1d86a0","method":"GET"} []
[2021-02-09T04:44:47.478227+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-09T04:44:47.496055+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:44:47.496119+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:44:47.496159+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:44:47.497511+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-09T04:44:47.556362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-09T04:44:47.559927+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-09T04:44:47.572016+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-09T04:44:47.618867+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-09T04:44:47.866626+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b8735"},"request_uri":"http://127.0.0.1:8000/_wdt/1b8735","method":"GET"} []
[2021-02-09T04:45:41.694957+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-09T04:45:41.722840+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:45:41.722900+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:45:41.722937+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:45:41.725927+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-09T04:45:41.812759+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-09T04:45:41.816690+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-09T04:45:41.840194+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-09T04:45:41.911383+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-09T04:45:42.147874+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f0add1"},"request_uri":"http://127.0.0.1:8000/_wdt/f0add1","method":"GET"} []
[2021-02-09T04:45:47.630139+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-02-09T04:45:47.648717+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:45:47.648780+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:45:47.648819+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:45:47.650203+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-09T04:45:47.722216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-09T04:45:47.735905+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-09T04:45:47.756969+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-09T04:45:47.806239+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-09T04:45:48.016607+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa30e9"},"request_uri":"http://127.0.0.1:8000/_wdt/fa30e9","method":"GET"} []
[2021-02-09T04:46:33.448631+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-02-09T04:46:33.476931+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-09T04:46:33.476990+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:46:33.477108+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-09T04:46:33.479794+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-09T04:46:33.551544+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-09T04:46:33.555615+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-09T04:46:33.587118+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-02-09T04:46:33.600131+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-02-09T04:46:37.252017+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" started [] []
[2021-02-09T04:46:38.160844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["2"] []
[2021-02-09T04:46:38.166172+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-09T04:46:38.166433+00:00] doctrine.DEBUG: UPDATE invoice SET emailstatus = ?, emaildate = ? WHERE id = ? [1,"2021-02-09T04:46:38+00:00",2] []
[2021-02-09T04:46:38.166883+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-09T04:46:38.182620+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-09T04:46:38.210726+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" stopping [] []
[2021-02-09T04:46:38.355174+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" stopped [] []
[2021-02-11T09:28:45.059885+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2021-02-11T09:28:45.125731+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:28:45.125787+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:28:45.125819+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:28:45.134274+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-11T09:28:45.184056+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2021-02-11T09:28:45.185299+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-02-11T09:28:45.411770+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-02-11T09:28:45.426772+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:28:45.426824+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:28:45.426857+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:28:45.546704+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-11T09:28:45.810289+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bfa99f"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/bfa99f","method":"GET"} []
[2021-02-11T09:28:48.232690+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-02-11T09:28:48.256274+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:28:48.256328+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:28:48.256361+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:28:48.298934+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-11T09:28:48.510678+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"780318"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/780318","method":"GET"} []
[2021-02-11T09:28:49.761381+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-02-11T09:28:49.780565+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:28:49.780620+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:28:49.780654+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:28:49.818116+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-11T09:28:49.958182+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"45752c"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/45752c","method":"GET"} []
[2021-02-11T09:28:50.980213+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-02-11T09:28:50.995698+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:28:50.995760+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:28:50.995798+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:28:51.025078+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-11T09:28:51.158148+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b0445f"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/b0445f","method":"GET"} []
[2021-02-11T09:30:54.803951+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2021-02-11T09:30:54.826665+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:30:54.826715+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:30:54.826747+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:30:54.829706+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-11T09:30:54.848420+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2021-02-11T09:30:54.848892+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-02-11T09:30:55.017170+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-02-11T09:30:55.031843+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:30:55.031891+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:30:55.031923+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:30:55.062578+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-11T09:30:55.679709+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1d088a"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/1d088a","method":"GET"} []
[2021-02-11T09:31:00.438749+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/register","method":"GET"} []
[2021-02-11T09:31:00.457315+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:31:00.457425+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:31:00.457460+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:31:00.781444+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-11T09:31:01.160076+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b138b5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/b138b5","method":"GET"} []
[2021-02-11T09:32:33.430640+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/register","method":"POST"} []
[2021-02-11T09:32:33.450361+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:32:33.450412+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:32:33.450443+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:32:33.451842+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-11T09:32:33.971738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? ["kazi@cross-world.com"] []
[2021-02-11T09:32:34.199780+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-11T09:32:34.201569+00:00] doctrine.DEBUG: INSERT INTO user (email, roles, password, name, pin) VALUES (?, ?, ?, ?, ?) {"1":"kazi@cross-world.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]","4":"Kazi Lutful Hoque","5":9473} []
[2021-02-11T09:32:34.203060+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-11T09:32:34.219311+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:32:34.397241+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2021-02-11T09:32:34.418557+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:32:34.418607+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:32:34.418638+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:32:34.420217+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:32:34.490483+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] []
[2021-02-11T09:32:34.497313+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"kazi@cross-world.com"} []
[2021-02-11T09:32:34.609248+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T09:32:34.655015+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:32:35.200482+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6e67e6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/6e67e6","method":"GET"} []
[2021-02-11T09:32:50.108869+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-02-11T09:32:50.129244+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:32:50.129299+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:32:50.129331+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:32:50.131376+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:32:50.200599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] []
[2021-02-11T09:32:50.204369+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"kazi@cross-world.com"} []
[2021-02-11T09:32:50.265954+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T09:32:50.295761+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:32:50.545272+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"15c63d"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/15c63d","method":"GET"} []
[2021-02-11T09:32:53.940504+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T09:32:53.960501+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:32:53.960580+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:32:53.960639+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:32:53.962258+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:32:54.019157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] []
[2021-02-11T09:32:54.022708+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"kazi@cross-world.com"} []
[2021-02-11T09:32:54.035566+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T09:32:54.088813+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:32:54.398674+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"884b6d"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/884b6d","method":"GET"} []
[2021-02-11T09:33:26.245471+00:00] request.INFO: Matched route "invoice_payment". {"route":"invoice_payment","route_parameters":{"_route":"invoice_payment","_controller":"App\\Controller\\InvoiceController::payment","id":"2"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/payment/2?redirect_to=%2Finvoice","method":"GET"} []
[2021-02-11T09:33:26.260694+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:33:26.260744+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:33:26.260775+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:33:26.261937+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:33:26.316344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] []
[2021-02-11T09:33:26.319734+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"kazi@cross-world.com"} []
[2021-02-11T09:33:26.335906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["2"] []
[2021-02-11T09:33:26.343455+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-11T09:33:26.343743+00:00] doctrine.DEBUG: UPDATE invoice SET paymentstatus = ?, paymentdate = ? WHERE id = ? [1,"2021-02-11T09:33:26+00:00",2] []
[2021-02-11T09:33:26.344989+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-11T09:33:26.360788+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:33:32.184084+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T09:33:32.206180+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:33:32.206230+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:33:32.206261+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:33:32.208241+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:33:32.278134+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] []
[2021-02-11T09:33:32.281787+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"kazi@cross-world.com"} []
[2021-02-11T09:33:32.300703+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T09:33:32.354202+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:33:32.565097+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1803f6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/1803f6","method":"GET"} []
[2021-02-11T09:33:39.432928+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-02-11T09:33:39.455611+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:33:39.455664+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:33:39.455696+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:33:39.457640+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:33:39.516360+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] []
[2021-02-11T09:33:39.519994+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"kazi@cross-world.com"} []
[2021-02-11T09:33:39.544037+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-11T09:33:39.627252+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-11T09:33:39.635754+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6,5,3]] []
[2021-02-11T09:33:39.640122+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-11T09:33:39.641972+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:33:39.856929+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6d0a99"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/6d0a99","method":"GET"} []
[2021-02-11T09:33:45.722926+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T09:33:45.737818+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:33:45.737865+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:33:45.737895+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:33:45.739096+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:33:45.804711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] []
[2021-02-11T09:33:45.808028+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"kazi@cross-world.com"} []
[2021-02-11T09:33:45.819038+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T09:33:45.860960+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:33:46.051920+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"530faf"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/530faf","method":"GET"} []
[2021-02-11T09:33:54.574025+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-02-11T09:33:54.589059+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:33:54.589107+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:33:54.589138+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:33:54.590248+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:33:54.645450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] []
[2021-02-11T09:33:54.648683+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"kazi@cross-world.com"} []
[2021-02-11T09:33:54.659197+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-11T09:33:54.710217+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-11T09:33:54.713282+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6,5,3]] []
[2021-02-11T09:33:54.716067+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-11T09:33:54.717168+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:33:54.939138+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d421d5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/d421d5","method":"GET"} []
[2021-02-11T09:34:06.291685+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-02-11T09:34:06.307388+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:34:06.307442+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:34:06.307478+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:34:06.308641+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:34:06.348312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] []
[2021-02-11T09:34:06.351598+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"kazi@cross-world.com"} []
[2021-02-11T09:34:06.396899+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T09:34:06.418284+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:34:06.626178+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"153fde"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/153fde","method":"GET"} []
[2021-02-11T09:35:55.029118+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T09:35:55.051529+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:35:55.051579+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:35:55.051610+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:35:55.053566+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:35:55.122944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] []
[2021-02-11T09:35:55.126620+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"kazi@cross-world.com"} []
[2021-02-11T09:35:55.145004+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T09:35:55.202233+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:35:55.482919+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53d378"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/53d378","method":"GET"} []
[2021-02-11T09:36:01.844906+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2021-02-11T09:36:01.859230+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:36:01.859277+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:36:01.859307+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:36:01.860367+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:36:01.907078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] []
[2021-02-11T09:36:01.910306+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"kazi@cross-world.com"} []
[2021-02-11T09:36:01.953477+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T09:36:01.975573+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:36:02.188750+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"035ceb"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/035ceb","method":"GET"} []
[2021-02-11T09:36:06.748332+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2021-02-11T09:36:06.771159+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:36:06.771214+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:36:06.771290+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:36:06.774135+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-11T09:36:06.792555+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2021-02-11T09:36:06.793021+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-02-11T09:36:06.941730+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-02-11T09:36:06.956307+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:36:06.956357+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:36:06.956390+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:36:06.987097+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-11T09:36:07.419984+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a3535"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/8a3535","method":"GET"} []
[2021-02-11T09:36:17.829052+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2021-02-11T09:36:17.851494+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:36:17.851545+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:36:17.851575+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:36:17.853496+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:36:17.943201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] []
[2021-02-11T09:36:17.968302+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"kazi@cross-world.com"} []
[2021-02-11T09:36:18.035151+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T09:36:18.066054+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:36:18.291177+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed212e"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/ed212e","method":"GET"} []
[2021-02-11T09:36:28.960735+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2021-02-11T09:36:28.975360+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:36:28.975408+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:36:28.975437+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:36:28.977006+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:36:29.042255+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [3] []
[2021-02-11T09:36:29.045853+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"kazi@cross-world.com"} []
[2021-02-11T09:36:29.103932+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T09:36:29.132334+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:36:29.466499+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb16d4"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/eb16d4","method":"GET"} []
[2021-02-11T09:39:50.461136+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2021-02-11T09:39:50.487161+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:39:50.487219+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:39:50.487261+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:39:50.488545+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:39:50.545185+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2021-02-11T09:39:50.772179+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because \"App\\Security\\LoginFormAuthenticator::checkCredentials()\" did not return true. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-guard\\Provider\\GuardAuthenticationProvider.php:124)","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:39:50.782039+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:39:50.962739+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-02-11T09:39:50.986111+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:39:50.986167+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:39:50.986202+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:39:51.029208+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-11T09:39:51.178937+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"677171"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/677171","method":"GET"} []
[2021-02-11T09:39:55.476880+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2021-02-11T09:39:55.493486+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:39:55.493560+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:39:55.493603+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:39:55.494248+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:39:55.572614+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2021-02-11T09:39:55.792677+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:39:55.795070+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 11 Feb 2021 09:39:55 GMT\r\nLocation: http://192.168.0.190:8081/InvoiceTracking/public/index.php/\r\n\r\n\n\n \n \n \n\n Redirecting to http://192.168.0.190:8081/InvoiceTracking/public/index.php/\n \n \n Redirecting to http://192.168.0.190:8081/InvoiceTracking/public/index.php/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:39:55.795137+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:39:55.795167+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:39:55.801447+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:39:55.915392+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2021-02-11T09:39:55.931210+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:39:55.931271+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:39:55.931306+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:39:55.932612+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:39:55.996454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:39:55.999909+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:39:56.061338+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T09:39:56.092637+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:39:56.333044+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"52f59a"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/52f59a","method":"GET"} []
[2021-02-11T09:39:59.900364+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T09:39:59.921912+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:39:59.921991+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:39:59.922032+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:39:59.924344+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:40:00.003041+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:40:00.007403+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:40:00.028087+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T09:40:00.085522+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:40:00.245544+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"14a9ba"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/14a9ba","method":"GET"} []
[2021-02-11T09:40:06.453549+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-02-11T09:40:06.479575+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:40:06.479633+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:40:06.479666+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:40:06.481736+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:40:06.541136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:40:06.545310+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:40:06.610633+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T09:40:06.642902+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:40:06.808025+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"218999"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/218999","method":"GET"} []
[2021-02-11T09:40:34.405628+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"POST"} []
[2021-02-11T09:40:34.424272+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:40:34.490773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:40:34.494205+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:40:34.494271+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:40:34.494353+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:40:34.494388+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:40:34.552986+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["5"]] []
[2021-02-11T09:40:34.764695+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-11T09:40:34.766578+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"57894","2":"2021-02-11T00:00:00+00:00","3":"56858","4":5000.0,"5":"-","6":null,"7":null,"8":"2021-02-15T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":5} []
[2021-02-11T09:40:34.767536+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-11T09:40:34.783205+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:40:34.945700+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T09:40:34.968385+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:40:34.968438+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:40:34.968470+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:40:34.970440+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:40:35.041878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:40:35.045516+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:40:35.063874+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T09:40:35.119861+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:40:35.289237+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a9326b"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/a9326b","method":"GET"} []
[2021-02-11T09:40:39.586359+00:00] request.INFO: Matched route "invoice_payment". {"route":"invoice_payment","route_parameters":{"_route":"invoice_payment","_controller":"App\\Controller\\InvoiceController::payment","id":"4"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/payment/4?redirect_to=%2Finvoice","method":"GET"} []
[2021-02-11T09:40:39.604358+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:40:39.604417+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:40:39.604453+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:40:39.606526+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:40:39.671203+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:40:39.676513+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:40:39.689981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["4"] []
[2021-02-11T09:40:39.696558+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-11T09:40:39.696852+00:00] doctrine.DEBUG: UPDATE invoice SET paymentstatus = ?, paymentdate = ? WHERE id = ? [1,"2021-02-11T09:40:39+00:00",4] []
[2021-02-11T09:40:39.700278+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-11T09:40:39.717600+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:42:32.546199+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T09:42:32.570938+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:42:32.570995+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:42:32.571028+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:42:32.573410+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:42:32.647692+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:42:32.651585+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:42:32.671236+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T09:42:32.744874+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:42:32.947934+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9402d"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/c9402d","method":"GET"} []
[2021-02-11T09:43:13.437906+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-02-11T09:43:13.464012+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:43:13.464075+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:43:13.464113+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:43:13.466332+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:43:13.537571+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:43:13.541240+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:43:13.604446+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T09:43:13.643945+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:43:13.851099+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a1719"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/0a1719","method":"GET"} []
[2021-02-11T09:43:35.133663+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"POST"} []
[2021-02-11T09:43:35.157089+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:43:35.224241+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:43:35.228007+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:43:35.228079+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:43:35.228114+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:43:35.228143+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:43:35.286540+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["3"]] []
[2021-02-11T09:43:35.367235+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-11T09:43:35.369148+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"57894","2":"2021-02-11T00:00:00+00:00","3":"123455","4":5000.0,"5":"-","6":null,"7":null,"8":"2021-02-11T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":3} []
[2021-02-11T09:43:35.372473+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-11T09:43:35.382592+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:43:35.503048+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T09:43:35.518923+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:43:35.518982+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:43:35.519020+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:43:35.520259+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:43:35.588636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:43:35.598053+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:43:35.615736+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T09:43:35.659455+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:43:35.828054+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7415b"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/a7415b","method":"GET"} []
[2021-02-11T09:43:38.979343+00:00] request.INFO: Matched route "invoice_payment". {"route":"invoice_payment","route_parameters":{"_route":"invoice_payment","_controller":"App\\Controller\\InvoiceController::payment","id":"5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/payment/5?redirect_to=%2Finvoice","method":"GET"} []
[2021-02-11T09:43:38.998309+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:43:38.998520+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:43:38.998590+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:43:39.000726+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:43:39.066942+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:43:39.077711+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:43:39.103688+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["5"] []
[2021-02-11T09:43:39.110193+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-11T09:43:39.110490+00:00] doctrine.DEBUG: UPDATE invoice SET paymentstatus = ?, paymentdate = ? WHERE id = ? [1,"2021-02-11T09:43:39+00:00",5] []
[2021-02-11T09:43:39.112848+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-11T09:43:39.133493+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:43:39.287916+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T09:43:39.311294+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:43:39.311352+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:43:39.311385+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:43:39.313463+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:43:39.392662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:43:39.396370+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:43:39.415492+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T09:43:39.471019+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:43:39.627290+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f776b7"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/f776b7","method":"GET"} []
[2021-02-11T09:44:57.760880+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-02-11T09:44:57.782080+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:44:57.782139+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:44:57.782175+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:44:57.784708+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:44:57.863012+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:44:57.867423+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:44:57.885035+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-11T09:44:57.957648+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-11T09:44:57.961469+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6,5,3]] []
[2021-02-11T09:44:57.964991+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-11T09:44:57.966664+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:44:58.119526+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9bf2dd"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/9bf2dd","method":"GET"} []
[2021-02-11T09:45:02.203789+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/show/5","method":"GET"} []
[2021-02-11T09:45:02.223960+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:02.224031+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:02.224070+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:02.225520+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:02.308119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:02.312430+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:02.319632+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["5"] []
[2021-02-11T09:45:02.393049+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:02.605886+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"da2f43"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/da2f43","method":"GET"} []
[2021-02-11T09:45:05.717809+00:00] request.INFO: Matched route "company_delete". {"route":"company_delete","route_parameters":{"_route":"company_delete","_controller":"App\\Controller\\CompanyController::delete","id":"5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/5","method":"DELETE"} []
[2021-02-11T09:45:05.741525+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:05.835004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:05.839295+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:05.839375+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:05.839413+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:05.839442+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:05.852017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["5"] []
[2021-02-11T09:45:05.867637+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-11T09:45:05.868205+00:00] doctrine.DEBUG: DELETE FROM company WHERE id = ? [5] []
[2021-02-11T09:45:05.877536+00:00] doctrine.DEBUG: "ROLLBACK" [] []
[2021-02-11T09:45:05.888304+00:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException: "An exception occurred while executing 'DELETE FROM company WHERE id = ?' with params [5]: SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`invoicetracking`.`invoice`, CONSTRAINT `FK_90651744979B1AD6` FOREIGN KEY (`company_id`) REFERENCES `company` (`id`))" at C:\Apache24\htdocs\InvoiceTracking\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 company WHERE id = ?' with params [5]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`invoicetracking`.`invoice`, CONSTRAINT `FK_90651744979B1AD6` FOREIGN KEY (`company_id`) REFERENCES `company` (`id`)) at C:\\Apache24\\htdocs\\InvoiceTracking\\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 (`invoicetracking`.`invoice`, CONSTRAINT `FK_90651744979B1AD6` FOREIGN KEY (`company_id`) REFERENCES `company` (`id`)) at C:\\Apache24\\htdocs\\InvoiceTracking\\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 (`invoicetracking`.`invoice`, CONSTRAINT `FK_90651744979B1AD6` FOREIGN KEY (`company_id`) REFERENCES `company` (`id`)) at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:115)"} []
[2021-02-11T09:45:06.055414+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:06.330108+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"008758"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/008758","method":"GET"} []
[2021-02-11T09:45:11.807136+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T09:45:11.823708+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:11.823767+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:11.823806+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:11.825019+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:11.892254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:11.895770+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:11.908017+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T09:45:11.962648+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:12.121154+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f776f"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/7f776f","method":"GET"} []
[2021-02-11T09:45:14.729097+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"2"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/2","method":"GET"} []
[2021-02-11T09:45:14.746126+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:14.746183+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:14.746216+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:14.747386+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:14.804158+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:14.808802+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:14.820789+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["2"] []
[2021-02-11T09:45:14.874896+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-02-11T09:45:14.887661+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:15.087161+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"81acb1"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/81acb1","method":"GET"} []
[2021-02-11T09:45:16.876104+00:00] request.INFO: Matched route "invoice_delete". {"route":"invoice_delete","route_parameters":{"_route":"invoice_delete","_controller":"App\\Controller\\InvoiceController::delete","id":"2"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"DELETE"} []
[2021-02-11T09:45:16.902017+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:16.978931+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:16.984747+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:16.984819+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:16.984857+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:16.984889+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:17.007172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["2"] []
[2021-02-11T09:45:17.014910+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-11T09:45:17.015204+00:00] doctrine.DEBUG: DELETE FROM invoice WHERE id = ? [2] []
[2021-02-11T09:45:17.017889+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-11T09:45:17.040836+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:17.199880+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T09:45:17.223617+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:17.223675+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:17.223711+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:17.225770+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:17.310007+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:17.313903+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:17.332081+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T09:45:17.386309+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:17.540626+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c44ee"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/0c44ee","method":"GET"} []
[2021-02-11T09:45:19.783293+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"3"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/3","method":"GET"} []
[2021-02-11T09:45:19.800236+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:19.800324+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:19.800362+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:19.801577+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:19.865035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:19.868396+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:19.881125+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["3"] []
[2021-02-11T09:45:19.901175+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-02-11T09:45:19.914895+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:20.103505+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a1bea0"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/a1bea0","method":"GET"} []
[2021-02-11T09:45:21.756479+00:00] request.INFO: Matched route "invoice_delete". {"route":"invoice_delete","route_parameters":{"_route":"invoice_delete","_controller":"App\\Controller\\InvoiceController::delete","id":"3"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/3","method":"DELETE"} []
[2021-02-11T09:45:21.782130+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:21.860361+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:21.866816+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:21.866890+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:21.866925+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:21.866955+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:21.890369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["3"] []
[2021-02-11T09:45:21.898041+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-11T09:45:21.898340+00:00] doctrine.DEBUG: DELETE FROM invoice WHERE id = ? [3] []
[2021-02-11T09:45:21.898708+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-11T09:45:21.920412+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:22.078274+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T09:45:22.102098+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:22.102157+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:22.102193+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:22.104193+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:22.171793+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:22.175465+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:22.193546+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T09:45:22.247759+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:22.409683+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5747da"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/5747da","method":"GET"} []
[2021-02-11T09:45:23.710962+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"4"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/4","method":"GET"} []
[2021-02-11T09:45:23.728561+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:23.728625+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:23.728661+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:23.729863+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:23.792638+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:23.795929+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:23.808619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["4"] []
[2021-02-11T09:45:23.828865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [5] []
[2021-02-11T09:45:23.842909+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:24.031300+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1aa7b5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/1aa7b5","method":"GET"} []
[2021-02-11T09:45:25.588238+00:00] request.INFO: Matched route "invoice_delete". {"route":"invoice_delete","route_parameters":{"_route":"invoice_delete","_controller":"App\\Controller\\InvoiceController::delete","id":"4"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/4","method":"DELETE"} []
[2021-02-11T09:45:25.613044+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:25.693071+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:25.697073+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:25.697144+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:25.697179+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:25.697208+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:25.719528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["4"] []
[2021-02-11T09:45:25.727192+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-11T09:45:25.727520+00:00] doctrine.DEBUG: DELETE FROM invoice WHERE id = ? [4] []
[2021-02-11T09:45:25.727899+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-11T09:45:25.750398+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:25.904983+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T09:45:25.929514+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:25.929572+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:25.929604+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:25.931670+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:26.001985+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:26.005767+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:26.024532+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T09:45:26.080596+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:26.235077+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3cb265"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/3cb265","method":"GET"} []
[2021-02-11T09:45:27.189764+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/5","method":"GET"} []
[2021-02-11T09:45:27.206334+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:27.206390+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:27.206423+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:27.207580+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:27.266363+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:27.269713+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:27.282115+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["5"] []
[2021-02-11T09:45:27.302181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [3] []
[2021-02-11T09:45:27.315505+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:27.513517+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a50eac"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/a50eac","method":"GET"} []
[2021-02-11T09:45:30.186359+00:00] request.INFO: Matched route "invoice_delete". {"route":"invoice_delete","route_parameters":{"_route":"invoice_delete","_controller":"App\\Controller\\InvoiceController::delete","id":"5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/5","method":"DELETE"} []
[2021-02-11T09:45:30.210794+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:30.299122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:30.314884+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:30.315127+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:30.315275+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:30.315393+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:30.353118+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["5"] []
[2021-02-11T09:45:30.360774+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-11T09:45:30.361091+00:00] doctrine.DEBUG: DELETE FROM invoice WHERE id = ? [5] []
[2021-02-11T09:45:30.363720+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-11T09:45:30.383653+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:30.541961+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T09:45:30.564714+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:30.564773+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:30.564806+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:30.566765+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:30.637373+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:30.641026+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:30.658740+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T09:45:30.723102+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:30.874712+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ebfd82"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/ebfd82","method":"GET"} []
[2021-02-11T09:45:31.894487+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"1"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/1","method":"GET"} []
[2021-02-11T09:45:31.911495+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:31.911555+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:31.911588+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:31.913009+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:31.972105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:31.975467+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:31.988344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["1"] []
[2021-02-11T09:45:32.008238+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-02-11T09:45:32.022251+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:32.203587+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"043065"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/043065","method":"GET"} []
[2021-02-11T09:45:33.819699+00:00] request.INFO: Matched route "invoice_delete". {"route":"invoice_delete","route_parameters":{"_route":"invoice_delete","_controller":"App\\Controller\\InvoiceController::delete","id":"1"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/1","method":"DELETE"} []
[2021-02-11T09:45:33.845351+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:33.923849+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:33.927709+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:33.927781+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:33.927816+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:33.927845+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:33.950339+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["1"] []
[2021-02-11T09:45:33.958075+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-11T09:45:33.958361+00:00] doctrine.DEBUG: DELETE FROM invoice WHERE id = ? [1] []
[2021-02-11T09:45:33.959815+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-11T09:45:33.980437+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:34.137969+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T09:45:34.160993+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:34.161053+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:34.161087+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:34.163088+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:34.236126+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:34.239919+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:34.257842+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T09:45:34.312066+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:34.454366+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c8914"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/2c8914","method":"GET"} []
[2021-02-11T09:45:37.886274+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T09:45:37.901868+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:37.901932+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:37.901965+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:37.903164+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:37.967090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:37.970576+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:37.981098+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T09:45:38.023029+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:38.179340+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a2f0ca"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/a2f0ca","method":"GET"} []
[2021-02-11T09:45:38.941772+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-02-11T09:45:38.957146+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:38.957206+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:38.957241+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:38.958419+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:39.020069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:39.023409+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:39.035829+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-11T09:45:39.093164+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-11T09:45:39.096916+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6,5,3]] []
[2021-02-11T09:45:39.100437+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-11T09:45:39.101644+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:39.258383+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"759f7a"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/759f7a","method":"GET"} []
[2021-02-11T09:45:40.938694+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"3"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/show/3","method":"GET"} []
[2021-02-11T09:45:40.955347+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:40.955403+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:40.955439+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:40.956604+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:41.008355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:41.011702+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:41.018099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2021-02-11T09:45:41.039906+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:41.193490+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f8e47"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/8f8e47","method":"GET"} []
[2021-02-11T09:45:43.159663+00:00] request.INFO: Matched route "company_delete". {"route":"company_delete","route_parameters":{"_route":"company_delete","_controller":"App\\Controller\\CompanyController::delete","id":"3"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/3","method":"DELETE"} []
[2021-02-11T09:45:43.178069+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:43.222449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:43.225744+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:43.225857+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:43.225896+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:43.225927+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:43.232396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["3"] []
[2021-02-11T09:45:43.242620+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-11T09:45:43.243168+00:00] doctrine.DEBUG: DELETE FROM company WHERE id = ? [3] []
[2021-02-11T09:45:43.244051+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-11T09:45:43.259261+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:43.376452+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-02-11T09:45:43.393546+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:43.393608+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:43.393645+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:43.394886+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:43.454064+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:43.457580+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:43.468609+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-11T09:45:43.523773+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-11T09:45:43.526791+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6,5]] []
[2021-02-11T09:45:43.529807+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-11T09:45:43.530973+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:43.685180+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"24313c"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/24313c","method":"GET"} []
[2021-02-11T09:45:45.068804+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/show/5","method":"GET"} []
[2021-02-11T09:45:45.086260+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:45.086318+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:45.086354+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:45.087560+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:45.142367+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:45.145792+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:45.151807+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["5"] []
[2021-02-11T09:45:45.175041+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:45.326827+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"052d97"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/052d97","method":"GET"} []
[2021-02-11T09:45:47.526175+00:00] request.INFO: Matched route "company_delete". {"route":"company_delete","route_parameters":{"_route":"company_delete","_controller":"App\\Controller\\CompanyController::delete","id":"5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/5","method":"DELETE"} []
[2021-02-11T09:45:47.544971+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:47.602425+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:47.605837+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:47.605906+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:47.605992+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:47.606026+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:47.612364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["5"] []
[2021-02-11T09:45:47.622629+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-11T09:45:47.623161+00:00] doctrine.DEBUG: DELETE FROM company WHERE id = ? [5] []
[2021-02-11T09:45:47.624327+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-11T09:45:47.637796+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:47.749714+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-02-11T09:45:47.765055+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:47.765109+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:47.765142+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:47.766289+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:45:47.822478+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:45:47.825726+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:45:47.836382+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-11T09:45:47.888284+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-11T09:45:47.891328+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6]] []
[2021-02-11T09:45:47.894137+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-11T09:45:47.895346+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:45:48.051875+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92e158"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/92e158","method":"GET"} []
[2021-02-11T09:45:59.955946+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-02-11T09:45:59.978850+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:45:59.978905+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:59.978937+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:45:59.981017+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:46:00.058521+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:46:00.062223+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:46:00.124980+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T09:46:00.156160+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:46:00.316131+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e2d4eb"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/e2d4eb","method":"GET"} []
[2021-02-11T09:46:01.364379+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T09:46:01.380470+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:46:01.380524+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:46:01.380559+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:46:01.381764+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:46:01.422406+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:46:01.425700+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:46:01.436539+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T09:46:01.480749+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:46:01.633495+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ae0e9a"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/ae0e9a","method":"GET"} []
[2021-02-11T09:46:02.705788+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-02-11T09:46:02.722029+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:46:02.722086+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:46:02.722121+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:46:02.723323+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:46:02.763727+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:46:02.767005+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:46:02.779201+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-11T09:46:02.834020+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-11T09:46:02.838317+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6]] []
[2021-02-11T09:46:02.841454+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-11T09:46:02.842686+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:46:02.991269+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7248a5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/7248a5","method":"GET"} []
[2021-02-11T09:46:11.700952+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"7"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/show/7","method":"GET"} []
[2021-02-11T09:46:11.717729+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:46:11.717789+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:46:11.717825+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:46:11.719133+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:46:11.783919+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:46:11.787325+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:46:11.793460+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["7"] []
[2021-02-11T09:46:11.816573+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:46:11.975146+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b9852"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/6b9852","method":"GET"} []
[2021-02-11T09:46:13.150264+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-02-11T09:46:13.166858+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:46:13.166917+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:46:13.166953+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:46:13.168208+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:46:13.238583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:46:13.252296+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:46:13.323885+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T09:46:13.346837+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:46:13.493611+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef375f"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/ef375f","method":"GET"} []
[2021-02-11T09:47:15.927859+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-02-11T09:47:15.943285+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:47:15.943339+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:47:15.943371+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:47:15.944508+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:47:16.014598+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:47:16.024757+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:47:16.076354+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T09:47:16.126690+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:47:16.322185+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"afbc13"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/afbc13","method":"GET"} []
[2021-02-11T09:48:02.336956+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-02-11T09:48:02.361564+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:48:02.361620+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:48:02.361704+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:48:02.363671+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:48:02.425532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:48:02.429140+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:48:02.490065+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T09:48:02.525130+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:48:02.687091+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"12393d"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/12393d","method":"GET"} []
[2021-02-11T09:48:17.109022+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"POST"} []
[2021-02-11T09:48:17.132266+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:48:17.208874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:48:17.221453+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:48:17.221632+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:48:17.221737+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:48:17.221824+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:48:17.303547+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["7"]] []
[2021-02-11T09:48:17.381631+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-11T09:48:17.383164+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"57894","2":"2021-02-11T00:00:00+00:00","3":null,"4":5000.0,"5":"-","6":null,"7":null,"8":"2021-02-18T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":7} []
[2021-02-11T09:48:17.383624+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-11T09:48:17.395136+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:48:17.515681+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T09:48:17.532668+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:48:17.532728+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:48:17.532761+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:48:17.533925+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:48:17.595374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:48:17.598667+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:48:17.609118+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T09:48:17.705840+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:48:17.926806+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c001cf"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/c001cf","method":"GET"} []
[2021-02-11T09:48:27.718214+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/6","method":"GET"} []
[2021-02-11T09:48:27.734365+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:48:27.734423+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:48:27.734457+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:48:27.735732+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:48:27.806609+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:48:27.821136+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:48:27.840172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["6"] []
[2021-02-11T09:48:27.860877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-02-11T09:48:27.874484+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:48:28.077241+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ddb488"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/ddb488","method":"GET"} []
[2021-02-11T09:51:49.989207+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/6","method":"GET"} []
[2021-02-11T09:51:50.015547+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:51:50.015607+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:51:50.015646+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:51:50.017763+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:51:50.095474+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:51:50.099464+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:51:50.121879+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["6"] []
[2021-02-11T09:51:50.164545+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-02-11T09:51:50.177822+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:51:50.394058+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1063bf"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/1063bf","method":"GET"} []
[2021-02-11T09:52:02.108460+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/6/edit","method":"GET"} []
[2021-02-11T09:52:02.132231+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:52:02.132288+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:52:02.132320+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:52:02.134415+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:52:02.221388+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:52:02.236725+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:52:02.285910+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["6"] []
[2021-02-11T09:52:02.347762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-02-11T09:52:02.351543+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T09:52:02.400551+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:52:02.616177+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d61c74"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/d61c74","method":"GET"} []
[2021-02-11T09:52:07.882123+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/6/edit","method":"POST"} []
[2021-02-11T09:52:07.904113+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:52:07.992182+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:52:07.997980+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:52:07.998051+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:52:07.998087+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:52:07.998115+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:52:08.021128+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["6"] []
[2021-02-11T09:52:08.083436+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-02-11T09:52:08.089453+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["7"]] []
[2021-02-11T09:52:08.168681+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:52:08.328075+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T09:52:08.350491+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:52:08.350546+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:52:08.350577+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:52:08.352516+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:52:08.422816+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:52:08.426419+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:52:08.443105+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T09:52:08.488340+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:52:08.648964+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa4dbc"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/aa4dbc","method":"GET"} []
[2021-02-11T09:52:12.252776+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/6","method":"GET"} []
[2021-02-11T09:52:12.271098+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:52:12.271183+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:52:12.271225+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:52:12.272715+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:52:12.337734+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:52:12.341798+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:52:12.354429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["6"] []
[2021-02-11T09:52:12.374706+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-02-11T09:52:12.387709+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:52:12.591073+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd8d57"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/dd8d57","method":"GET"} []
[2021-02-11T09:52:14.734776+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/6/edit","method":"GET"} []
[2021-02-11T09:52:14.754700+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:52:14.754758+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:52:14.754791+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:52:14.756865+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:52:14.837655+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:52:14.852769+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:52:14.882374+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["6"] []
[2021-02-11T09:52:14.943229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-02-11T09:52:14.947178+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T09:52:14.971685+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:52:15.162489+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b690f1"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/b690f1","method":"GET"} []
[2021-02-11T09:52:16.942165+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/6/edit","method":"POST"} []
[2021-02-11T09:52:16.964396+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:52:17.040461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:52:17.044107+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:52:17.044173+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:52:17.044206+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:52:17.044284+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:52:17.066079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["6"] []
[2021-02-11T09:52:17.128762+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-02-11T09:52:17.134676+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["7"]] []
[2021-02-11T09:52:17.216179+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:52:17.375612+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T09:52:17.398296+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:52:17.398349+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:52:17.398381+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:52:17.400569+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:52:17.464970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:52:17.468516+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:52:17.485579+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T09:52:17.531128+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:52:17.676831+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f9083"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/2f9083","method":"GET"} []
[2021-02-11T09:54:46.090758+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T09:54:46.115498+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:54:46.115555+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:54:46.115588+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:54:46.117707+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:54:46.193606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:54:46.197450+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:54:46.217773+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T09:54:46.281910+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:54:46.457014+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b72924"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/b72924","method":"GET"} []
[2021-02-11T09:54:49.028128+00:00] request.INFO: Matched route "invoice_payment". {"route":"invoice_payment","route_parameters":{"_route":"invoice_payment","_controller":"App\\Controller\\InvoiceController::payment","id":"6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/payment/6?redirect_to=%2Finvoice","method":"GET"} []
[2021-02-11T09:54:49.045389+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:54:49.045447+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:54:49.045484+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:54:49.046690+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:54:49.092253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:54:49.095691+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:54:49.109362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["6"] []
[2021-02-11T09:54:49.114118+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-11T09:54:49.114347+00:00] doctrine.DEBUG: UPDATE invoice SET paymentstatus = ?, paymentdate = ? WHERE id = ? [1,"2021-02-11T09:54:49+00:00",6] []
[2021-02-11T09:54:49.114747+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-11T09:54:49.137232+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:54:49.294319+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T09:54:49.317896+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:54:49.317951+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:54:49.317983+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:54:49.320060+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:54:49.389948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:54:49.396822+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:54:49.423593+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T09:54:49.476988+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:54:49.618193+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d5336"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/9d5336","method":"GET"} []
[2021-02-11T09:54:53.604313+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/6","method":"GET"} []
[2021-02-11T09:54:53.621038+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:54:53.621101+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:54:53.621138+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:54:53.622391+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:54:53.678611+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:54:53.681870+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:54:53.694875+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["6"] []
[2021-02-11T09:54:53.716001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-02-11T09:54:53.730565+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:54:53.926911+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00855c"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/00855c","method":"GET"} []
[2021-02-11T09:54:56.012284+00:00] request.INFO: Matched route "invoice_delete". {"route":"invoice_delete","route_parameters":{"_route":"invoice_delete","_controller":"App\\Controller\\InvoiceController::delete","id":"6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/6","method":"DELETE"} []
[2021-02-11T09:54:56.035992+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:54:56.117429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:54:56.121110+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:54:56.121171+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:54:56.121257+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:54:56.121292+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:54:56.143874+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["6"] []
[2021-02-11T09:54:56.150873+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-11T09:54:56.151134+00:00] doctrine.DEBUG: DELETE FROM invoice WHERE id = ? [6] []
[2021-02-11T09:54:56.151505+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-11T09:54:56.173350+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:54:56.332162+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T09:54:56.354803+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:54:56.354858+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:54:56.354890+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:54:56.356857+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:54:56.429837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:54:56.433445+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:54:56.451416+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T09:54:56.505863+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:54:56.650824+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a58f92"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/a58f92","method":"GET"} []
[2021-02-11T09:54:57.691646+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-02-11T09:54:57.708091+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:54:57.708153+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:54:57.708191+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:54:57.709435+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:54:57.751454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:54:57.754708+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:54:57.803531+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T09:54:57.826128+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:54:57.983189+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b27223"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/b27223","method":"GET"} []
[2021-02-11T09:54:59.025364+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T09:54:59.041748+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T09:54:59.041804+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:54:59.041839+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T09:54:59.043049+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T09:54:59.102053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T09:54:59.105474+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T09:54:59.116052+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T09:54:59.163541+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T09:54:59.319250+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"11e09f"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/11e09f","method":"GET"} []
[2021-02-11T11:21:43.393075+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2021-02-11T11:21:43.420036+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T11:21:43.420091+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T11:21:43.420123+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T11:21:43.423470+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-11T11:21:43.445837+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2021-02-11T11:21:43.446448+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-02-11T11:21:43.714159+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-02-11T11:21:43.728846+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T11:21:43.728895+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T11:21:43.728928+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T11:21:43.760717+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-11T11:21:44.599124+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0354f0"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/0354f0","method":"GET"} []
[2021-02-11T11:21:49.720973+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-02-11T11:21:49.746080+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T11:21:49.746135+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T11:21:49.746169+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T11:21:49.794613+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-11T11:21:50.396153+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a59d86"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/a59d86","method":"GET"} []
[2021-02-11T11:22:12.110157+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-02-11T11:22:12.135206+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T11:22:12.135258+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T11:22:12.135290+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T11:22:12.180492+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-11T11:22:12.497169+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"016281"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/016281","method":"GET"} []
[2021-02-11T11:22:20.116598+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/register","method":"GET"} []
[2021-02-11T11:22:20.131475+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T11:22:20.131527+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T11:22:20.131557+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T11:22:20.242775+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-11T11:22:20.598312+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f4b40"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/3f4b40","method":"GET"} []
[2021-02-11T11:23:36.005583+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/register","method":"POST"} []
[2021-02-11T11:23:36.020909+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T11:23:36.020957+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T11:23:36.020987+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T11:23:36.022354+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-11T11:23:36.148897+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? ["faraz@cross-world.com"] []
[2021-02-11T11:23:36.376121+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-11T11:23:36.377424+00:00] doctrine.DEBUG: INSERT INTO user (email, roles, password, name, pin) VALUES (?, ?, ?, ?, ?) {"1":"faraz@cross-world.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]","4":"Masrur Rahman Faraz","5":1482} []
[2021-02-11T11:23:36.378138+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-11T11:23:36.389717+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T11:23:36.577898+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2021-02-11T11:23:36.594418+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T11:23:36.594486+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T11:23:36.594547+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T11:23:36.596140+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T11:23:36.636419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T11:23:36.639774+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T11:23:36.693158+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T11:23:36.722193+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T11:23:37.671601+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f9aede"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/f9aede","method":"GET"} []
[2021-02-11T11:23:53.767195+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-02-11T11:23:53.786966+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T11:23:53.787021+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T11:23:53.787053+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T11:23:53.789055+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T11:23:53.843326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T11:23:53.847262+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T11:23:53.863727+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-11T11:23:53.941573+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-11T11:23:53.945793+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6]] []
[2021-02-11T11:23:53.949125+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-11T11:23:53.950356+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T11:23:54.227034+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a4ff4b"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/a4ff4b","method":"GET"} []
[2021-02-11T11:23:56.732580+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"7"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/show/7","method":"GET"} []
[2021-02-11T11:23:56.747720+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T11:23:56.747771+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T11:23:56.747803+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T11:23:56.748927+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T11:23:56.799840+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T11:23:56.803120+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T11:23:56.809308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["7"] []
[2021-02-11T11:23:56.830365+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T11:23:57.080757+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"58fea4"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/58fea4","method":"GET"} []
[2021-02-11T11:24:08.928101+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-02-11T11:24:08.943333+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T11:24:08.943383+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T11:24:08.943414+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T11:24:08.944537+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T11:24:08.994780+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T11:24:08.998070+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T11:24:09.045133+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T11:24:09.067244+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T11:24:09.352609+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"021a57"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/021a57","method":"GET"} []
[2021-02-11T11:24:11.340471+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T11:24:11.355268+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T11:24:11.355316+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T11:24:11.355346+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T11:24:11.356448+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T11:24:11.401753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T11:24:11.404991+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T11:24:11.415503+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T11:24:11.478803+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T11:24:11.758434+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d0791b"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/d0791b","method":"GET"} []
[2021-02-11T11:24:17.920694+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-02-11T11:24:17.935839+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T11:24:17.935890+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T11:24:17.935921+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T11:24:17.937046+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T11:24:17.986883+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T11:24:17.990121+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T11:24:18.032881+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T11:24:18.053940+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T11:24:18.348038+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"043e61"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/043e61","method":"GET"} []
[2021-02-11T12:01:45.646515+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"POST"} []
[2021-02-11T12:01:45.671985+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:01:45.729670+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:01:45.733499+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:01:45.733561+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:01:45.733595+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:01:45.733625+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:01:45.799863+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["7"]] []
[2021-02-11T12:01:45.890962+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T12:01:45.910222+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:01:46.210541+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86c267"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/86c267","method":"GET"} []
[2021-02-11T12:01:50.151654+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T12:01:50.174306+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:01:50.174357+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:01:50.174388+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:01:50.176350+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:01:50.247872+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:01:50.254632+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:01:50.277747+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T12:01:50.334584+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:01:50.633274+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c3e59"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/0c3e59","method":"GET"} []
[2021-02-11T12:01:52.994213+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-02-11T12:01:53.009413+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:01:53.009464+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:01:53.009496+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:01:53.010600+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:01:53.061514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:01:53.064780+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:01:53.077274+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-11T12:01:53.131028+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-11T12:01:53.134863+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6]] []
[2021-02-11T12:01:53.138021+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-11T12:01:53.139236+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:01:53.432063+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0420ae"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/0420ae","method":"GET"} []
[2021-02-11T12:01:55.739441+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T12:01:55.754311+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:01:55.754360+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:01:55.754391+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:01:55.755509+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:01:55.814150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:01:55.817395+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:01:55.827731+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T12:01:55.867850+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:01:56.164335+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f6213"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/8f6213","method":"GET"} []
[2021-02-11T12:01:56.430207+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-02-11T12:01:56.445325+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:01:56.445375+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:01:56.445406+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:01:56.446541+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:01:56.499219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:01:56.502482+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:01:56.548798+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T12:01:56.570291+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:01:56.875236+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0417f"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/e0417f","method":"GET"} []
[2021-02-11T12:02:04.457987+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-02-11T12:02:04.473186+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:02:04.473234+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:02:04.473265+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:02:04.474394+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:02:04.528610+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:02:04.531895+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:02:04.542517+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-11T12:02:04.596556+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-11T12:02:04.599743+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6]] []
[2021-02-11T12:02:04.602685+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-11T12:02:04.604013+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:02:04.871991+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d4d4e8"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/d4d4e8","method":"GET"} []
[2021-02-11T12:02:06.494567+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T12:02:06.510462+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:02:06.510515+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:02:06.510549+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:02:06.511727+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:02:06.581038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:02:06.590107+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:02:06.602932+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T12:02:06.643256+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:02:06.911849+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e456f7"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/e456f7","method":"GET"} []
[2021-02-11T12:02:08.357445+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-02-11T12:02:08.373155+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:02:08.373212+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:02:08.373245+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:02:08.374449+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:02:08.433570+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:02:08.436896+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:02:08.480402+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T12:02:08.501968+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:02:08.794559+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a41015"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/a41015","method":"GET"} []
[2021-02-11T12:05:12.160029+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"POST"} []
[2021-02-11T12:05:12.184893+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:05:12.255159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:05:12.258841+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:05:12.258904+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:05:12.258938+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:05:12.258966+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:05:12.323197+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["7"]] []
[2021-02-11T12:05:12.401792+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-11T12:05:12.403383+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"1039827","2":"2021-01-26T00:00:00+00:00","3":null,"4":6731.9,"5":"Control Modules","6":null,"7":null,"8":"2021-02-28T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":7} []
[2021-02-11T12:05:12.405071+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-11T12:05:12.419959+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:05:12.598624+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T12:05:12.614571+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:05:12.614627+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:05:12.614659+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:05:12.615824+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:05:12.680819+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:05:12.692217+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:05:12.711306+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T12:05:12.757458+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:05:13.050983+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d5c709"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/d5c709","method":"GET"} []
[2021-02-11T12:05:18.049044+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T12:05:18.064460+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:05:18.064513+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:05:18.064544+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:05:18.070473+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:05:18.115624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:05:18.118873+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:05:18.129340+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T12:05:18.170221+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:05:18.410292+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1fbd20"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/1fbd20","method":"GET"} []
[2021-02-11T12:14:31.182233+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-02-11T12:14:31.205097+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:14:31.205149+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:14:31.205182+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:14:31.246758+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-11T12:14:32.053819+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8421ee"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/8421ee","method":"GET"} []
[2021-02-11T12:14:35.209789+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2021-02-11T12:14:35.225158+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:14:35.225209+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:14:35.225246+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:14:35.226099+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:14:35.287740+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["faraz@cross-world.com"] []
[2021-02-11T12:14:35.509025+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"faraz@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:14:35.513560+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 11 Feb 2021 12:14:35 GMT\r\nLocation: /InvoiceTracking/public/index.php/invoice\r\n\r\n\n\n \n \n \n\n Redirecting to /InvoiceTracking/public/index.php/invoice\n \n \n Redirecting to /InvoiceTracking/public/index.php/invoice.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:14:35.513675+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:14:35.513709+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:14:35.519811+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:14:35.653762+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T12:14:35.668729+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:14:35.668780+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:14:35.668811+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:14:35.669992+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:14:35.713635+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:14:35.717405+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:14:35.734543+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T12:14:35.787070+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:14:36.571515+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e65018"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/e65018","method":"GET"} []
[2021-02-11T12:15:45.255655+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-02-11T12:15:45.275106+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:15:45.275158+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:15:45.275189+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:15:45.277180+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:15:45.350951+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:15:45.354601+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:15:45.413443+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T12:15:45.441870+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:15:45.779670+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"188653"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/188653","method":"GET"} []
[2021-02-11T12:18:24.656759+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"POST"} []
[2021-02-11T12:18:24.682067+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:18:24.761001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:18:24.764655+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:18:24.764716+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:18:24.764750+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:18:24.764778+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:18:24.832719+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["7"]] []
[2021-02-11T12:18:24.912489+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-11T12:18:24.914076+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"1040457","2":"2021-02-11T00:00:00+00:00","3":null,"4":1548.75,"5":"Control Modules","6":null,"7":null,"8":"2021-03-31T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":7} []
[2021-02-11T12:18:24.914651+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-11T12:18:24.929410+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:18:25.076932+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T12:18:25.092549+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:18:25.092606+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:18:25.092640+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:18:25.093807+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:18:25.155672+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:18:25.165791+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:18:25.186767+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T12:18:25.234782+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:18:25.489910+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"daf35e"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/daf35e","method":"GET"} []
[2021-02-11T12:19:19.576462+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T12:19:19.592400+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:19:19.592454+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:19:19.592485+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:19:19.593706+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:19:19.647904+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:19:19.651193+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:19:19.661618+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T12:19:19.702877+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:19:19.949509+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ca2c03"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/ca2c03","method":"GET"} []
[2021-02-11T12:19:21.280808+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T12:19:21.295472+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:19:21.295522+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:19:21.295553+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:19:21.296651+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:19:21.354656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:19:21.360812+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:19:21.374003+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T12:19:21.413940+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:19:21.499754+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T12:19:21.522253+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:19:21.522309+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:19:21.522340+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:19:21.524271+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:19:21.599335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:19:21.602901+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:19:21.620727+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T12:19:21.676449+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:19:21.909728+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"59ee09"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/59ee09","method":"GET"} []
[2021-02-11T12:19:23.370401+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-02-11T12:19:23.385616+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:19:23.385667+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:19:23.385697+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:19:23.386811+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:19:23.437093+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:19:23.440381+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:19:23.487837+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T12:19:23.509707+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:19:23.810129+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"19dcba"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/19dcba","method":"GET"} []
[2021-02-11T12:19:30.731816+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T12:19:30.746966+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:19:30.747019+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:19:30.747051+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:19:30.748176+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:19:30.809948+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:19:30.813206+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:19:30.823347+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T12:19:30.863435+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:19:31.135546+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a4aed9"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/a4aed9","method":"GET"} []
[2021-02-11T12:19:35.668145+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"7"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/7/edit","method":"GET"} []
[2021-02-11T12:19:35.683391+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:19:35.683499+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:19:35.683536+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:19:35.684775+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:19:35.727470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:19:35.730797+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:19:35.742278+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["7"] []
[2021-02-11T12:19:35.804111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-02-11T12:19:35.807778+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T12:19:35.835893+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:19:36.141225+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b4720a"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/b4720a","method":"GET"} []
[2021-02-11T12:20:11.765116+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T12:20:11.784656+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:20:11.784711+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:20:11.784742+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:20:11.786763+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:20:11.849322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:20:11.852997+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:20:11.871316+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T12:20:11.915713+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:20:12.176892+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6db4d6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/6db4d6","method":"GET"} []
[2021-02-11T12:20:17.872986+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"7"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/7/edit","method":"GET"} []
[2021-02-11T12:20:17.888059+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:20:17.888112+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:20:17.888144+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:20:17.889300+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:20:17.949805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:20:17.953036+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:20:17.964160+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["7"] []
[2021-02-11T12:20:18.021122+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-02-11T12:20:18.024687+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T12:20:18.048352+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:20:18.346460+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"770c78"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/770c78","method":"GET"} []
[2021-02-11T12:20:45.352053+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T12:20:45.374381+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:20:45.374436+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:20:45.374467+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:20:45.376452+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:20:45.448989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:20:45.452788+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:20:45.470939+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T12:20:45.516455+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:20:45.787692+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4fbcce"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/4fbcce","method":"GET"} []
[2021-02-11T12:20:47.006346+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-02-11T12:20:47.020825+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:20:47.020872+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:20:47.020902+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:20:47.022065+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:20:47.070532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:20:47.073705+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:20:47.115806+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T12:20:47.136820+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:20:47.423418+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"209578"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/209578","method":"GET"} []
[2021-02-11T12:20:48.007296+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-02-11T12:20:48.021837+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:20:48.021885+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:20:48.021915+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:20:48.023013+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:20:48.070180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:20:48.073366+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:20:48.084737+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-11T12:20:48.135610+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-11T12:20:48.139143+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6]] []
[2021-02-11T12:20:48.142052+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-11T12:20:48.143169+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:20:48.449759+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2fcd90"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/2fcd90","method":"GET"} []
[2021-02-11T12:20:52.163883+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"7"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/7/edit","method":"GET"} []
[2021-02-11T12:20:52.178447+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:20:52.178499+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:20:52.178529+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:20:52.179656+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:20:52.242636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:20:52.246117+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:20:52.252412+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["7"] []
[2021-02-11T12:20:52.335235+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:20:52.711117+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a7d86"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/9a7d86","method":"GET"} []
[2021-02-11T12:21:02.322948+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"7"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/7/edit","method":"POST"} []
[2021-02-11T12:21:02.343761+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:21:02.407648+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:21:02.411357+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:21:02.411423+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:21:02.411514+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:21:02.411548+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:21:02.422212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["7"] []
[2021-02-11T12:21:02.577798+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-11T12:21:02.578108+00:00] doctrine.DEBUG: UPDATE company SET alertdays = ? WHERE id = ? [15,7] []
[2021-02-11T12:21:02.579756+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-11T12:21:02.593343+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:21:02.835763+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-02-11T12:21:02.859792+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:21:02.859851+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:21:02.859887+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:21:02.861965+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:21:02.937130+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:21:02.940689+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:21:02.957708+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-11T12:21:03.026873+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-11T12:21:03.030489+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6]] []
[2021-02-11T12:21:03.033762+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-11T12:21:03.035059+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:21:03.291035+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dac523"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/dac523","method":"GET"} []
[2021-02-11T12:21:09.167531+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/6/edit","method":"GET"} []
[2021-02-11T12:21:09.188151+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:21:09.188212+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:21:09.188246+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:21:09.189505+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:21:09.249462+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:21:09.252856+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:21:09.259193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["6"] []
[2021-02-11T12:21:09.311227+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:21:09.608849+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86d5ae"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/86d5ae","method":"GET"} []
[2021-02-11T12:21:35.258650+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-02-11T12:21:35.273739+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:21:35.273790+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:21:35.273822+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:21:35.274945+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:21:35.327693+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:21:35.331025+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:21:35.377060+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T12:21:35.399145+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:21:35.693408+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8cd2c5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/8cd2c5","method":"GET"} []
[2021-02-11T12:21:38.444031+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T12:21:38.459392+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:21:38.459441+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:21:38.459471+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:21:38.460705+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:21:38.529587+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:21:38.541800+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:21:38.561916+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T12:21:38.605453+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:21:38.890585+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18b012"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/18b012","method":"GET"} []
[2021-02-11T12:21:42.227302+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"8"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/8/edit","method":"GET"} []
[2021-02-11T12:21:42.242578+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:21:42.242687+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:21:42.242724+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:21:42.243872+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:21:42.290171+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:21:42.293476+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:21:42.305020+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["8"] []
[2021-02-11T12:21:42.363039+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-02-11T12:21:42.366711+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-11T12:21:42.391636+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:21:42.708178+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d3397"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/0d3397","method":"GET"} []
[2021-02-11T12:21:53.187873+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-02-11T12:21:53.207344+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:21:53.207399+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:21:53.207430+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:21:53.209689+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:21:53.273063+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:21:53.276637+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:21:53.292431+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-11T12:21:53.351803+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-11T12:21:53.355587+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6]] []
[2021-02-11T12:21:53.358540+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-11T12:21:53.359705+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:21:53.606119+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"04b387"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/04b387","method":"GET"} []
[2021-02-11T12:21:55.974115+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"7"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/7/edit","method":"GET"} []
[2021-02-11T12:21:55.989003+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:21:55.989051+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:21:55.989081+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:21:55.990246+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:21:56.052312+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:21:56.055617+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:21:56.061773+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["7"] []
[2021-02-11T12:21:56.105039+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:21:56.383971+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7d9659"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/7d9659","method":"GET"} []
[2021-02-11T12:22:01.008837+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"7"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/7/edit","method":"POST"} []
[2021-02-11T12:22:01.024998+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:22:01.080702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:22:01.083943+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:22:01.084002+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:22:01.084035+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:22:01.084063+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:22:01.090179+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["7"] []
[2021-02-11T12:22:01.177734+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:22:01.331050+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-02-11T12:22:01.345674+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:22:01.345722+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:22:01.345752+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:22:01.346832+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:22:01.395034+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:22:01.398204+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:22:01.408544+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-11T12:22:01.457881+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-11T12:22:01.460816+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6]] []
[2021-02-11T12:22:01.463515+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-11T12:22:01.464584+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:22:01.749017+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"971524"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/971524","method":"GET"} []
[2021-02-11T12:22:03.188214+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/6/edit","method":"GET"} []
[2021-02-11T12:22:03.203083+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:22:03.203136+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:22:03.203167+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:22:03.204268+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:22:03.268180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:22:03.278117+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:22:03.289168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["6"] []
[2021-02-11T12:22:03.334541+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:22:03.645261+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eecb73"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/eecb73","method":"GET"} []
[2021-02-11T12:22:10.660095+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/6/edit","method":"POST"} []
[2021-02-11T12:22:10.675660+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:22:10.724612+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:22:10.727771+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:22:10.727829+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:22:10.727863+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:22:10.727891+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:22:10.733800+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["6"] []
[2021-02-11T12:22:10.787961+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-11T12:22:10.788228+00:00] doctrine.DEBUG: UPDATE company SET alertdays = ? WHERE id = ? [15,6] []
[2021-02-11T12:22:10.791771+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-11T12:22:10.805301+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:22:10.959997+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-02-11T12:22:10.975172+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:22:10.975227+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:22:10.975260+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:22:10.976386+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:22:11.038369+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:22:11.041693+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:22:11.052056+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-11T12:22:11.102969+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-11T12:22:11.106089+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6]] []
[2021-02-11T12:22:11.109093+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-11T12:22:11.110381+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:22:11.366787+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e2d2b"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/0e2d2b","method":"GET"} []
[2021-02-11T12:22:55.660742+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"7"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/7/edit","method":"GET"} []
[2021-02-11T12:22:55.676238+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:22:55.676288+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:22:55.676320+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:22:55.677483+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:22:55.729976+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:22:55.733206+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:22:55.739163+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["7"] []
[2021-02-11T12:22:55.781935+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:22:56.060256+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6f878f"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/6f878f","method":"GET"} []
[2021-02-11T12:23:09.920709+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-02-11T12:23:09.935854+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:23:09.935904+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:23:09.935934+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:23:09.937067+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:23:09.990168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:23:09.993330+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:23:10.003882+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-11T12:23:10.054555+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-11T12:23:10.057548+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6]] []
[2021-02-11T12:23:10.060302+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-11T12:23:10.061383+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:23:10.328742+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00ec81"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/00ec81","method":"GET"} []
[2021-02-11T12:23:12.759266+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/6/edit","method":"GET"} []
[2021-02-11T12:23:12.774409+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:23:12.774461+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:23:12.774492+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:23:12.775624+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:23:12.834810+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:23:12.838014+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:23:12.843876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["6"] []
[2021-02-11T12:23:12.886203+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:23:13.170330+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"308a7c"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/308a7c","method":"GET"} []
[2021-02-11T12:23:40.144462+00:00] request.INFO: Matched route "company_edit". {"route":"company_edit","route_parameters":{"_route":"company_edit","_controller":"App\\Controller\\CompanyController::edit","id":"6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/6/edit","method":"POST"} []
[2021-02-11T12:23:40.160258+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:23:40.210756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:23:40.214008+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:23:40.214066+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:23:40.214099+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:23:40.214127+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:23:40.220254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["6"] []
[2021-02-11T12:23:40.278250+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-11T12:23:40.278558+00:00] doctrine.DEBUG: UPDATE company SET email = ? WHERE id = ? ["John@power-source-pro.co.uk",6] []
[2021-02-11T12:23:40.281571+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-11T12:23:40.291871+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:23:40.438731+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-02-11T12:23:40.453307+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T12:23:40.453357+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:23:40.453388+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T12:23:40.454543+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T12:23:40.504466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-11T12:23:40.510990+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-11T12:23:40.524313+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-02-11T12:23:40.573372+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-02-11T12:23:40.576304+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6]] []
[2021-02-11T12:23:40.579027+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-02-11T12:23:40.580066+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T12:23:40.845430+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bc6dd1"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/bc6dd1","method":"GET"} []
[2021-02-11T13:04:54.785961+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T13:04:54.812372+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T13:04:54.812432+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T13:04:54.812466+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T13:04:54.816294+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-11T13:04:54.838022+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2021-02-11T13:04:54.838564+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-02-11T13:04:54.986375+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-02-11T13:04:55.002450+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T13:04:55.002507+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T13:04:55.002541+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T13:04:55.037579+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-11T13:04:55.188917+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"646e81"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/646e81","method":"GET"} []
[2021-02-11T13:05:00.822906+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2021-02-11T13:05:00.846966+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T13:05:00.847022+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T13:05:00.847062+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T13:05:00.848427+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T13:05:00.928273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2021-02-11T13:05:01.146455+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because \"App\\Security\\LoginFormAuthenticator::checkCredentials()\" did not return true. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-guard\\Provider\\GuardAuthenticationProvider.php:124)","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T13:05:01.150416+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T13:05:01.278034+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-02-11T13:05:01.292771+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T13:05:01.292822+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T13:05:01.292854+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T13:05:01.325125+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-11T13:05:01.476587+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0ddbdf"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/0ddbdf","method":"GET"} []
[2021-02-11T13:05:04.764742+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2021-02-11T13:05:04.780294+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T13:05:04.780346+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T13:05:04.780383+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T13:05:04.780980+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T13:05:04.833678+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2021-02-11T13:05:05.049656+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T13:05:05.052140+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 11 Feb 2021 13:05:05 GMT\r\nLocation: http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice\r\n\r\n\n\n \n \n \n\n Redirecting to http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice\n \n \n Redirecting to http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T13:05:05.052210+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T13:05:05.052298+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T13:05:05.058622+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T13:05:05.169630+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T13:05:05.184252+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T13:05:05.184302+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T13:05:05.184333+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T13:05:05.185495+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T13:05:05.238415+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T13:05:05.241642+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T13:05:05.260922+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T13:05:05.318984+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T13:05:05.499386+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0a699"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/e0a699","method":"GET"} []
[2021-02-11T13:05:11.959230+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"7"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/7","method":"GET"} []
[2021-02-11T13:05:11.976065+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T13:05:11.976125+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T13:05:11.976161+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T13:05:11.977972+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T13:05:12.049878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T13:05:12.053767+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T13:05:12.074881+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["7"] []
[2021-02-11T13:05:12.094027+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-02-11T13:05:12.107620+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T13:05:12.305430+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a33de"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/3a33de","method":"GET"} []
[2021-02-11T13:05:30.301170+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-11T13:05:30.317890+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-11T13:05:30.317949+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T13:05:30.317986+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-11T13:05:30.319219+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-11T13:05:30.385917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-02-11T13:05:30.389247+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-02-11T13:05:30.400295+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-11T13:05:30.443954+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-11T13:05:30.613134+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"683871"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/683871","method":"GET"} []
[2021-02-23T07:43:50.202309+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-02-23T07:43:50.256115+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-23T07:43:50.256171+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-23T07:43:50.256205+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-23T07:43:50.336829+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-23T07:43:50.937419+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"464922"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/464922","method":"GET"} []
[2021-02-23T07:43:53.164297+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2021-02-23T07:43:53.183313+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-23T07:43:53.183364+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-23T07:43:53.183400+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-23T07:43:53.188567+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-23T07:43:53.267691+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["faraz@cross-world.com"] []
[2021-02-23T07:43:53.494623+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"faraz@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-23T07:43:53.501411+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 23 Feb 2021 07:43:53 GMT\r\nLocation: /InvoiceTracking/public/index.php/invoice\r\n\r\n\n\n \n \n \n\n Redirecting to /InvoiceTracking/public/index.php/invoice\n \n \n Redirecting to /InvoiceTracking/public/index.php/invoice.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-23T07:43:53.501545+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-23T07:43:53.501581+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-23T07:43:53.507470+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-23T07:43:53.681419+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-23T07:43:53.696542+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-23T07:43:53.696591+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-23T07:43:53.696622+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-23T07:43:53.698028+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-23T07:43:53.756900+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-23T07:43:53.764855+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-23T07:43:53.809503+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-23T07:43:53.921001+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-23T07:43:54.394397+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aefd44"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/aefd44","method":"GET"} []
[2021-02-23T07:44:05.905608+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-02-23T07:44:05.920810+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-23T07:44:05.920859+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-23T07:44:05.920890+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-23T07:44:05.922008+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-23T07:44:05.977018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-23T07:44:06.019454+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-23T07:44:06.132197+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-23T07:44:06.157427+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-23T07:44:06.475639+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"978bbe"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/978bbe","method":"GET"} []
[2021-02-23T07:45:31.602086+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"POST"} []
[2021-02-23T07:45:31.618059+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-23T07:45:31.667042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-23T07:45:31.671976+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-23T07:45:31.672043+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-23T07:45:31.672077+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-23T07:45:31.672104+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-23T07:45:31.721618+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["6"]] []
[2021-02-23T07:45:31.912758+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-23T07:45:31.914505+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"48887","2":"2021-01-06T00:00:00+00:00","3":null,"4":1341.76,"5":"Generator Spares","6":null,"7":null,"8":"2021-02-28T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":6} []
[2021-02-23T07:45:31.916727+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-23T07:45:31.935270+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-23T07:45:32.122408+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-23T07:45:32.137339+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-23T07:45:32.137392+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-23T07:45:32.137423+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-23T07:45:32.138524+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-23T07:45:32.196566+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-23T07:45:32.214209+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-23T07:45:32.230168+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-23T07:45:32.271909+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-23T07:45:32.543544+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7c0222"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/7c0222","method":"GET"} []
[2021-02-28T11:59:37.515341+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-02-28T11:59:37.571219+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-28T11:59:37.571278+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-28T11:59:37.571312+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-28T11:59:37.663024+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-02-28T11:59:38.945423+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"90b043"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/90b043","method":"GET"} []
[2021-02-28T11:59:41.149035+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2021-02-28T11:59:41.165591+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-28T11:59:41.165708+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-28T11:59:41.165756+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-28T11:59:41.167802+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-28T11:59:41.260262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["faraz@cross-world.com"] []
[2021-02-28T11:59:41.489744+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"faraz@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-28T11:59:41.495726+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 28 Feb 2021 11:59:41 GMT\r\nLocation: /InvoiceTracking/public/index.php/invoice\r\n\r\n\n\n \n \n \n\n Redirecting to /InvoiceTracking/public/index.php/invoice\n \n \n Redirecting to /InvoiceTracking/public/index.php/invoice.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-28T11:59:41.495795+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-28T11:59:41.495826+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-28T11:59:41.503048+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-28T11:59:41.724349+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-28T11:59:41.750272+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-28T11:59:41.750330+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-28T11:59:41.750363+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-28T11:59:41.752667+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-28T11:59:41.822783+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-28T11:59:41.827351+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-28T11:59:41.866605+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-28T11:59:41.980398+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-28T11:59:42.642969+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"886815"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/886815","method":"GET"} []
[2021-02-28T11:59:55.049948+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"7"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/7/edit","method":"GET"} []
[2021-02-28T11:59:55.064669+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-28T11:59:55.064717+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-28T11:59:55.064748+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-28T11:59:55.065832+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-28T11:59:55.113047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-28T11:59:55.123027+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-28T11:59:55.139656+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["7"] []
[2021-02-28T11:59:55.227167+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-02-28T11:59:55.234836+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-02-28T11:59:55.260660+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-28T11:59:56.053259+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0bde1"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/e0bde1","method":"GET"} []
[2021-02-28T12:00:05.508643+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"7"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/7/edit","method":"POST"} []
[2021-02-28T12:00:05.531561+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-28T12:00:05.584038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-28T12:00:05.588780+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-28T12:00:05.588851+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-28T12:00:05.588885+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-28T12:00:05.588915+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-28T12:00:05.610501+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["7"] []
[2021-02-28T12:00:05.670564+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-02-28T12:00:05.680840+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["7"]] []
[2021-02-28T12:00:05.809599+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-02-28T12:00:05.810273+00:00] doctrine.DEBUG: UPDATE invoice SET totalamount = ? WHERE id = ? [6730.65,7] []
[2021-02-28T12:00:05.812056+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-02-28T12:00:05.844512+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-28T12:00:06.043794+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-02-28T12:00:06.068488+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-02-28T12:00:06.068552+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-28T12:00:06.068587+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-02-28T12:00:06.070824+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-02-28T12:00:06.136649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-02-28T12:00:06.141987+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-02-28T12:00:06.161628+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-02-28T12:00:06.215047+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-02-28T12:00:06.484207+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"95f944"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/95f944","method":"GET"} []
[2021-03-03T06:04:13.064455+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-03-03T06:04:13.130423+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-03T06:04:13.130490+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:04:13.130528+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:04:13.219413+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-03-03T06:04:14.882217+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69dc10"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/69dc10","method":"GET"} []
[2021-03-03T06:04:17.287335+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2021-03-03T06:04:17.309741+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-03T06:04:17.309801+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:04:17.309842+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:04:17.313976+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:04:17.414405+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["faraz@cross-world.com"] []
[2021-03-03T06:04:17.654199+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"faraz@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:04:17.661440+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 03 Mar 2021 06:04:17 GMT\r\nLocation: /InvoiceTracking/public/index.php/invoice\r\n\r\n\n\n \n \n \n\n Redirecting to /InvoiceTracking/public/index.php/invoice\n \n \n Redirecting to /InvoiceTracking/public/index.php/invoice.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:04:17.661513+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:04:17.661544+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:04:17.667725+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-03T06:04:17.953845+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-03-03T06:04:17.969144+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-03T06:04:17.969197+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:04:17.969229+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:04:17.970588+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-03T06:04:18.018651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-03T06:04:18.022431+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-03T06:04:18.089521+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-03-03T06:04:18.258445+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-03T06:04:19.172678+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"644479"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/644479","method":"GET"} []
[2021-03-03T06:04:21.048533+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-03-03T06:04:21.063452+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-03T06:04:21.063502+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:04:21.063533+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:04:21.064611+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-03T06:04:21.115539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-03T06:04:21.118808+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-03T06:04:21.194026+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-03-03T06:04:21.217824+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-03T06:04:21.977537+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5646a8"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/5646a8","method":"GET"} []
[2021-03-03T06:04:29.554353+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-03-03T06:04:29.569479+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-03T06:04:29.569528+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:04:29.569559+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:04:29.570689+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-03T06:04:29.617261+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-03T06:04:29.625497+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-03T06:04:29.635844+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-03-03T06:04:29.677929+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-03T06:04:30.075142+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dc729b"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/dc729b","method":"GET"} []
[2021-03-03T06:04:45.643110+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"8"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/8/edit","method":"GET"} []
[2021-03-03T06:04:45.658395+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-03T06:04:45.658445+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:04:45.658476+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:04:45.659596+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-03T06:04:45.699197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-03T06:04:45.703593+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-03T06:04:45.719595+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["8"] []
[2021-03-03T06:04:45.780355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-03-03T06:04:45.787620+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-03-03T06:04:45.813757+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-03T06:04:46.187163+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7c8d9c"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/7c8d9c","method":"GET"} []
[2021-03-03T06:05:10.859749+00:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::edit","id":"8"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/8/edit","method":"POST"} []
[2021-03-03T06:05:10.880265+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-03T06:05:10.937547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-03T06:05:10.942199+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-03T06:05:10.942258+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-03T06:05:10.942291+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:05:10.942319+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:05:10.962584+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["8"] []
[2021-03-03T06:05:11.019445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-03-03T06:05:11.070123+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["7"]] []
[2021-03-03T06:05:11.248701+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-03-03T06:05:11.248966+00:00] doctrine.DEBUG: UPDATE invoice SET invoicedate = ?, totalamount = ? WHERE id = ? ["2021-02-19T00:00:00+00:00",393.75,8] []
[2021-03-03T06:05:11.253499+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-03-03T06:05:11.281764+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-03T06:05:11.927952+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-03-03T06:05:11.949785+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-03T06:05:11.949835+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:05:11.949930+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:05:11.951881+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-03T06:05:12.005137+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-03T06:05:12.009634+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-03T06:05:12.025819+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-03-03T06:05:12.072087+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-03T06:05:12.869128+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"feb874"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/feb874","method":"GET"} []
[2021-03-03T06:05:19.974975+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-03-03T06:05:19.989881+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-03T06:05:19.989930+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:05:19.989960+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:05:19.991043+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-03T06:05:20.031428+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-03T06:05:20.035720+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-03T06:05:20.078109+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-03-03T06:05:20.100590+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-03T06:05:20.359398+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"931a5b"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/931a5b","method":"GET"} []
[2021-03-03T06:05:58.600527+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"POST"} []
[2021-03-03T06:05:58.616326+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-03T06:05:58.668140+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-03T06:05:58.672436+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-03T06:05:58.672495+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-03T06:05:58.672528+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:05:58.672555+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:05:58.716700+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["7"]] []
[2021-03-03T06:05:58.756232+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-03-03T06:05:58.757523+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"1040457","2":"2021-02-23T00:00:00+00:00","3":null,"4":1155.0,"5":"Control Modules","6":null,"7":null,"8":"2021-03-31T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":7} []
[2021-03-03T06:05:58.762165+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-03-03T06:05:58.781495+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-03T06:05:58.951611+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-03-03T06:05:58.966226+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-03T06:05:58.966273+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:05:58.966303+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-03T06:05:58.967386+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-03T06:05:59.013876+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-03T06:05:59.018179+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-03T06:05:59.027994+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-03-03T06:05:59.068958+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-03T06:05:59.375452+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"688e25"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/688e25","method":"GET"} []
[2021-03-15T04:00:42.944516+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} []
[2021-03-15T04:00:42.994996+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-15T04:00:42.995055+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:00:42.995091+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:00:43.001499+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-03-15T04:00:43.031441+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2021-03-15T04:00:43.035150+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-03-15T04:00:43.298791+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-03-15T04:00:43.325135+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-15T04:00:43.325194+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:00:43.325233+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:00:43.386370+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-03-15T04:00:43.640554+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f2da1d"},"request_uri":"http://127.0.0.1:8000/_wdt/f2da1d","method":"GET"} []
[2021-03-15T04:00:59.342206+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} []
[2021-03-15T04:00:59.361169+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-15T04:00:59.361229+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:00:59.361272+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:00:59.364369+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:00:59.466445+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malayaroy99@gmail.com"] []
[2021-03-15T04:00:59.479305+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException(code: 0): Email could not be found. at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Security\\LoginFormAuthenticator.php:74)","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:00:59.483304+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:00:59.622898+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-03-15T04:00:59.640284+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-15T04:00:59.640342+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:00:59.640380+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:00:59.671613+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-03-15T04:00:59.853487+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0b7459"},"request_uri":"http://127.0.0.1:8000/_wdt/0b7459","method":"GET"} []
[2021-03-15T04:01:18.003634+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} []
[2021-03-15T04:01:18.022068+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-15T04:01:18.022157+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:01:18.022202+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:01:18.023032+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:01:18.096470+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2021-03-15T04:01:18.334939+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:01:18.338477+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 15 Mar 2021 04:01:18 GMT\r\nLocation: http://127.0.0.1:8000/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/\n \n \n Redirecting to http://127.0.0.1:8000/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:01:18.338555+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:01:18.338590+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:01:18.345799+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-15T04:01:18.475997+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} []
[2021-03-15T04:01:18.493431+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-15T04:01:18.493488+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:01:18.493524+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:01:18.494956+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-15T04:01:18.561665+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-03-15T04:01:18.566137+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-03-15T04:01:18.712800+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-03-15T04:01:18.761657+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-15T04:01:19.032922+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e8322"},"request_uri":"http://127.0.0.1:8000/_wdt/8e8322","method":"GET"} []
[2021-03-15T04:01:21.822765+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-03-15T04:01:21.840421+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-15T04:01:21.840486+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:01:21.840593+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:01:21.841945+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-15T04:01:21.905156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-03-15T04:01:21.909622+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-03-15T04:01:21.925808+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-03-15T04:01:21.996327+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-15T04:01:22.240003+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"49049e"},"request_uri":"http://127.0.0.1:8000/_wdt/49049e","method":"GET"} []
[2021-03-15T04:03:59.233841+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /emailsend"" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /emailsend\" at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/emailsend/\". at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} []
[2021-03-15T04:03:59.630735+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d0bdd"},"request_uri":"http://127.0.0.1:8000/_wdt/9d0bdd","method":"GET"} []
[2021-03-15T04:04:38.937131+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-03-15T04:04:38.957727+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-15T04:04:38.957787+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:04:38.957822+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:04:38.960555+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-15T04:04:39.029889+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-03-15T04:04:39.035019+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-03-15T04:04:39.089100+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-03-15T04:04:39.122429+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-03-15T04:04:44.524357+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" started [] []
[2021-03-15T04:04:47.025208+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["7"] []
[2021-03-15T04:04:47.036705+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-03-15T04:04:47.037102+00:00] doctrine.DEBUG: UPDATE invoice SET emailstatus = ?, emaildate = ? WHERE id = ? [1,"2021-03-15T04:04:47+00:00",7] []
[2021-03-15T04:04:47.039889+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-03-15T04:04:48.911379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["9"] []
[2021-03-15T04:04:48.913277+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-03-15T04:04:48.914019+00:00] doctrine.DEBUG: UPDATE invoice SET emailstatus = ?, emaildate = ? WHERE id = ? [1,"2021-03-15T04:04:48+00:00",9] []
[2021-03-15T04:04:48.916635+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-03-15T04:04:48.936820+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-15T04:04:48.957874+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" stopping [] []
[2021-03-15T04:04:49.195409+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" stopped [] []
[2021-03-15T04:04:52.794451+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-03-15T04:04:52.821074+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-15T04:04:52.821199+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:04:52.821240+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:04:52.824100+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-15T04:04:52.895511+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-03-15T04:04:52.900227+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-03-15T04:04:52.932709+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-03-15T04:04:52.943629+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-15T04:04:59.122074+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} []
[2021-03-15T04:04:59.139178+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-15T04:04:59.139231+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:04:59.139266+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:04:59.140568+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-15T04:04:59.190364+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-03-15T04:04:59.194599+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-03-15T04:04:59.259078+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-03-15T04:04:59.287181+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-15T04:05:01.317045+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-03-15T04:05:01.334958+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-15T04:05:01.335027+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:05:01.335235+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:05:01.337328+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-15T04:05:01.398253+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-03-15T04:05:01.402696+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-03-15T04:05:01.415058+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-03-15T04:05:01.465789+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-15T04:05:01.688571+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e677b2"},"request_uri":"http://127.0.0.1:8000/_wdt/e677b2","method":"GET"} []
[2021-03-15T04:08:04.916671+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"9"},"request_uri":"http://127.0.0.1:8000/invoice/show/9","method":"GET"} []
[2021-03-15T04:08:04.947153+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-15T04:08:04.947212+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:08:04.947249+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:08:04.950073+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-15T04:08:05.031842+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-03-15T04:08:05.037336+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-03-15T04:08:05.065213+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["9"] []
[2021-03-15T04:08:05.095288+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-03-15T04:08:05.111691+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-15T04:08:05.392452+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bac60d"},"request_uri":"http://127.0.0.1:8000/_wdt/bac60d","method":"GET"} []
[2021-03-15T04:14:05.927181+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8000/company","method":"GET"} []
[2021-03-15T04:14:05.957179+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-15T04:14:05.957263+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:14:05.957315+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:14:05.960728+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-15T04:14:06.040782+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-03-15T04:14:06.046500+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-03-15T04:14:06.075607+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-03-15T04:14:06.180942+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-03-15T04:14:06.192553+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6]] []
[2021-03-15T04:14:06.197671+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-03-15T04:14:06.200425+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-15T04:14:06.510484+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2af3bb"},"request_uri":"http://127.0.0.1:8000/_wdt/2af3bb","method":"GET"} []
[2021-03-15T04:14:07.638937+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"7"},"request_uri":"http://127.0.0.1:8000/company/show/7","method":"GET"} []
[2021-03-15T04:14:07.657234+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-15T04:14:07.657295+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:14:07.657330+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-15T04:14:07.658632+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-15T04:14:07.714292+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-03-15T04:14:07.717956+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-03-15T04:14:07.725059+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["7"] []
[2021-03-15T04:14:07.756055+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-15T04:14:07.966923+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"432990"},"request_uri":"http://127.0.0.1:8000/_wdt/432990","method":"GET"} []
[2021-03-18T12:17:23.669516+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-03-18T12:17:23.800639+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-18T12:17:23.800704+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-18T12:17:23.800739+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-18T12:17:23.994091+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-03-18T12:17:25.408079+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"206df2"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/206df2","method":"GET"} []
[2021-03-18T12:17:29.007317+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2021-03-18T12:17:29.022858+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-18T12:17:29.022909+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-18T12:17:29.022946+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-18T12:17:29.028109+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-18T12:17:29.135065+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["faraz@cross-world.com"] []
[2021-03-18T12:17:29.370900+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"faraz@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-18T12:17:29.376262+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 18 Mar 2021 12:17:29 GMT\r\nLocation: /InvoiceTracking/public/index.php/invoice\r\n\r\n\n\n \n \n \n\n Redirecting to /InvoiceTracking/public/index.php/invoice\n \n \n Redirecting to /InvoiceTracking/public/index.php/invoice.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-18T12:17:29.376325+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-18T12:17:29.376355+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-18T12:17:29.382568+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-18T12:17:29.542207+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-03-18T12:17:29.556960+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-18T12:17:29.557008+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-18T12:17:29.557040+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-18T12:17:29.558219+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-18T12:17:29.618953+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-18T12:17:29.628743+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-18T12:17:29.669807+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-03-18T12:17:29.790603+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-18T12:17:30.465486+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"12a9a1"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/12a9a1","method":"GET"} []
[2021-03-18T12:17:51.915948+00:00] request.INFO: Matched route "invoice_payment". {"route":"invoice_payment","route_parameters":{"_route":"invoice_payment","_controller":"App\\Controller\\InvoiceController::payment","id":"9"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/payment/9?redirect_to=%2Finvoice","method":"GET"} []
[2021-03-18T12:17:51.930901+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-18T12:17:51.930950+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-18T12:17:51.930980+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-18T12:17:51.932096+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-18T12:17:51.984252+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-18T12:17:51.988419+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-18T12:17:52.006477+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["9"] []
[2021-03-18T12:17:52.015779+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-03-18T12:17:52.016098+00:00] doctrine.DEBUG: UPDATE invoice SET paymentstatus = ?, paymentdate = ? WHERE id = ? [1,"2021-03-18T12:17:52+00:00",9] []
[2021-03-18T12:17:52.017435+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-03-18T12:17:52.037008+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-18T12:17:52.220815+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-03-18T12:17:52.242768+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-18T12:17:52.242819+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-18T12:17:52.242852+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-18T12:17:52.244769+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-18T12:17:52.317756+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-18T12:17:52.330665+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-18T12:17:52.355735+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-03-18T12:17:52.410230+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-18T12:17:52.701735+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e398db"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/e398db","method":"GET"} []
[2021-03-18T12:17:57.868593+00:00] request.INFO: Matched route "invoice_payment". {"route":"invoice_payment","route_parameters":{"_route":"invoice_payment","_controller":"App\\Controller\\InvoiceController::payment","id":"7"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/payment/7?redirect_to=%2Finvoice","method":"GET"} []
[2021-03-18T12:17:57.883210+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-18T12:17:57.883258+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-18T12:17:57.883289+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-18T12:17:57.884374+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-18T12:17:57.940823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-18T12:17:57.944975+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-18T12:17:57.956156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["7"] []
[2021-03-18T12:17:57.961416+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-03-18T12:17:57.961650+00:00] doctrine.DEBUG: UPDATE invoice SET paymentstatus = ?, paymentdate = ? WHERE id = ? [1,"2021-03-18T12:17:57+00:00",7] []
[2021-03-18T12:17:57.998908+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-03-18T12:17:58.020171+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-18T12:17:58.187243+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-03-18T12:17:58.209253+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-18T12:17:58.209304+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-18T12:17:58.209336+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-18T12:17:58.211240+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-18T12:17:58.290290+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-18T12:17:58.300408+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-18T12:17:58.323629+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-03-18T12:17:58.377385+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-18T12:17:58.661404+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5d030"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/f5d030","method":"GET"} []
[2021-03-20T08:55:53.014057+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} []
[2021-03-20T08:55:53.067252+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-20T08:55:53.067355+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:55:53.067396+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:55:53.074188+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-03-20T08:55:53.104435+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2021-03-20T08:55:53.105563+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-03-20T08:55:53.355860+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-03-20T08:55:53.382513+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-20T08:55:53.382570+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:55:53.382606+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:55:53.439129+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-03-20T08:55:53.668425+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"40d9dc"},"request_uri":"http://127.0.0.1:8000/_wdt/40d9dc","method":"GET"} []
[2021-03-20T08:56:17.825203+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} []
[2021-03-20T08:56:17.844844+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-20T08:56:17.844981+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:17.845043+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:17.847823+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:17.961859+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2021-03-20T08:56:18.187612+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because \"App\\Security\\LoginFormAuthenticator::checkCredentials()\" did not return true. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-guard\\Provider\\GuardAuthenticationProvider.php:124)","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:18.191570+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:18.332201+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2021-03-20T08:56:18.349370+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-20T08:56:18.349432+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:18.349470+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:18.380686+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-03-20T08:56:18.565258+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5f31b4"},"request_uri":"http://127.0.0.1:8000/_wdt/5f31b4","method":"GET"} []
[2021-03-20T08:56:24.738100+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"POST"} []
[2021-03-20T08:56:24.756425+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-20T08:56:24.756484+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:24.756527+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:24.757263+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:24.822004+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2021-03-20T08:56:25.044680+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:25.048844+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sat, 20 Mar 2021 08:56:25 GMT\r\nLocation: http://127.0.0.1:8000/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8000/\n \n \n Redirecting to http://127.0.0.1:8000/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:25.048925+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:25.048958+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:25.056054+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-20T08:56:25.181502+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/","method":"GET"} []
[2021-03-20T08:56:25.198693+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-20T08:56:25.198756+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:25.198793+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:25.200245+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-20T08:56:25.244200+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-03-20T08:56:25.248699+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-03-20T08:56:25.360027+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-03-20T08:56:25.405493+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-20T08:56:25.673295+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"191b83"},"request_uri":"http://127.0.0.1:8000/_wdt/191b83","method":"GET"} []
[2021-03-20T08:56:29.731142+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8000/invoice/new","method":"GET"} []
[2021-03-20T08:56:29.749650+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-20T08:56:29.749715+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:29.749755+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:29.751480+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-20T08:56:29.796786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-03-20T08:56:29.801234+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-03-20T08:56:29.850126+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-03-20T08:56:29.875735+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-20T08:56:30.143026+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"faf493"},"request_uri":"http://127.0.0.1:8000/_wdt/faf493","method":"GET"} []
[2021-03-20T08:56:30.686028+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-03-20T08:56:30.703381+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-20T08:56:30.703442+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:30.703478+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:30.704828+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-20T08:56:30.770572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-03-20T08:56:30.775312+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-03-20T08:56:30.791712+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-03-20T08:56:30.858897+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-20T08:56:31.089791+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"40c836"},"request_uri":"http://127.0.0.1:8000/_wdt/40c836","method":"GET"} []
[2021-03-20T08:56:32.146949+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-03-20T08:56:32.164332+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-20T08:56:32.164392+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:32.164428+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:32.165746+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-20T08:56:32.226225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-03-20T08:56:32.230876+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-03-20T08:56:32.242861+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-03-20T08:56:32.290669+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-20T08:56:32.527314+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cfe023"},"request_uri":"http://127.0.0.1:8000/_wdt/cfe023","method":"GET"} []
[2021-03-20T08:56:33.653734+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-03-20T08:56:33.672021+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-20T08:56:33.672082+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:33.672121+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:33.673460+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-20T08:56:33.730348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-03-20T08:56:33.734960+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-03-20T08:56:33.747036+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-03-20T08:56:33.795938+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-20T08:56:34.023945+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31ec4c"},"request_uri":"http://127.0.0.1:8000/_wdt/31ec4c","method":"GET"} []
[2021-03-20T08:56:38.443151+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-03-20T08:56:38.460906+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-20T08:56:38.460966+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:38.461049+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:56:38.462360+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-20T08:56:38.531327+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-03-20T08:56:38.536494+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-03-20T08:56:38.549081+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-03-20T08:56:38.598324+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-20T08:56:38.836145+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ef49f"},"request_uri":"http://127.0.0.1:8000/_wdt/1ef49f","method":"GET"} []
[2021-03-20T08:56:57.958420+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /emailsend"" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /emailsend\" at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/emailsend/\". at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} []
[2021-03-20T08:56:58.279310+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b80755"},"request_uri":"http://127.0.0.1:8000/_wdt/b80755","method":"GET"} []
[2021-03-20T08:57:20.785576+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-03-20T08:57:20.803976+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-20T08:57:20.804036+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:57:20.804073+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:57:20.805429+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-20T08:57:20.864949+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-03-20T08:57:20.868531+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-03-20T08:57:20.912256+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-03-20T08:57:20.947688+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-03-20T08:57:24.829420+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" started [] []
[2021-03-20T08:57:26.409581+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["8"] []
[2021-03-20T08:57:26.417349+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-03-20T08:57:26.417707+00:00] doctrine.DEBUG: UPDATE invoice SET emailstatus = ?, emaildate = ? WHERE id = ? [1,"2021-03-20T08:57:26+00:00",8] []
[2021-03-20T08:57:26.419077+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-03-20T08:57:27.515028+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["10"] []
[2021-03-20T08:57:27.517114+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-03-20T08:57:27.517916+00:00] doctrine.DEBUG: UPDATE invoice SET emailstatus = ?, emaildate = ? WHERE id = ? [1,"2021-03-20T08:57:27+00:00",10] []
[2021-03-20T08:57:27.520252+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-03-20T08:57:27.540077+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-20T08:57:27.561307+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" stopping [] []
[2021-03-20T08:57:27.768704+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" stopped [] []
[2021-03-20T08:58:21.364855+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-03-20T08:58:21.394837+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-20T08:58:21.394897+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:58:21.394932+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T08:58:21.398961+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-20T08:58:21.469136+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-03-20T08:58:21.473124+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-03-20T08:58:21.496302+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-03-20T08:58:21.561052+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-20T08:58:21.823298+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"33b14f"},"request_uri":"http://127.0.0.1:8000/_wdt/33b14f","method":"GET"} []
[2021-03-20T09:00:26.257509+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8000/invoice","method":"GET"} []
[2021-03-20T09:00:26.286460+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-20T09:00:26.286521+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T09:00:26.286558+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T09:00:26.289518+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-20T09:00:26.373048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-03-20T09:00:26.377100+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-03-20T09:00:26.399784+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-03-20T09:00:26.483817+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-20T09:00:26.785258+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"38d8e0"},"request_uri":"http://127.0.0.1:8000/_wdt/38d8e0","method":"GET"} []
[2021-03-20T09:01:11.899493+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8000/invoice/emailsend","method":"GET"} []
[2021-03-20T09:01:11.928829+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-20T09:01:11.928889+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T09:01:11.928926+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-20T09:01:11.931796+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-20T09:01:12.011561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-03-20T09:01:12.015810+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-03-20T09:01:12.048683+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-03-20T09:01:12.062245+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-03-20T09:01:15.948097+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" started [] []
[2021-03-20T09:01:17.471695+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["8"] []
[2021-03-20T09:01:17.481503+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-03-20T09:01:17.481881+00:00] doctrine.DEBUG: UPDATE invoice SET emailstatus = ?, emaildate = ? WHERE id = ? [1,"2021-03-20T09:01:17+00:00",8] []
[2021-03-20T09:01:17.484727+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-03-20T09:01:18.974341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["10"] []
[2021-03-20T09:01:18.976279+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-03-20T09:01:18.977030+00:00] doctrine.DEBUG: UPDATE invoice SET emailstatus = ?, emaildate = ? WHERE id = ? [1,"2021-03-20T09:01:18+00:00",10] []
[2021-03-20T09:01:18.978986+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-03-20T09:01:19.011699+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-20T09:01:19.041143+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" stopping [] []
[2021-03-20T09:01:19.246260+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" stopped [] []
[2021-03-22T06:05:45.120295+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-03-22T06:05:45.174149+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-22T06:05:45.174207+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:05:45.174242+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:05:45.250601+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-03-22T06:05:50.070123+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d107d5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/d107d5","method":"GET"} []
[2021-03-22T06:05:54.095599+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2021-03-22T06:05:54.115432+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-22T06:05:54.115484+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:05:54.115522+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:05:54.120880+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:05:54.210035+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["faraz@cross-world.com"] []
[2021-03-22T06:05:54.423546+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"faraz@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:05:54.429098+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 22 Mar 2021 06:05:54 GMT\r\nLocation: /InvoiceTracking/public/index.php/invoice\r\n\r\n\n\n \n \n \n\n Redirecting to /InvoiceTracking/public/index.php/invoice\n \n \n Redirecting to /InvoiceTracking/public/index.php/invoice.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:05:54.429165+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:05:54.429196+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:05:54.435401+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-22T06:05:54.626879+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-03-22T06:05:54.641758+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-22T06:05:54.641805+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:05:54.641837+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:05:54.643271+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-22T06:05:54.696399+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-22T06:05:54.703411+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-22T06:05:54.743761+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-03-22T06:05:54.860829+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-22T06:05:56.214576+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc826b"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/cc826b","method":"GET"} []
[2021-03-22T06:06:13.511871+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-03-22T06:06:13.527251+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-22T06:06:13.527299+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:06:13.527330+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:06:13.528438+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-22T06:06:13.587225+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-22T06:06:13.590704+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-22T06:06:13.682709+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-03-22T06:06:13.708563+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-22T06:06:15.007641+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"08803c"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/08803c","method":"GET"} []
[2021-03-22T06:07:15.775749+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"POST"} []
[2021-03-22T06:07:15.791731+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-22T06:07:15.853009+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-22T06:07:15.857375+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-22T06:07:15.857436+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-22T06:07:15.857471+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:07:15.857500+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:07:15.908401+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["6"]] []
[2021-03-22T06:07:16.054691+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-03-22T06:07:16.056540+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"48927","2":"2021-02-26T00:00:00+00:00","3":null,"4":1125.83,"5":"Generator Spares","6":null,"7":null,"8":"2021-03-31T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":6} []
[2021-03-22T06:07:16.059642+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-03-22T06:07:16.069707+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-22T06:07:16.250755+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-03-22T06:07:16.265787+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-22T06:07:16.265837+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:07:16.265868+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:07:16.266982+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-22T06:07:16.332702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-22T06:07:16.341149+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-22T06:07:16.357523+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-03-22T06:07:16.400753+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-22T06:07:16.699353+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d5a2d2"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/d5a2d2","method":"GET"} []
[2021-03-22T06:07:20.143877+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-03-22T06:07:20.159209+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-22T06:07:20.159308+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:07:20.159346+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:07:20.160493+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-22T06:07:20.198308+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-22T06:07:20.201607+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-22T06:07:20.245088+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-03-22T06:07:20.268193+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-22T06:07:20.587709+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"058219"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/058219","method":"GET"} []
[2021-03-22T06:08:22.712973+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"POST"} []
[2021-03-22T06:08:22.737142+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-22T06:08:22.806455+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-22T06:08:22.810138+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-22T06:08:22.810200+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-22T06:08:22.810234+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:08:22.810262+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:08:22.873052+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["6"]] []
[2021-03-22T06:08:22.918361+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-03-22T06:08:22.919798+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"49553","2":"2021-03-04T00:00:00+00:00","3":null,"4":255.5,"5":"Generator Spares","6":null,"7":null,"8":"2021-04-30T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":6} []
[2021-03-22T06:08:22.921713+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-03-22T06:08:22.936057+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-22T06:08:23.105602+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-03-22T06:08:23.120585+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-22T06:08:23.120684+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:08:23.120745+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:08:23.121917+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-22T06:08:23.172310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-22T06:08:23.179461+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-22T06:08:23.195331+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-03-22T06:08:23.240910+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-22T06:08:23.539288+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e3d4f6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/e3d4f6","method":"GET"} []
[2021-03-22T06:08:29.598081+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-03-22T06:08:29.613397+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-22T06:08:29.613448+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:08:29.613509+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:08:29.614648+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-22T06:08:29.666744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-22T06:08:29.670100+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-22T06:08:29.713013+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-03-22T06:08:29.735130+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-22T06:08:30.002448+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"70b643"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/70b643","method":"GET"} []
[2021-03-22T06:09:13.695038+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"POST"} []
[2021-03-22T06:09:13.711152+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-22T06:09:13.773324+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-22T06:09:13.776603+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-22T06:09:13.776663+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-22T06:09:13.776696+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:09:13.776725+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:09:13.821349+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["6"]] []
[2021-03-22T06:09:13.860567+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-03-22T06:09:13.861804+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"49639","2":"2021-03-12T00:00:00+00:00","3":null,"4":415.0,"5":"Generator Spares","6":null,"7":null,"8":"2021-04-30T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":6} []
[2021-03-22T06:09:13.864933+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-03-22T06:09:13.883369+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-22T06:09:14.063435+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-03-22T06:09:14.078270+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-22T06:09:14.078319+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:09:14.078395+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-22T06:09:14.079514+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-22T06:09:14.140299+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-22T06:09:14.147663+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-22T06:09:14.163099+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-03-22T06:09:14.204394+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-22T06:09:14.517912+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"186436"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/186436","method":"GET"} []
[2021-03-25T13:45:14.611790+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-03-25T13:45:14.666485+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-25T13:45:14.666543+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-25T13:45:14.666578+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-25T13:45:14.753651+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-03-25T13:45:15.941533+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f50ddb"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/f50ddb","method":"GET"} []
[2021-03-25T13:45:26.494091+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2021-03-25T13:45:26.509965+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-25T13:45:26.510017+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-25T13:45:26.510055+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-25T13:45:26.549219+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-25T13:45:26.663975+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["faraz@cross-world.com"] []
[2021-03-25T13:45:26.896950+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"faraz@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-25T13:45:26.903439+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 25 Mar 2021 13:45:26 GMT\r\nLocation: /InvoiceTracking/public/index.php/invoice\r\n\r\n\n\n \n \n \n\n Redirecting to /InvoiceTracking/public/index.php/invoice\n \n \n Redirecting to /InvoiceTracking/public/index.php/invoice.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-25T13:45:26.903516+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-25T13:45:26.903549+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-25T13:45:26.910487+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-25T13:45:27.087032+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-03-25T13:45:27.102702+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-25T13:45:27.102759+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-25T13:45:27.102792+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-25T13:45:27.104023+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-25T13:45:27.150916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-25T13:45:27.154423+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-25T13:45:27.253897+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-03-25T13:45:27.399866+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-25T13:45:28.095676+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"afeaba"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/afeaba","method":"GET"} []
[2021-03-25T13:46:09.877017+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-03-25T13:46:09.896593+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-25T13:46:09.896645+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-25T13:46:09.896677+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-25T13:46:09.898651+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-25T13:46:09.967319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-25T13:46:09.971133+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-25T13:46:10.068110+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-03-25T13:46:10.102358+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-25T13:46:10.496563+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6fe859"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/6fe859","method":"GET"} []
[2021-03-25T13:48:01.307319+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"POST"} []
[2021-03-25T13:48:01.326706+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-25T13:48:01.378802+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-25T13:48:01.382374+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-25T13:48:01.382431+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-25T13:48:01.382513+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-25T13:48:01.382547+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-25T13:48:01.435524+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["7"]] []
[2021-03-25T13:48:01.573683+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-03-25T13:48:01.575731+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"1041552","2":"2021-03-25T00:00:00+00:00","3":null,"4":9187.5,"5":"Control Modules","6":null,"7":null,"8":"2021-04-30T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":7} []
[2021-03-25T13:48:01.577854+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-03-25T13:48:01.599606+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-25T13:48:01.776427+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-03-25T13:48:01.791531+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-03-25T13:48:01.791583+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-25T13:48:01.791616+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-03-25T13:48:01.792752+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-03-25T13:48:01.841458+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-03-25T13:48:01.850672+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-03-25T13:48:01.868436+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-03-25T13:48:01.913463+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-03-25T13:48:02.210001+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dfa103"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/dfa103","method":"GET"} []
[2021-04-08T09:43:49.214635+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2021-04-08T09:43:49.342525+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-04-08T09:43:49.342592+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T09:43:49.342626+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T09:43:49.358348+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-04-08T09:43:49.445097+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2021-04-08T09:43:49.447053+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-04-08T09:43:49.670234+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-04-08T09:43:49.685043+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-04-08T09:43:49.685113+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T09:43:49.685145+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T09:43:49.748101+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-04-08T09:43:50.011003+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"877e78"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/877e78","method":"GET"} []
[2021-04-08T09:44:02.248845+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2021-04-08T09:44:02.270951+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-04-08T09:44:02.271010+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T09:44:02.271050+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T09:44:02.274981+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T09:44:02.393046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2021-04-08T09:44:02.643803+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T09:44:02.648167+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 08 Apr 2021 09:44:02 GMT\r\nLocation: http://192.168.0.190:8081/InvoiceTracking/public/index.php/\r\n\r\n\n\n \n \n \n\n Redirecting to http://192.168.0.190:8081/InvoiceTracking/public/index.php/\n \n \n Redirecting to http://192.168.0.190:8081/InvoiceTracking/public/index.php/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T09:44:02.648350+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T09:44:02.648396+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T09:44:02.655064+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-04-08T09:44:02.776095+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2021-04-08T09:44:02.791825+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-04-08T09:44:02.791883+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T09:44:02.791915+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T09:44:02.793380+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-04-08T09:44:02.842618+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-04-08T09:44:02.847090+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-04-08T09:44:03.012171+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-04-08T09:44:03.073126+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-04-08T09:44:03.314920+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d9c27b"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/d9c27b","method":"GET"} []
[2021-04-08T09:44:57.964943+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-04-08T09:44:57.980867+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-04-08T09:44:57.980939+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T09:44:57.980973+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T09:44:57.982679+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-04-08T09:44:58.043318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-04-08T09:44:58.048244+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-04-08T09:44:58.109700+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-04-08T09:44:58.141989+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-04-08T09:44:58.320512+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6a85d4"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/6a85d4","method":"GET"} []
[2021-04-08T09:44:59.009470+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-04-08T09:44:59.024827+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-04-08T09:44:59.024880+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T09:44:59.024912+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T09:44:59.026056+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-04-08T09:44:59.081805+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-04-08T09:44:59.086037+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-04-08T09:44:59.101502+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-04-08T09:44:59.183580+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-04-08T09:44:59.356251+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1710f3"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/1710f3","method":"GET"} []
[2021-04-08T09:45:00.182079+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-04-08T09:45:00.198253+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-04-08T09:45:00.198311+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T09:45:00.198348+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T09:45:00.199582+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-04-08T09:45:00.259568+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-04-08T09:45:00.263932+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-04-08T09:45:00.273951+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-04-08T09:45:00.319626+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-04-08T09:45:00.470051+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a00ba5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/a00ba5","method":"GET"} []
[2021-04-08T09:47:33.796452+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /emailsend"" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /emailsend\" at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/emailsend/\". at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} []
[2021-04-08T09:47:34.143854+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2faff6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/2faff6","method":"GET"} []
[2021-04-08T09:47:56.655530+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/emailsend","method":"GET"} []
[2021-04-08T09:47:56.678876+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-04-08T09:47:56.678932+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T09:47:56.678964+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T09:47:56.681031+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-04-08T09:47:56.753848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-04-08T09:47:56.764800+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-04-08T09:47:56.813202+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-04-08T09:47:56.845272+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-04-08T09:48:01.043519+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" started [] []
[2021-04-08T09:48:02.722580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["11"] []
[2021-04-08T09:48:02.729576+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-04-08T09:48:02.730547+00:00] doctrine.DEBUG: UPDATE invoice SET emailstatus = ?, emaildate = ? WHERE id = ? [1,"2021-04-08T09:48:02+00:00",11] []
[2021-04-08T09:48:02.738062+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-04-08T09:48:02.774819+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-04-08T09:48:02.797368+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" stopping [] []
[2021-04-08T09:48:03.000488+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" stopped [] []
[2021-04-08T11:29:56.842669+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-04-08T11:29:56.868618+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-04-08T11:29:56.868673+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T11:29:56.868707+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T11:29:56.918235+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-04-08T11:29:57.901708+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c88c96"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/c88c96","method":"GET"} []
[2021-04-08T11:30:00.465481+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2021-04-08T11:30:00.481112+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-04-08T11:30:00.481161+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T11:30:00.481198+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T11:30:00.482186+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T11:30:00.547636+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["faraz@cross-world.com"] []
[2021-04-08T11:30:00.764927+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"faraz@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T11:30:00.770325+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 08 Apr 2021 11:30:00 GMT\r\nLocation: /InvoiceTracking/public/index.php/invoice\r\n\r\n\n\n \n \n \n\n Redirecting to /InvoiceTracking/public/index.php/invoice\n \n \n Redirecting to /InvoiceTracking/public/index.php/invoice.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T11:30:00.770394+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T11:30:00.770424+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T11:30:00.777584+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-04-08T11:30:00.964423+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-04-08T11:30:00.980298+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-04-08T11:30:00.980355+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T11:30:00.980389+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T11:30:00.981808+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-04-08T11:30:01.044920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-04-08T11:30:01.049139+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-04-08T11:30:01.068957+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-04-08T11:30:01.129364+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-04-08T11:30:02.068590+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"761ccb"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/761ccb","method":"GET"} []
[2021-04-08T11:30:14.274444+00:00] request.INFO: Matched route "invoice_payment". {"route":"invoice_payment","route_parameters":{"_route":"invoice_payment","_controller":"App\\Controller\\InvoiceController::payment","id":"8"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/payment/8?redirect_to=%2Finvoice","method":"GET"} []
[2021-04-08T11:30:14.291636+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-04-08T11:30:14.291705+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T11:30:14.291739+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T11:30:14.293070+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-04-08T11:30:14.342567+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-04-08T11:30:14.347215+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-04-08T11:30:14.363806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["8"] []
[2021-04-08T11:30:14.370018+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-04-08T11:30:14.370262+00:00] doctrine.DEBUG: UPDATE invoice SET paymentstatus = ?, paymentdate = ? WHERE id = ? [1,"2021-04-08T11:30:14+00:00",8] []
[2021-04-08T11:30:14.371111+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-04-08T11:30:14.392234+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-04-08T11:30:14.581884+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-04-08T11:30:14.605492+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-04-08T11:30:14.605548+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T11:30:14.605580+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T11:30:14.607629+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-04-08T11:30:14.686681+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-04-08T11:30:14.691203+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-04-08T11:30:14.711515+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-04-08T11:30:14.772734+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-04-08T11:30:15.034946+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"56cbd6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/56cbd6","method":"GET"} []
[2021-04-08T11:30:28.440999+00:00] request.INFO: Matched route "invoice_payment". {"route":"invoice_payment","route_parameters":{"_route":"invoice_payment","_controller":"App\\Controller\\InvoiceController::payment","id":"11"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/payment/11?redirect_to=%2Finvoice","method":"GET"} []
[2021-04-08T11:30:28.458029+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-04-08T11:30:28.458092+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T11:30:28.458125+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T11:30:28.459602+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-04-08T11:30:28.520492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-04-08T11:30:28.524883+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-04-08T11:30:28.539046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["11"] []
[2021-04-08T11:30:28.546817+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-04-08T11:30:28.547119+00:00] doctrine.DEBUG: UPDATE invoice SET paymentstatus = ?, paymentdate = ? WHERE id = ? [1,"2021-04-08T11:30:28+00:00",11] []
[2021-04-08T11:30:28.584800+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-04-08T11:30:28.605927+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-04-08T11:30:28.775085+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-04-08T11:30:28.797290+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-04-08T11:30:28.797345+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T11:30:28.797377+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T11:30:28.799285+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-04-08T11:30:28.865055+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-04-08T11:30:28.869640+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-04-08T11:30:28.887990+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-04-08T11:30:28.943699+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-04-08T11:30:29.223695+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f224a"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/1f224a","method":"GET"} []
[2021-04-08T11:30:31.592830+00:00] request.INFO: Matched route "invoice_payment". {"route":"invoice_payment","route_parameters":{"_route":"invoice_payment","_controller":"App\\Controller\\InvoiceController::payment","id":"10"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/payment/10?redirect_to=%2Finvoice","method":"GET"} []
[2021-04-08T11:30:31.608899+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-04-08T11:30:31.608956+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T11:30:31.608988+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T11:30:31.610115+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-04-08T11:30:31.664887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-04-08T11:30:31.668172+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-04-08T11:30:31.680989+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["10"] []
[2021-04-08T11:30:31.685577+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-04-08T11:30:31.685815+00:00] doctrine.DEBUG: UPDATE invoice SET paymentstatus = ?, paymentdate = ? WHERE id = ? [1,"2021-04-08T11:30:31+00:00",10] []
[2021-04-08T11:30:31.689231+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-04-08T11:30:31.709752+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-04-08T11:30:31.920755+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-04-08T11:30:31.943551+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-04-08T11:30:31.943655+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T11:30:31.943695+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-04-08T11:30:31.945733+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-04-08T11:30:32.009768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [4] []
[2021-04-08T11:30:32.014331+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"faraz@cross-world.com"} []
[2021-04-08T11:30:32.032809+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-04-08T11:30:32.089998+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-04-08T11:30:32.382299+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1ef7b"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/b1ef7b","method":"GET"} []
[2021-05-04T10:04:53.144950+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2021-05-04T10:04:53.189322+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-04T10:04:53.189382+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:04:53.189415+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:04:53.195396+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-05-04T10:04:53.227225+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2021-05-04T10:04:53.228034+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-05-04T10:04:53.390682+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-05-04T10:04:53.406490+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-04T10:04:53.406546+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:04:53.406627+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:04:53.458839+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-05-04T10:04:53.665047+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"16e215"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/_wdt/16e215","method":"GET"} []
[2021-05-04T10:05:03.731794+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2021-05-04T10:05:03.752896+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-04T10:05:03.752953+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:05:03.752995+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:05:03.755347+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:05:03.829594+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malayaroy99@gmail.com"] []
[2021-05-04T10:05:03.843388+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException(code: 0): Email could not be found. at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Security\\LoginFormAuthenticator.php:74)","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:05:03.847430+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:05:03.983702+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-05-04T10:05:04.000570+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-04T10:05:04.000633+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:05:04.000672+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:05:04.034072+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-05-04T10:05:04.185908+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a84279"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/_wdt/a84279","method":"GET"} []
[2021-05-04T10:05:19.003239+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2021-05-04T10:05:19.019376+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-04T10:05:19.019434+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:05:19.019473+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:05:19.020279+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:05:19.084585+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malay@cross-world.com"] []
[2021-05-04T10:05:19.091697+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException(code: 0): Email could not be found. at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Security\\LoginFormAuthenticator.php:74)","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:05:19.095457+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:05:19.222976+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-05-04T10:05:19.238636+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-04T10:05:19.238693+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:05:19.238728+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:05:19.268003+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-05-04T10:05:19.412805+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"918267"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/_wdt/918267","method":"GET"} []
[2021-05-04T10:06:13.063392+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2021-05-04T10:06:13.079996+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-04T10:06:13.080052+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:06:13.080091+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:06:13.080728+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:06:13.142557+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2021-05-04T10:06:13.364777+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because \"App\\Security\\LoginFormAuthenticator::checkCredentials()\" did not return true. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-guard\\Provider\\GuardAuthenticationProvider.php:124)","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:06:13.368492+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:06:13.491513+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-05-04T10:06:13.507046+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-04T10:06:13.507099+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:06:13.507133+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:06:13.536711+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-05-04T10:06:13.689049+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e574cc"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/_wdt/e574cc","method":"GET"} []
[2021-05-04T10:06:18.242740+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2021-05-04T10:06:18.259473+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-04T10:06:18.259529+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:06:18.259569+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:06:18.260222+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:06:18.302172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2021-05-04T10:06:18.527153+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:06:18.531372+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 04 May 2021 10:06:18 GMT\r\nLocation: http://127.0.0.1:8081/InvoiceTracking/public/index.php/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8081/InvoiceTracking/public/index.php/\n \n \n Redirecting to http://127.0.0.1:8081/InvoiceTracking/public/index.php/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:06:18.531494+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:06:18.531529+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:06:18.538419+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-04T10:06:18.655543+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2021-05-04T10:06:18.672017+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-04T10:06:18.672077+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:06:18.672114+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:06:18.673396+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-04T10:06:18.731848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-04T10:06:18.736259+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-04T10:06:18.863306+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-05-04T10:06:18.903337+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-04T10:06:19.072157+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2bbed3"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/_wdt/2bbed3","method":"GET"} []
[2021-05-04T10:07:03.656000+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-04T10:07:03.675524+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-04T10:07:03.675583+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:07:03.675620+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:07:03.676823+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-04T10:07:03.735211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-04T10:07:03.741291+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-04T10:07:03.757406+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-04T10:07:03.830375+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-04T10:07:03.989061+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3541a9"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/_wdt/3541a9","method":"GET"} []
[2021-05-04T10:07:08.249726+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/invoice/emailsend","method":"GET"} []
[2021-05-04T10:07:08.268293+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-04T10:07:08.268352+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:07:08.268385+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:07:08.270060+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-04T10:07:08.319323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-04T10:07:08.323012+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-04T10:07:08.358706+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-05-04T10:07:08.386549+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-05-04T10:07:13.374605+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" started [] []
[2021-05-04T10:07:15.363753+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["12"] []
[2021-05-04T10:07:15.380151+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-05-04T10:07:15.380701+00:00] doctrine.DEBUG: UPDATE invoice SET emailstatus = ?, emaildate = ? WHERE id = ? [1,"2021-05-04T10:07:15+00:00",12] []
[2021-05-04T10:07:15.382113+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-05-04T10:07:16.951273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["13"] []
[2021-05-04T10:07:16.953330+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-05-04T10:07:16.954152+00:00] doctrine.DEBUG: UPDATE invoice SET emailstatus = ?, emaildate = ? WHERE id = ? [1,"2021-05-04T10:07:16+00:00",13] []
[2021-05-04T10:07:16.958078+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-05-04T10:07:18.550847+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["14"] []
[2021-05-04T10:07:18.552836+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-05-04T10:07:18.553561+00:00] doctrine.DEBUG: UPDATE invoice SET emailstatus = ?, emaildate = ? WHERE id = ? [1,"2021-05-04T10:07:18+00:00",14] []
[2021-05-04T10:07:18.557526+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-05-04T10:07:18.573474+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-04T10:07:18.590474+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" stopping [] []
[2021-05-04T10:07:18.802759+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" stopped [] []
[2021-05-04T10:07:24.056065+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/invoice/emailsend","method":"GET"} []
[2021-05-04T10:07:24.080361+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-04T10:07:24.080417+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:07:24.080449+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-04T10:07:24.082305+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-04T10:07:24.151467+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-04T10:07:24.155893+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-04T10:07:24.182363+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-05-04T10:07:24.193729+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T06:41:10.486368+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2021-05-16T06:41:10.551135+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T06:41:10.551193+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:41:10.551227+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:41:10.559371+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-05-16T06:41:10.608720+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2021-05-16T06:41:10.609977+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-05-16T06:41:10.807251+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-05-16T06:41:10.830666+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T06:41:10.830723+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:41:10.830757+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:41:10.879812+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-05-16T06:41:11.074103+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"94f417"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/94f417","method":"GET"} []
[2021-05-16T06:41:17.473614+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/register","method":"GET"} []
[2021-05-16T06:41:17.490692+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T06:41:17.490785+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:41:17.490823+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:41:17.792665+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-05-16T06:41:17.933329+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c34ec"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/9c34ec","method":"GET"} []
[2021-05-16T06:45:34.149223+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-05-16T06:45:34.169943+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T06:45:34.169994+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:45:34.170027+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:45:34.205943+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-05-16T06:45:34.515136+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0988fc"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/0988fc","method":"GET"} []
[2021-05-16T06:45:53.898352+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-05-16T06:45:53.919479+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T06:45:53.919532+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:45:53.919568+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:45:53.956313+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-05-16T06:45:54.160332+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31c54e"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/31c54e","method":"GET"} []
[2021-05-16T06:45:57.304587+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/register","method":"GET"} []
[2021-05-16T06:45:57.319593+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T06:45:57.319640+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:45:57.319671+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:45:57.416718+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-05-16T06:45:57.595549+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"328454"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/328454","method":"GET"} []
[2021-05-16T06:46:35.672510+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/register","method":"POST"} []
[2021-05-16T06:46:35.687698+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T06:46:35.687746+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:46:35.687776+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:46:35.689138+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-05-16T06:46:36.006981+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? ["tamim@cross-world.com"] []
[2021-05-16T06:46:36.243986+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-05-16T06:46:36.246014+00:00] doctrine.DEBUG: INSERT INTO user (email, roles, password, name, pin) VALUES (?, ?, ?, ?, ?) {"1":"tamim@cross-world.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]","4":"Wasir Tamim","5":1722} []
[2021-05-16T06:46:36.252620+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-05-16T06:46:36.273116+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T06:46:36.401645+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T06:46:36.417112+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T06:46:36.417163+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:46:36.417197+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:46:36.418704+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T06:46:36.476906+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T06:46:36.486203+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T06:46:36.517796+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T06:46:36.597435+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T06:46:36.937107+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c9261"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/9c9261","method":"GET"} []
[2021-05-16T06:46:52.594305+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-05-16T06:46:52.615557+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T06:46:52.615613+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:46:52.615645+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:46:52.617451+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T06:46:52.679378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T06:46:52.684227+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T06:46:52.766804+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-05-16T06:46:52.799194+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T06:46:53.118920+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"48dfbd"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/48dfbd","method":"GET"} []
[2021-05-16T06:47:03.223319+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-05-16T06:47:03.238588+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T06:47:03.238640+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:47:03.238672+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:47:03.239808+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T06:47:03.301858+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T06:47:03.306229+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T06:47:03.329790+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-05-16T06:47:03.399802+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-05-16T06:47:03.410566+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6]] []
[2021-05-16T06:47:03.415233+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-05-16T06:47:03.417430+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T06:47:03.674138+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5c1081"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/5c1081","method":"GET"} []
[2021-05-16T06:47:10.598297+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-05-16T06:47:10.616580+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T06:47:10.616634+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:47:10.616665+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:47:10.618400+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T06:47:10.685014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T06:47:10.689544+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T06:47:10.744276+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-05-16T06:47:10.771415+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T06:47:10.987180+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e63380"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/e63380","method":"GET"} []
[2021-05-16T06:47:12.084059+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T06:47:12.099461+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T06:47:12.099512+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:47:12.099542+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:47:12.100663+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T06:47:12.156933+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T06:47:12.165513+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T06:47:12.184665+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T06:47:12.232339+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T06:47:12.398385+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a05d06"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/a05d06","method":"GET"} []
[2021-05-16T06:53:30.234250+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-05-16T06:53:30.255126+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T06:53:30.255177+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:53:30.255208+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:53:30.256997+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T06:53:30.311941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T06:53:30.316622+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T06:53:30.373496+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-05-16T06:53:30.403044+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T06:53:30.618618+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"67edba"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/67edba","method":"GET"} []
[2021-05-16T06:54:43.846354+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T06:54:43.861869+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T06:54:43.861920+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:54:43.861951+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:54:43.863098+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T06:54:43.903079+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T06:54:43.907391+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T06:54:43.918055+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T06:54:43.962634+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T06:54:44.187709+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"184c04"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/184c04","method":"GET"} []
[2021-05-16T06:54:45.556593+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"14"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/14","method":"GET"} []
[2021-05-16T06:54:45.574127+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T06:54:45.574182+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:54:45.574218+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:54:45.575414+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T06:54:45.619799+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T06:54:45.624026+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T06:54:45.637927+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["14"] []
[2021-05-16T06:54:45.657862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-05-16T06:54:45.670247+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T06:54:45.932730+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"57e71c"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/57e71c","method":"GET"} []
[2021-05-16T06:54:56.624936+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T06:54:56.645955+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T06:54:56.646011+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:54:56.646043+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:54:56.647773+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T06:54:56.706970+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T06:54:56.711433+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T06:54:56.728368+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T06:54:56.785063+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T06:54:57.053385+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"374a09"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/374a09","method":"GET"} []
[2021-05-16T06:54:58.026080+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-05-16T06:54:58.040798+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T06:54:58.040844+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:54:58.040875+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:54:58.041962+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T06:54:58.083583+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T06:54:58.087698+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T06:54:58.133189+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-05-16T06:54:58.155163+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T06:54:58.376389+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa5a4a"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/aa5a4a","method":"GET"} []
[2021-05-16T06:57:19.073722+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"POST"} []
[2021-05-16T06:57:19.096255+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T06:57:19.170572+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T06:57:19.175180+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T06:57:19.175240+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T06:57:19.175273+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:57:19.175301+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:57:19.238833+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["6"]] []
[2021-05-16T06:57:19.318020+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-05-16T06:57:19.319394+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"47729","2":"2020-09-22T00:00:00+00:00","3":null,"4":3732.45,"5":"Generator Engine Spares","6":null,"7":null,"8":"2020-10-30T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":6} []
[2021-05-16T06:57:19.321648+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-05-16T06:57:19.343880+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T06:57:19.489122+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T06:57:19.504566+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T06:57:19.504620+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:57:19.504652+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:57:19.505765+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T06:57:19.564549+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T06:57:19.569778+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T06:57:19.580393+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T06:57:19.629233+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T06:57:19.845514+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"180512"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/180512","method":"GET"} []
[2021-05-16T06:57:24.470112+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"12"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/12","method":"GET"} []
[2021-05-16T06:57:24.485904+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T06:57:24.485968+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:57:24.486001+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:57:24.487224+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T06:57:24.546217+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T06:57:24.550440+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T06:57:24.562193+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["12"] []
[2021-05-16T06:57:24.580123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-05-16T06:57:24.593314+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T06:57:24.817833+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a078e5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/a078e5","method":"GET"} []
[2021-05-16T06:57:56.616863+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-05-16T06:57:56.635327+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T06:57:56.635385+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:57:56.635418+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:57:56.637614+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T06:57:56.723047+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T06:57:56.729862+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T06:57:56.789974+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-05-16T06:57:56.821523+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T06:57:57.051721+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8d8fb"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/a8d8fb","method":"GET"} []
[2021-05-16T06:59:38.199986+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"POST"} []
[2021-05-16T06:59:38.218290+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T06:59:38.273332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T06:59:38.277574+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T06:59:38.277637+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T06:59:38.277670+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:59:38.277699+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:59:38.324992+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["6"]] []
[2021-05-16T06:59:38.386719+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-05-16T06:59:38.388173+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"47729A","2":"2020-09-22T00:00:00+00:00","3":null,"4":419.0,"5":"Generator Engine Spares","6":null,"7":null,"8":"2020-10-30T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":6} []
[2021-05-16T06:59:38.426864+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-05-16T06:59:38.438282+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T06:59:38.562094+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T06:59:38.576867+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T06:59:38.576915+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:59:38.576947+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T06:59:38.578042+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T06:59:38.634152+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T06:59:38.637377+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T06:59:38.647648+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T06:59:38.692634+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T06:59:38.919145+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5d05ff"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/5d05ff","method":"GET"} []
[2021-05-16T07:01:03.357970+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-05-16T07:01:03.378088+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:01:03.378138+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:01:03.378169+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:01:03.379873+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:01:03.449454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:01:03.453100+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:01:03.511149+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-05-16T07:01:03.540662+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:01:03.784445+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"069891"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/069891","method":"GET"} []
[2021-05-16T07:01:55.103956+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"POST"} []
[2021-05-16T07:01:55.126108+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:01:55.197256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:01:55.200758+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:01:55.200821+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:01:55.200890+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:01:55.200918+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:01:55.258877+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["6"]] []
[2021-05-16T07:01:55.322050+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-05-16T07:01:55.323646+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"47823","2":"2020-09-22T00:00:00+00:00","3":null,"4":1925.36,"5":"Generator Engine Spares","6":null,"7":null,"8":"2020-10-30T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":6} []
[2021-05-16T07:01:55.361862+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-05-16T07:01:55.377556+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:01:55.510119+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T07:01:55.524950+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:01:55.525000+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:01:55.525032+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:01:55.526117+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:01:55.577701+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:01:55.580862+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:01:55.590924+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T07:01:55.661811+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:01:55.893311+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"26da3b"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/26da3b","method":"GET"} []
[2021-05-16T07:02:05.602995+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"10"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/10","method":"GET"} []
[2021-05-16T07:02:05.618667+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:02:05.618721+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:02:05.618753+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:02:05.620094+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:02:05.680040+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:02:05.683398+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:02:05.694707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["10"] []
[2021-05-16T07:02:05.711711+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-05-16T07:02:05.722896+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:02:05.967972+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6ce0c"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/f6ce0c","method":"GET"} []
[2021-05-16T07:02:09.170817+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T07:02:09.189487+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:02:09.189543+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:02:09.189575+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:02:09.191303+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:02:09.262231+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:02:09.266061+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:02:09.281818+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T07:02:09.338333+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:02:09.593995+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c0986a"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/c0986a","method":"GET"} []
[2021-05-16T07:03:39.791014+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2021-05-16T07:03:39.806597+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:03:39.806652+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:03:39.806683+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:03:39.807823+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:03:39.871791+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:03:39.875216+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:03:39.885236+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T07:03:39.932678+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:03:40.208968+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a5d751"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/a5d751","method":"GET"} []
[2021-05-16T07:03:41.902607+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T07:03:41.918118+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:03:41.918172+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:03:41.918205+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:03:41.919338+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:03:41.958053+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:03:41.961290+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:03:41.971814+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T07:03:42.018157+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:03:42.344460+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69d556"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/69d556","method":"GET"} []
[2021-05-16T07:03:42.728240+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-05-16T07:03:42.743621+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:03:42.743677+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:03:42.743710+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:03:42.744858+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:03:42.785271+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:03:42.788497+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:03:42.832988+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-05-16T07:03:42.855557+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:03:43.079561+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b93eb5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/b93eb5","method":"GET"} []
[2021-05-16T07:04:40.452655+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"POST"} []
[2021-05-16T07:04:40.474544+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:04:40.546022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:04:40.549557+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:04:40.549671+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:04:40.549710+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:04:40.549739+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:04:40.608656+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["6"]] []
[2021-05-16T07:04:40.672736+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-05-16T07:04:40.674122+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"48678","2":"2020-12-14T00:00:00+00:00","3":null,"4":4288.4,"5":"Generator Engine Spares","6":null,"7":null,"8":"2021-01-30T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":6} []
[2021-05-16T07:04:40.677179+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-05-16T07:04:40.688389+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:04:40.818446+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T07:04:40.833415+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:04:40.833468+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:04:40.833500+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:04:40.834619+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:04:40.878575+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:04:40.885329+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:04:40.902283+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T07:04:40.953922+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:04:41.185280+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"701a47"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/701a47","method":"GET"} []
[2021-05-16T07:05:16.758909+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-05-16T07:05:16.779477+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:05:16.779528+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:05:16.779558+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:05:16.781269+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:05:16.830738+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:05:16.834273+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:05:16.889726+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-05-16T07:05:16.917416+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:05:17.136870+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"88ee5d"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/88ee5d","method":"GET"} []
[2021-05-16T07:06:18.197152+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"POST"} []
[2021-05-16T07:06:18.213631+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:06:18.275206+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:06:18.278625+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:06:18.278688+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:06:18.278724+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:06:18.278756+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:06:18.324354+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["6"]] []
[2021-05-16T07:06:18.387012+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-05-16T07:06:18.388464+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"48678A","2":"2020-12-14T00:00:00+00:00","3":null,"4":400.0,"5":"Generator Engine Spares","6":null,"7":null,"8":"2021-01-30T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":6} []
[2021-05-16T07:06:18.391671+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-05-16T07:06:18.401667+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:06:18.530683+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T07:06:18.545902+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:06:18.545955+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:06:18.545987+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:06:18.547114+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:06:18.600159+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:06:18.612854+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:06:18.634775+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T07:06:18.686786+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:06:18.892020+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"840849"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/840849","method":"GET"} []
[2021-05-16T07:06:54.736854+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2021-05-16T07:06:54.752637+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:06:54.752691+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:06:54.752723+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:06:54.753861+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:06:54.816697+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:06:54.820008+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:06:54.830226+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T07:06:54.877013+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:06:55.080013+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5e5409"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/5e5409","method":"GET"} []
[2021-05-16T07:06:58.880296+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-05-16T07:06:58.895458+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:06:58.895507+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:06:58.895539+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:06:58.896726+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:06:58.969403+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:06:58.980023+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:06:59.031470+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-05-16T07:06:59.053112+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:06:59.309692+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"13cbfa"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/13cbfa","method":"GET"} []
[2021-05-16T07:07:33.016322+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"POST"} []
[2021-05-16T07:07:33.038108+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:07:33.097211+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:07:33.100715+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:07:33.100775+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:07:33.100809+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:07:33.100838+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:07:33.159132+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["6"]] []
[2021-05-16T07:07:33.222794+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-05-16T07:07:33.224190+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"48774","2":"2020-12-16T00:00:00+00:00","3":null,"4":835.25,"5":"Generator Engine Spares","6":null,"7":null,"8":"2021-01-30T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":6} []
[2021-05-16T07:07:33.261351+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-05-16T07:07:33.289047+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:07:33.452367+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T07:07:33.467988+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:07:33.468041+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:07:33.468073+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:07:33.469201+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:07:33.533295+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:07:33.536575+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:07:33.546997+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T07:07:33.595778+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:07:33.806739+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8701b5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/8701b5","method":"GET"} []
[2021-05-16T07:09:09.870543+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"19"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/19","method":"GET"} []
[2021-05-16T07:09:09.888610+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:09:09.888667+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:09:09.888701+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:09:09.889878+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:09:09.930718+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:09:09.934375+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:09:09.945713+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["19"] []
[2021-05-16T07:09:09.962419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-05-16T07:09:09.973749+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:09:10.265664+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6fbf87"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/6fbf87","method":"GET"} []
[2021-05-16T07:09:21.821106+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2021-05-16T07:09:21.839057+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:09:21.839107+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:09:21.839139+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:09:21.840832+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:09:21.899318+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:09:21.902830+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:09:21.918330+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T07:09:21.973541+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:09:22.156248+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f255fb"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/f255fb","method":"GET"} []
[2021-05-16T07:09:27.468712+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"11"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/11","method":"GET"} []
[2021-05-16T07:09:27.483844+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:09:27.483897+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:09:27.483928+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:09:27.485051+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:09:27.537049+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:09:27.540950+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:09:27.551597+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["11"] []
[2021-05-16T07:09:27.567542+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-05-16T07:09:27.578447+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:09:27.809033+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8fb2f5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/8fb2f5","method":"GET"} []
[2021-05-16T07:09:33.095918+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T07:09:33.113718+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:09:33.113767+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:09:33.113798+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:09:33.115506+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:09:33.183519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:09:33.187058+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:09:33.202336+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T07:09:33.259090+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:09:33.589440+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc9c28"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/cc9c28","method":"GET"} []
[2021-05-16T07:09:34.716508+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2021-05-16T07:09:34.734549+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:09:34.734604+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:09:34.734636+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:09:34.736328+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:09:34.782284+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:09:34.785632+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:09:34.800412+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T07:09:34.854805+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:09:35.057371+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"67df8e"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/67df8e","method":"GET"} []
[2021-05-16T07:09:37.157334+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"9"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/9","method":"GET"} []
[2021-05-16T07:09:37.172337+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:09:37.172387+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:09:37.172418+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:09:37.173576+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:09:37.234097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:09:37.237297+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:09:37.247786+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["9"] []
[2021-05-16T07:09:37.263667+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-05-16T07:09:37.274822+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:09:37.478076+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"875022"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/875022","method":"GET"} []
[2021-05-16T07:09:47.213426+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-05-16T07:09:47.231914+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:09:47.231969+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:09:47.232001+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:09:47.233839+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:09:47.284735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:09:47.288349+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:09:47.342780+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-05-16T07:09:47.368708+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:09:47.578720+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d31579"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/d31579","method":"GET"} []
[2021-05-16T07:10:27.575864+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"POST"} []
[2021-05-16T07:10:27.592401+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:10:27.652878+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:10:27.656816+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:10:27.656886+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:10:27.656920+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:10:27.656949+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:10:27.707115+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["6"]] []
[2021-05-16T07:10:27.769225+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-05-16T07:10:27.770566+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"48774A","2":"2020-12-16T00:00:00+00:00","3":null,"4":100.0,"5":"Generator Engine Spares","6":null,"7":null,"8":"2021-01-30T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":6} []
[2021-05-16T07:10:27.806599+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-05-16T07:10:27.819522+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:10:27.951444+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T07:10:27.966383+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:10:27.966431+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:10:27.966462+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:10:27.967561+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:10:28.018482+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:10:28.021717+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:10:28.031706+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T07:10:28.076677+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:10:28.303368+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"427a30"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/427a30","method":"GET"} []
[2021-05-16T07:10:55.122007+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2021-05-16T07:10:55.137271+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:10:55.137318+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:10:55.137349+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:10:55.138443+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:10:55.189708+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:10:55.192997+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:10:55.203274+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T07:10:55.250559+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:10:55.473588+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b8b083"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/b8b083","method":"GET"} []
[2021-05-16T07:11:15.463317+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"11"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/11","method":"GET"} []
[2021-05-16T07:11:15.478930+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:11:15.478984+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:11:15.479016+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:11:15.480145+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:11:15.535839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:11:15.539036+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:11:15.549923+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["11"] []
[2021-05-16T07:11:15.565355+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-05-16T07:11:15.576329+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:11:15.842193+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f48cb2"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/f48cb2","method":"GET"} []
[2021-05-16T07:11:24.183766+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T07:11:24.202034+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:11:24.202085+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:11:24.202116+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:11:24.203850+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:11:24.265180+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:11:24.268646+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:11:24.283286+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T07:11:24.336678+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:11:24.685052+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c18a71"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/c18a71","method":"GET"} []
[2021-05-16T07:11:37.612586+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2021-05-16T07:11:37.632912+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:11:37.632962+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:11:37.632993+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:11:37.634865+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:11:37.682865+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:11:37.686285+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:11:37.702079+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T07:11:37.759932+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:11:37.974184+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"43bb24"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/43bb24","method":"GET"} []
[2021-05-16T07:11:49.671554+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-05-16T07:11:49.686795+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:11:49.686842+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:11:49.686873+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:11:49.687999+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:11:49.736885+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:11:49.740087+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:11:49.786466+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-05-16T07:11:49.808018+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:11:50.032002+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef6b68"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/ef6b68","method":"GET"} []
[2021-05-16T07:19:13.037020+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"POST"} []
[2021-05-16T07:19:13.061196+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:19:13.114348+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:19:13.118150+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:19:13.118214+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:19:13.118249+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:19:13.118279+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:19:13.181106+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.id IN (?) ORDER BY c0_.name ASC [["6"]] []
[2021-05-16T07:19:13.253092+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-05-16T07:19:13.254649+00:00] doctrine.DEBUG: INSERT INTO invoice (invoiceno, invoicedate, partno, totalamount, description, remarks, note, maturitydate, inactive, type, paymentamount, paymentstatus, paymentdate, emailstatus, emaildate, emailtype, entrydate, emtryby, editdate, editby, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"49553","2":"2021-03-04T00:00:00+00:00","3":null,"4":255.5,"5":"Generator Engine Spares","6":null,"7":null,"8":"2021-04-30T00:00:00+00:00","9":null,"10":null,"11":null,"12":null,"13":null,"14":null,"15":null,"16":null,"17":null,"18":null,"19":null,"20":null,"21":6} []
[2021-05-16T07:19:13.256142+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-05-16T07:19:13.268330+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:19:13.413723+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T07:19:13.428710+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T07:19:13.428757+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:19:13.428788+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T07:19:13.429903+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T07:19:13.476917+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T07:19:13.484119+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T07:19:13.500317+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T07:19:13.551561+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T07:19:13.784571+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a05a47"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/a05a47","method":"GET"} []
[2021-05-16T08:41:08.862664+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2021-05-16T08:41:08.921303+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T08:41:08.921361+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T08:41:08.921639+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T08:41:08.926323+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T08:41:09.065605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T08:41:09.076233+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T08:41:09.132837+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T08:41:09.285414+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T08:41:09.632703+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4add8d"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/4add8d","method":"GET"} []
[2021-05-16T09:00:03.124866+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"10"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/10","method":"GET"} []
[2021-05-16T09:00:03.161138+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:00:03.161221+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:00:03.161258+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:00:03.165153+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:00:03.250590+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:00:03.258309+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:00:03.288194+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["10"] []
[2021-05-16T09:00:03.313829+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-05-16T09:00:03.332838+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:00:03.711082+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1586b8"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/1586b8","method":"GET"} []
[2021-05-16T09:18:32.381106+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-05-16T09:18:32.404379+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:18:32.404437+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:18:32.404469+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:18:32.406366+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:18:32.476156+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:18:32.482297+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:18:32.585392+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-05-16T09:18:32.623976+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:18:32.889671+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"228975"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/228975","method":"GET"} []
[2021-05-16T09:18:34.945369+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T09:18:34.962009+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:18:34.962065+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:18:34.962098+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:18:34.963271+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:18:35.022444+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:18:35.025820+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:18:35.037346+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T09:18:35.089410+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:18:35.334472+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8abb2d"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/8abb2d","method":"GET"} []
[2021-05-16T09:18:37.525058+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2021-05-16T09:18:37.543141+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:18:37.543199+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:18:37.543233+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:18:37.544875+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:18:37.614014+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:18:37.627478+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:18:37.647980+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T09:18:37.702597+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:18:37.871041+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"21f87a"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/21f87a","method":"GET"} []
[2021-05-16T09:18:39.739543+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T09:18:39.755110+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:18:39.755166+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:18:39.755198+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:18:39.756417+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:18:39.795275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:18:39.798601+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:18:39.810076+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T09:18:39.858835+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:18:40.061006+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"533f71"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/533f71","method":"GET"} []
[2021-05-16T09:18:51.470164+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2021-05-16T09:18:51.491979+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:18:51.492038+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:18:51.492072+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:18:51.493898+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:18:51.549310+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:18:51.553625+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:18:51.572200+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T09:18:51.640014+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:18:51.859749+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce0433"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/ce0433","method":"GET"} []
[2021-05-16T09:18:57.528315+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T09:18:57.545522+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:18:57.545579+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:18:57.545612+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:18:57.546784+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:18:57.616005+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:18:57.626028+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:18:57.644256+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T09:18:57.696599+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:18:57.912098+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18fdea"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/18fdea","method":"GET"} []
[2021-05-16T09:23:54.151818+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2021-05-16T09:23:54.188284+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:23:54.188356+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:23:54.188396+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:23:54.191610+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:23:54.251766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:23:54.256209+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:23:54.285861+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T09:23:54.363682+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:23:54.658799+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f2971a"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/f2971a","method":"GET"} []
[2021-05-16T09:23:58.649224+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T09:23:58.664587+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:23:58.664642+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:23:58.664673+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:23:58.665808+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:23:58.708362+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:23:58.713384+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:23:58.727671+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T09:23:58.805715+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:23:59.052432+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4ba923"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/4ba923","method":"GET"} []
[2021-05-16T09:24:42.694295+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2021-05-16T09:24:42.710030+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:24:42.710089+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:24:42.710121+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:24:42.711315+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:24:42.776662+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:24:42.781224+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:24:42.794087+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T09:24:42.856307+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:24:43.072362+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"417b41"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/417b41","method":"GET"} []
[2021-05-16T09:24:47.274713+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T09:24:47.289833+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:24:47.289886+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:24:47.289918+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:24:47.291082+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:24:47.331643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:24:47.334932+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:24:47.345349+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T09:24:47.393216+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:24:47.620406+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e14d74"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/e14d74","method":"GET"} []
[2021-05-16T09:25:43.435669+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2021-05-16T09:25:43.451230+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:25:43.451287+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:25:43.451319+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:25:43.452487+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:25:43.515109+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:25:43.519786+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:25:43.530036+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T09:25:43.580871+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:25:43.803963+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"750508"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/750508","method":"GET"} []
[2021-05-16T09:25:51.191458+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"7"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/7","method":"GET"} []
[2021-05-16T09:25:51.207114+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:25:51.207168+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:25:51.207199+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:25:51.208320+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:25:51.273341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:25:51.276682+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:25:51.287813+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["7"] []
[2021-05-16T09:25:51.306822+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-05-16T09:25:51.319236+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:25:51.551743+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"128ca4"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/128ca4","method":"GET"} []
[2021-05-16T09:26:34.940713+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T09:26:34.961388+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:26:34.961444+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:26:34.961476+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:26:34.963283+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:26:35.027546+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:26:35.032000+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:26:35.047912+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T09:26:35.109573+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:26:35.342328+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"061a18"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/061a18","method":"GET"} []
[2021-05-16T09:26:36.964011+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2021-05-16T09:26:36.979251+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:26:36.979305+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:26:36.979336+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:26:36.980510+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:26:37.030934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:26:37.035484+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:26:37.045632+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T09:26:37.091535+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:26:37.370373+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6bf13a"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/6bf13a","method":"GET"} []
[2021-05-16T09:26:59.652800+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"10"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/10","method":"GET"} []
[2021-05-16T09:26:59.672545+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:26:59.672604+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:26:59.672641+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:26:59.673893+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:26:59.717273+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:26:59.720595+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:26:59.732525+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["10"] []
[2021-05-16T09:26:59.749234+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-05-16T09:26:59.761326+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:26:59.991129+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"873a9d"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/873a9d","method":"GET"} []
[2021-05-16T09:27:07.276998+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"8"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/8","method":"GET"} []
[2021-05-16T09:27:07.296893+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:27:07.296955+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:27:07.296993+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:27:07.298859+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:27:07.349599+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:27:07.353289+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:27:07.371644+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["8"] []
[2021-05-16T09:27:07.388498+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-05-16T09:27:07.399911+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:27:07.647408+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1a4b4a"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/1a4b4a","method":"GET"} []
[2021-05-16T09:27:24.697184+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T09:27:24.717048+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:27:24.717107+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:27:24.717140+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:27:24.719077+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:27:24.789671+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:27:24.793310+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:27:24.809468+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T09:27:24.868123+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:27:25.097729+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"080b0e"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/080b0e","method":"GET"} []
[2021-05-16T09:27:27.353414+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2021-05-16T09:27:27.372838+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:27:27.372901+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:27:27.372937+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:27:27.374159+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:27:27.420347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:27:27.423960+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:27:27.436529+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T09:27:27.486674+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:27:27.704745+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0105b1"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/0105b1","method":"GET"} []
[2021-05-16T09:34:44.934152+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T09:34:44.963840+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:34:44.963908+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:34:44.963943+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:34:44.966537+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:34:45.042043+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:34:45.049729+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:34:45.076139+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T09:34:45.158153+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:34:45.455961+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0dad4e"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/0dad4e","method":"GET"} []
[2021-05-16T09:40:20.390244+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2021-05-16T09:40:20.411335+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:40:20.411391+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:40:20.411422+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:40:20.413212+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:40:20.490492+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:40:20.494141+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:40:20.510523+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T09:40:20.570164+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:40:20.830039+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7522b4"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/7522b4","method":"GET"} []
[2021-05-16T09:40:50.439718+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T09:40:50.461837+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:40:50.461895+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:40:50.461927+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:40:50.463685+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:40:50.543694+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:40:50.554187+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:40:50.579335+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T09:40:50.640502+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:40:50.859794+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7e91d"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/a7e91d","method":"GET"} []
[2021-05-16T09:41:38.696225+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2021-05-16T09:41:38.714957+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:41:38.715015+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:41:38.715048+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:41:38.716305+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:41:38.760593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:41:38.764742+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:41:38.776282+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T09:41:38.831059+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:41:39.045047+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b0f889"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/b0f889","method":"GET"} []
[2021-05-16T09:43:21.541353+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-05-16T09:43:21.562322+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:43:21.562379+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:43:21.562411+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:43:21.564233+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:43:21.641593+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:43:21.646074+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:43:21.706182+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-05-16T09:43:21.739838+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:43:21.966630+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e1ea03"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/e1ea03","method":"GET"} []
[2021-05-16T09:52:44.734646+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T09:52:44.756037+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:52:44.756093+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:52:44.756126+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:52:44.757918+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:52:44.810322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:52:44.815600+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:52:44.832161+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T09:52:44.893052+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:52:45.161122+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"72fa23"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/72fa23","method":"GET"} []
[2021-05-16T09:52:50.913668+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"14"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/14","method":"GET"} []
[2021-05-16T09:52:50.935109+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:52:50.935168+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:52:50.935201+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:52:50.936958+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:52:50.987486+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:52:50.991040+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:52:51.012000+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["14"] []
[2021-05-16T09:52:51.029744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-05-16T09:52:51.041422+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:52:51.386226+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"768272"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/768272","method":"GET"} []
[2021-05-16T09:52:56.759349+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-05-16T09:52:56.779650+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:52:56.779704+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:52:56.779737+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:52:56.781521+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:52:56.831752+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:52:56.836194+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:52:56.890654+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-05-16T09:52:56.917270+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:52:57.121204+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f8c82"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/9f8c82","method":"GET"} []
[2021-05-16T09:56:00.753706+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T09:56:00.773889+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:56:00.773942+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:56:00.773972+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:56:00.775648+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:56:00.824042+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:56:00.827556+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:56:00.843460+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T09:56:00.902197+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:56:01.107449+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5dbfff"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/5dbfff","method":"GET"} []
[2021-05-16T09:56:11.381723+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2021-05-16T09:56:11.402353+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:56:11.402403+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:56:11.402494+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:56:11.404243+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:56:11.453588+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:56:11.457089+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:56:11.473230+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T09:56:11.549217+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:56:11.766102+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b8c7cb"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/b8c7cb","method":"GET"} []
[2021-05-16T09:59:27.177262+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T09:59:27.200896+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:59:27.200969+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:59:27.201032+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:59:27.203443+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:59:27.258453+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:59:27.262158+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:59:27.279504+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T09:59:27.342945+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:59:27.571912+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e533f"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/2e533f","method":"GET"} []
[2021-05-16T09:59:58.840639+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2021-05-16T09:59:58.861142+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T09:59:58.861195+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:59:58.861226+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T09:59:58.862934+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T09:59:58.911384+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T09:59:58.914791+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T09:59:58.930685+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T09:59:58.990450+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T09:59:59.226790+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a1b536"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/a1b536","method":"GET"} []
[2021-05-16T10:00:07.757841+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T10:00:07.773116+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:00:07.773167+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:00:07.773256+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:00:07.774390+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T10:00:07.811954+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T10:00:07.815247+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T10:00:07.825565+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T10:00:07.871193+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T10:00:08.043381+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8986c0"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/8986c0","method":"GET"} []
[2021-05-16T10:00:12.008892+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"18"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/18","method":"GET"} []
[2021-05-16T10:00:12.024831+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:00:12.024886+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:00:12.024923+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:00:12.026122+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T10:00:12.066077+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T10:00:12.069339+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T10:00:12.080508+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["18"] []
[2021-05-16T10:00:12.098528+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-05-16T10:00:12.110125+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T10:00:12.350560+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c012a2"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/c012a2","method":"GET"} []
[2021-05-16T10:00:17.027787+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T10:00:17.045661+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:00:17.045712+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:00:17.045743+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:00:17.047448+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T10:00:17.094430+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T10:00:17.097951+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T10:00:17.113506+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T10:00:17.169705+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T10:00:17.380529+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7ed0a1"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/7ed0a1","method":"GET"} []
[2021-05-16T10:01:28.931153+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2021-05-16T10:01:28.946771+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:01:28.946823+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:01:28.946910+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:01:28.948121+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T10:01:28.985817+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T10:01:28.988983+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T10:01:29.035220+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T10:01:29.080822+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T10:01:29.317368+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"546abf"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/546abf","method":"GET"} []
[2021-05-16T10:31:47.579440+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T10:31:47.600168+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:31:47.600219+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:31:47.600251+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:31:47.602030+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T10:31:47.654603+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T10:31:47.659658+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T10:31:47.675956+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T10:31:47.736322+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T10:31:48.037505+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9863e5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/9863e5","method":"GET"} []
[2021-05-16T10:37:00.601278+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2021-05-16T10:37:00.621953+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:37:00.622007+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:37:00.622037+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:37:00.623758+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T10:37:00.676554+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T10:37:00.680182+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T10:37:00.696236+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T10:37:00.756283+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T10:37:01.067859+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"548c34"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/548c34","method":"GET"} []
[2021-05-16T10:39:42.673901+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-05-16T10:39:42.694434+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:39:42.694483+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:39:42.694569+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:39:42.696304+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T10:39:42.766002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T10:39:42.769720+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T10:39:42.827770+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-05-16T10:39:42.856620+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T10:39:43.082648+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"20946a"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/20946a","method":"GET"} []
[2021-05-16T10:42:56.785996+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T10:42:56.807769+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:42:56.807822+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:42:56.807853+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:42:56.809633+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T10:42:56.866001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T10:42:56.869565+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T10:42:56.886134+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T10:42:56.946352+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T10:42:57.161865+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c728d8"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/c728d8","method":"GET"} []
[2021-05-16T10:43:01.374402+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"14"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/14","method":"GET"} []
[2021-05-16T10:43:01.389584+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:43:01.389635+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:43:01.389666+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:43:01.390785+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T10:43:01.441432+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [5] []
[2021-05-16T10:43:01.444704+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2021-05-16T10:43:01.455651+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["14"] []
[2021-05-16T10:43:01.471461+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [7] []
[2021-05-16T10:43:01.482444+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T10:43:01.754656+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53c905"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/53c905","method":"GET"} []
[2021-05-16T10:48:17.326456+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-05-16T10:48:17.348803+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:48:17.348865+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:17.348900+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:17.394199+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-05-16T10:48:17.655762+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1f26f"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/c1f26f","method":"GET"} []
[2021-05-16T10:48:25.711951+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2021-05-16T10:48:25.731111+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:48:25.731166+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:25.731207+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:25.732774+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:25.794377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malay@cross-world.com"] []
[2021-05-16T10:48:25.800647+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException(code: 0): Email could not be found. at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Security\\LoginFormAuthenticator.php:74)","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:25.804598+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:25.931547+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-05-16T10:48:25.947020+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:48:25.947072+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:25.947105+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:25.978230+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-05-16T10:48:26.130523+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9156a9"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/9156a9","method":"GET"} []
[2021-05-16T10:48:40.978995+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2021-05-16T10:48:41.002361+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:48:41.002418+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:41.002456+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:41.003349+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:41.081744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2021-05-16T10:48:41.315617+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because \"App\\Security\\LoginFormAuthenticator::checkCredentials()\" did not return true. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-guard\\Provider\\GuardAuthenticationProvider.php:124)","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:41.319390+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:41.450765+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-05-16T10:48:41.466299+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:48:41.466355+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:41.466389+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:41.498212+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-05-16T10:48:41.648028+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92b954"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/92b954","method":"GET"} []
[2021-05-16T10:48:46.399908+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2021-05-16T10:48:46.418030+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:48:46.418092+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:46.418135+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:46.418815+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:46.485319+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2021-05-16T10:48:46.704110+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:46.711921+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 16 May 2021 10:48:46 GMT\r\nLocation: /InvoiceTracking/public/index.php/invoice\r\n\r\n\n\n \n \n \n\n Redirecting to /InvoiceTracking/public/index.php/invoice\n \n \n Redirecting to /InvoiceTracking/public/index.php/invoice.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:46.712049+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:46.712084+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:46.718324+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T10:48:46.826882+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T10:48:46.842293+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:48:46.842347+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:46.842379+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:46.843658+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T10:48:46.890914+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-16T10:48:46.894194+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-16T10:48:46.909418+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T10:48:46.967432+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T10:48:47.227915+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e84c0"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/1e84c0","method":"GET"} []
[2021-05-16T10:48:53.767329+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2021-05-16T10:48:53.789118+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:48:53.789199+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:53.789267+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:48:53.791257+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T10:48:53.846204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-16T10:48:53.849987+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-16T10:48:53.866779+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T10:48:53.928485+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T10:48:54.094688+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"373db5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/373db5","method":"GET"} []
[2021-05-16T10:49:07.962866+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T10:49:07.979644+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:49:07.979704+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:49:07.979742+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:49:07.980943+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T10:49:08.044111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-16T10:49:08.047610+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-16T10:49:08.058989+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T10:49:08.108056+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T10:49:08.279072+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8fe946"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/8fe946","method":"GET"} []
[2021-05-16T10:49:40.592843+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-05-16T10:49:40.611008+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:49:40.611065+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:49:40.611101+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:49:40.612317+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T10:49:40.679514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-16T10:49:40.685927+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-16T10:49:40.701959+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-05-16T10:49:40.771375+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-05-16T10:49:40.780725+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6]] []
[2021-05-16T10:49:40.786108+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-05-16T10:49:40.788449+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T10:49:40.975718+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd7b74"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/bd7b74","method":"GET"} []
[2021-05-16T10:50:34.458493+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2021-05-16T10:50:34.475843+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:50:34.475904+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:50:34.475938+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:50:34.477133+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T10:50:34.543176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-16T10:50:34.546773+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-16T10:50:34.557774+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T10:50:34.606984+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T10:50:34.767128+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"828766"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/828766","method":"GET"} []
[2021-05-16T10:51:00.129550+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T10:51:00.153137+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:51:00.153197+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:51:00.153293+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:51:00.155214+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T10:51:00.232209+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-16T10:51:00.236308+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-16T10:51:00.253083+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T10:51:00.315899+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T10:51:00.487517+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"93695f"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/93695f","method":"GET"} []
[2021-05-16T10:54:08.552699+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-05-16T10:54:08.575113+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:54:08.575173+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:54:08.575208+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:54:08.577062+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T10:54:08.629465+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-16T10:54:08.633275+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-16T10:54:08.649529+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-05-16T10:54:08.723597+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-05-16T10:54:08.727738+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6]] []
[2021-05-16T10:54:08.731076+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-05-16T10:54:08.732497+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T10:54:08.897125+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cac3aa"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/cac3aa","method":"GET"} []
[2021-05-16T10:54:11.491143+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"7"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/show/7","method":"GET"} []
[2021-05-16T10:54:11.508382+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:54:11.508441+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:54:11.508478+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:54:11.509686+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T10:54:11.552806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-16T10:54:11.556233+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-16T10:54:11.562264+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["7"] []
[2021-05-16T10:54:11.589661+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T10:54:11.749885+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"60addb"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/60addb","method":"GET"} []
[2021-05-16T10:54:29.700119+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company/show/6","method":"GET"} []
[2021-05-16T10:54:29.724467+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:54:29.724538+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:54:29.724602+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:54:29.726709+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T10:54:29.795123+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-16T10:54:29.802966+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-16T10:54:29.815707+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["6"] []
[2021-05-16T10:54:29.847548+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T10:54:30.015297+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ce7bc"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/1ce7bc","method":"GET"} []
[2021-05-16T10:54:38.195999+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2021-05-16T10:54:38.212477+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T10:54:38.212534+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:54:38.212568+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T10:54:38.213733+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T10:54:38.264018+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-16T10:54:38.267344+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-16T10:54:38.278861+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2021-05-16T10:54:38.333857+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2021-05-16T10:54:38.336936+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[7,6]] []
[2021-05-16T10:54:38.339912+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2021-05-16T10:54:38.341173+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T10:54:38.515444+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"991e7f"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/991e7f","method":"GET"} []
[2021-05-16T11:23:14.086354+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-05-16T11:23:14.109227+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T11:23:14.109297+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T11:23:14.109333+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T11:23:14.111474+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T11:23:14.189984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-16T11:23:14.195112+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-16T11:23:14.257772+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-05-16T11:23:14.289949+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T11:23:14.474544+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d431cb"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/d431cb","method":"GET"} []
[2021-05-16T11:23:15.057834+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-16T11:23:15.073776+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T11:23:15.073838+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T11:23:15.073871+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T11:23:15.075017+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T11:23:15.139640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-16T11:23:15.143020+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-16T11:23:15.155833+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-16T11:23:15.210734+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T11:23:15.386827+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"888766"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/888766","method":"GET"} []
[2021-05-16T11:24:27.427454+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/emailsend","method":"GET"} []
[2021-05-16T11:24:27.448924+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T11:24:27.448984+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T11:24:27.449018+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T11:24:27.450826+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T11:24:27.516950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-16T11:24:27.520553+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-16T11:24:27.562567+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-05-16T11:24:27.588884+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" starting [] []
[2021-05-16T11:24:32.843207+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" started [] []
[2021-05-16T11:24:34.546700+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["15"] []
[2021-05-16T11:24:34.553985+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-05-16T11:24:34.554337+00:00] doctrine.DEBUG: UPDATE invoice SET emailstatus = ?, emaildate = ? WHERE id = ? [1,"2021-05-16T11:24:34+00:00",15] []
[2021-05-16T11:24:34.559331+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-05-16T11:24:36.124558+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["16"] []
[2021-05-16T11:24:36.126592+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-05-16T11:24:36.127367+00:00] doctrine.DEBUG: UPDATE invoice SET emailstatus = ?, emaildate = ? WHERE id = ? [1,"2021-05-16T11:24:36+00:00",16] []
[2021-05-16T11:24:36.130356+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-05-16T11:24:37.694322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["17"] []
[2021-05-16T11:24:37.696589+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-05-16T11:24:37.697322+00:00] doctrine.DEBUG: UPDATE invoice SET emailstatus = ?, emaildate = ? WHERE id = ? [1,"2021-05-16T11:24:37+00:00",17] []
[2021-05-16T11:24:37.699580+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-05-16T11:24:39.239766+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["18"] []
[2021-05-16T11:24:39.242125+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-05-16T11:24:39.242900+00:00] doctrine.DEBUG: UPDATE invoice SET emailstatus = ?, emaildate = ? WHERE id = ? [1,"2021-05-16T11:24:39+00:00",18] []
[2021-05-16T11:24:39.245775+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-05-16T11:24:40.803450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["19"] []
[2021-05-16T11:24:40.805739+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-05-16T11:24:40.806526+00:00] doctrine.DEBUG: UPDATE invoice SET emailstatus = ?, emaildate = ? WHERE id = ? [1,"2021-05-16T11:24:40+00:00",19] []
[2021-05-16T11:24:40.809392+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-05-16T11:24:42.313934+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["20"] []
[2021-05-16T11:24:42.316216+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-05-16T11:24:42.316995+00:00] doctrine.DEBUG: UPDATE invoice SET emailstatus = ?, emaildate = ? WHERE id = ? [1,"2021-05-16T11:24:42+00:00",20] []
[2021-05-16T11:24:42.321531+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-05-16T11:24:43.863792+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["21"] []
[2021-05-16T11:24:43.865928+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-05-16T11:24:43.866655+00:00] doctrine.DEBUG: UPDATE invoice SET emailstatus = ?, emaildate = ? WHERE id = ? [1,"2021-05-16T11:24:43+00:00",21] []
[2021-05-16T11:24:43.869312+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-05-16T11:24:45.420837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["22"] []
[2021-05-16T11:24:45.423081+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-05-16T11:24:45.423794+00:00] doctrine.DEBUG: UPDATE invoice SET emailstatus = ?, emaildate = ? WHERE id = ? [1,"2021-05-16T11:24:45+00:00",22] []
[2021-05-16T11:24:45.428443+00:00] doctrine.DEBUG: "COMMIT" [] []
[2021-05-16T11:24:45.459292+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-16T11:24:45.481006+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" stopping [] []
[2021-05-16T11:24:45.690836+00:00] app.DEBUG: Email transport "Symfony\Component\Mailer\Transport\Smtp\SmtpTransport" stopped [] []
[2021-05-16T11:25:14.480534+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/emailsend","method":"GET"} []
[2021-05-16T11:25:14.496857+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T11:25:14.496914+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T11:25:14.496948+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T11:25:14.498102+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-16T11:25:14.549287+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-16T11:25:14.552810+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-16T11:25:14.572653+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id WHERE DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 AND ifnull(i.emailstatus,0) != 1 [] []
[2021-05-16T11:25:14.580228+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-17T03:59:50.495589+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2021-05-17T03:59:50.544319+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-17T03:59:50.544392+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T03:59:50.544495+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T03:59:50.646895+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-05-17T03:59:50.998032+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1588eb"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/1588eb","method":"GET"} []
[2021-05-17T04:00:00.703167+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2021-05-17T04:00:00.719156+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-17T04:00:00.719211+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:00.719249+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:00.721134+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:00.815256+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2021-05-17T04:00:01.046928+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:01.052490+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 17 May 2021 04:00:01 GMT\r\nLocation: /InvoiceTracking/public/index.php/invoice\r\n\r\n\n\n \n \n \n\n Redirecting to /InvoiceTracking/public/index.php/invoice\n \n \n Redirecting to /InvoiceTracking/public/index.php/invoice.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:01.052567+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:01.052598+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:01.059202+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-17T04:00:01.170691+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-17T04:00:01.185958+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-17T04:00:01.186010+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:01.186108+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:01.187316+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-17T04:00:01.237848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-17T04:00:01.241245+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-17T04:00:01.277376+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-17T04:00:01.371374+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-17T04:00:01.590662+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9e1026"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/9e1026","method":"GET"} []
[2021-05-17T04:00:07.760318+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2021-05-17T04:00:07.782558+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-17T04:00:07.782625+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:07.782661+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:07.784514+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-17T04:00:07.847660+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-17T04:00:07.851447+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-17T04:00:07.868283+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-17T04:00:07.932241+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-17T04:00:08.097993+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f12d76"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/f12d76","method":"GET"} []
[2021-05-17T04:00:10.281708+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-17T04:00:10.298643+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-17T04:00:10.298702+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:10.298734+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:10.299891+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-17T04:00:10.359837+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-17T04:00:10.363361+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-17T04:00:10.373774+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-17T04:00:10.422023+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-17T04:00:10.572507+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"781b1f"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/781b1f","method":"GET"} []
[2021-05-17T04:00:18.261842+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2021-05-17T04:00:18.278117+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-17T04:00:18.278175+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:18.278258+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:18.279462+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-17T04:00:18.335305+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-17T04:00:18.338783+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-17T04:00:18.349105+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-17T04:00:18.397625+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-17T04:00:18.547944+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c94d1a"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/c94d1a","method":"GET"} []
[2021-05-17T04:00:24.799903+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-17T04:00:24.816596+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-17T04:00:24.816654+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:24.816690+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:24.817882+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-17T04:00:24.882023+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-17T04:00:24.896302+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-17T04:00:24.919607+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-17T04:00:24.974111+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-17T04:00:25.141782+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c09ca6"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/c09ca6","method":"GET"} []
[2021-05-17T04:00:29.344867+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"20"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/20","method":"GET"} []
[2021-05-17T04:00:29.360737+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-17T04:00:29.360792+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:29.360828+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:29.362003+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-17T04:00:29.420144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-17T04:00:29.423551+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-17T04:00:29.437204+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["20"] []
[2021-05-17T04:00:29.458346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-05-17T04:00:29.472207+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-17T04:00:29.664179+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8750bb"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/8750bb","method":"GET"} []
[2021-05-17T04:00:45.731312+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2021-05-17T04:00:45.747138+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-17T04:00:45.747193+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:45.747279+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:45.748482+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-17T04:00:45.808920+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-17T04:00:45.812392+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-17T04:00:45.901823+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2021-05-17T04:00:45.927760+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-17T04:00:46.106061+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd559d"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/dd559d","method":"GET"} []
[2021-05-17T04:00:48.255047+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-17T04:00:48.271010+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-17T04:00:48.271068+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:48.271104+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:48.272329+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-17T04:00:48.325342+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-17T04:00:48.328704+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-17T04:00:48.339920+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-17T04:00:48.390138+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-17T04:00:48.548961+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e6aa7c"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/e6aa7c","method":"GET"} []
[2021-05-17T04:00:50.286980+00:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::show","id":"16"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice/show/16","method":"GET"} []
[2021-05-17T04:00:50.303200+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-17T04:00:50.303256+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:50.303292+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:00:50.304468+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-17T04:00:50.362330+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-17T04:00:50.365901+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-17T04:00:50.377056+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["16"] []
[2021-05-17T04:00:50.394346+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? [6] []
[2021-05-17T04:00:50.406235+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-17T04:00:50.595494+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ee6d5"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/8ee6d5","method":"GET"} []
[2021-05-17T04:01:01.371282+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2021-05-17T04:01:01.390635+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-17T04:01:01.390693+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:01:01.390730+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-17T04:01:01.392570+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2021-05-17T04:01:01.452937+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [1] []
[2021-05-17T04:01:01.456457+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2021-05-17T04:01:01.471957+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2021-05-17T04:01:01.528055+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2021-05-17T04:01:01.698795+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd4092"},"request_uri":"http://192.168.0.190:8081/InvoiceTracking/public/index.php/_wdt/bd4092","method":"GET"} []
[2022-05-17T10:05:25.308770+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2022-05-17T10:05:25.315462+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-05-17T10:05:25.315509+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-05-17T10:05:25.315541+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-05-17T10:05:25.362123+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-05-17T10:05:25.537735+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f61c0"},"request_uri":"http://127.0.0.1:8000/_wdt/8f61c0","method":"GET"} []
[2022-05-17T10:07:56.276436+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2022-05-17T10:07:56.295685+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-05-17T10:07:56.295737+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-05-17T10:07:56.295766+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-05-17T10:07:56.298322+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-05-17T10:07:56.313998+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2022-05-17T10:07:56.314421+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-05-17T10:07:56.436797+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2022-05-17T10:07:56.450459+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-05-17T10:07:56.450509+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-05-17T10:07:56.450540+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-05-17T10:07:56.479392+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-05-17T10:07:56.655766+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"49fdca"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/_wdt/49fdca","method":"GET"} []
[2022-05-17T10:08:38.229260+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2022-05-17T10:08:38.248186+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-05-17T10:08:38.248238+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-05-17T10:08:38.248275+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-05-17T10:08:38.251645+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-05-17T10:08:38.356257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2022-05-17T10:08:38.557433+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-05-17T10:08:38.560692+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 17 May 2022 10:08:38 GMT\r\nLocation: http://127.0.0.1:8081/InvoiceTracking/public/index.php/\r\n\r\n\n\n \n \n \n\n Redirecting to http://127.0.0.1:8081/InvoiceTracking/public/index.php/\n \n \n Redirecting to http://127.0.0.1:8081/InvoiceTracking/public/index.php/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-05-17T10:08:38.560761+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-05-17T10:08:38.560789+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-05-17T10:08:38.569271+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2022-05-17T10:08:38.688740+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2022-05-17T10:08:38.705961+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-05-17T10:08:38.706003+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-05-17T10:08:38.706032+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-05-17T10:08:38.707342+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2022-05-17T10:08:38.758559+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] []
[2022-05-17T10:08:38.762161+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2022-05-17T10:08:38.880860+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2022-05-17T10:08:39.018583+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2022-05-17T10:08:39.221130+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2edd8e"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/_wdt/2edd8e","method":"GET"} []
[2022-05-17T10:08:44.999375+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2022-05-17T10:08:45.016795+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-05-17T10:08:45.016842+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-05-17T10:08:45.016871+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-05-17T10:08:45.018303+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2022-05-17T10:08:45.072149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] []
[2022-05-17T10:08:45.075880+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2022-05-17T10:08:45.124718+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2022-05-17T10:08:45.149583+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2022-05-17T10:08:45.283295+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3fb9f7"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/_wdt/3fb9f7","method":"GET"} []
[2022-05-17T10:08:51.799329+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2022-05-17T10:08:51.817569+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-05-17T10:08:51.817621+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-05-17T10:08:51.817650+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-05-17T10:08:51.819137+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2022-05-17T10:08:51.885454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] []
[2022-05-17T10:08:51.889303+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2022-05-17T10:08:51.906205+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2022-05-17T10:08:51.999580+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2022-05-17T10:08:52.010172+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[9,8,7,6]] []
[2022-05-17T10:08:52.014475+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2022-05-17T10:08:52.017326+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2022-05-17T10:08:52.165698+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6f6b43"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/_wdt/6f6b43","method":"GET"} []
[2022-05-17T10:08:54.304224+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2022-05-17T10:08:54.322117+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-05-17T10:08:54.322171+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-05-17T10:08:54.322201+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-05-17T10:08:54.324216+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2022-05-17T10:08:54.386303+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] []
[2022-05-17T10:08:54.390169+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2022-05-17T10:08:54.405161+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2022-05-17T10:08:54.494842+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2022-05-17T10:08:54.642297+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"75daeb"},"request_uri":"http://127.0.0.1:8081/InvoiceTracking/public/index.php/_wdt/75daeb","method":"GET"} []
[2022-05-18T04:55:26.041506+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2022-05-18T04:55:26.057568+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-05-18T04:55:26.057607+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-05-18T04:55:26.057635+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-05-18T04:55:26.059510+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-05-18T04:55:26.073114+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2022-05-18T04:55:26.073477+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-06-06T07:56:45.858820+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.208:8081/invoiceTracking/public/index.php/login","method":"GET"} []
[2022-06-06T07:56:45.902728+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-06-06T07:56:45.902776+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T07:56:45.902806+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T07:56:45.972004+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-06-06T07:56:46.339871+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5555a3"},"request_uri":"http://192.168.0.208:8081/invoiceTracking/public/index.php/_wdt/5555a3","method":"GET"} []
[2022-06-06T07:56:48.929885+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.208:8081/invoiceTracking/public/index.php/login","method":"POST"} []
[2022-06-06T07:56:48.945168+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-06-06T07:56:48.945207+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T07:56:48.945239+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T07:56:48.948499+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T07:56:49.042454+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["tamim@cross-world.com"] []
[2022-06-06T07:56:49.265385+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"tamim@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T07:56:49.270301+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 06 Jun 2022 07:56:49 GMT\r\nLocation: /invoiceTracking/public/index.php/invoice\r\n\r\n\n\n \n \n \n\n Redirecting to /invoiceTracking/public/index.php/invoice\n \n \n Redirecting to /invoiceTracking/public/index.php/invoice.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T07:56:49.270356+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T07:56:49.270383+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T07:56:49.275896+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2022-06-06T07:56:49.383659+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.208:8081/invoiceTracking/public/index.php/invoice","method":"GET"} []
[2022-06-06T07:56:49.396363+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-06-06T07:56:49.396416+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T07:56:49.396444+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T07:56:49.397539+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2022-06-06T07:56:49.444820+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [8] []
[2022-06-06T07:56:49.448505+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2022-06-06T07:56:49.481370+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2022-06-06T07:56:49.616027+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2022-06-06T07:56:49.983384+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cbaf80"},"request_uri":"http://192.168.0.208:8081/invoiceTracking/public/index.php/_wdt/cbaf80","method":"GET"} []
[2022-06-06T07:57:13.807877+00:00] request.INFO: Matched route "invoice_payment". {"route":"invoice_payment","route_parameters":{"_route":"invoice_payment","_controller":"App\\Controller\\InvoiceController::payment","id":"38"},"request_uri":"http://192.168.0.208:8081/invoiceTracking/public/index.php/invoice/payment/38?redirect_to=%2Finvoice","method":"GET"} []
[2022-06-06T07:57:13.823475+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-06-06T07:57:13.823517+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T07:57:13.823545+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T07:57:13.824986+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2022-06-06T07:57:13.876748+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [8] []
[2022-06-06T07:57:13.880563+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2022-06-06T07:57:13.898605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["38"] []
[2022-06-06T07:57:13.904195+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2022-06-06T07:57:13.904396+00:00] doctrine.DEBUG: UPDATE invoice SET paymentstatus = ?, paymentdate = ? WHERE id = ? [1,"2022-06-06T07:57:13+00:00",38] []
[2022-06-06T07:57:13.905893+00:00] doctrine.DEBUG: "COMMIT" [] []
[2022-06-06T07:57:13.923362+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2022-06-06T07:57:14.054033+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.208:8081/invoiceTracking/public/index.php/invoice","method":"GET"} []
[2022-06-06T07:57:14.071332+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-06-06T07:57:14.071382+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T07:57:14.071411+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T07:57:14.072835+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2022-06-06T07:57:14.130038+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [8] []
[2022-06-06T07:57:14.138832+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2022-06-06T07:57:14.156486+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2022-06-06T07:57:14.207019+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2022-06-06T07:57:14.424385+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f5339"},"request_uri":"http://192.168.0.208:8081/invoiceTracking/public/index.php/_wdt/7f5339","method":"GET"} []
[2022-06-06T07:58:11.794709+00:00] request.INFO: Matched route "invoice_payment". {"route":"invoice_payment","route_parameters":{"_route":"invoice_payment","_controller":"App\\Controller\\InvoiceController::payment","id":"39"},"request_uri":"http://192.168.0.208:8081/invoiceTracking/public/index.php/invoice/payment/39?redirect_to=%2Finvoice","method":"GET"} []
[2022-06-06T07:58:11.807645+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-06-06T07:58:11.807685+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T07:58:11.807713+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T07:58:11.808669+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2022-06-06T07:58:11.847871+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [8] []
[2022-06-06T07:58:11.851573+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2022-06-06T07:58:11.862168+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.invoiceno AS invoiceno_2, t0.invoicedate AS invoicedate_3, t0.partno AS partno_4, t0.totalamount AS totalamount_5, t0.description AS description_6, t0.remarks AS remarks_7, t0.note AS note_8, t0.maturitydate AS maturitydate_9, t0.inactive AS inactive_10, t0.type AS type_11, t0.paymentamount AS paymentamount_12, t0.paymentstatus AS paymentstatus_13, t0.paymentdate AS paymentdate_14, t0.emailstatus AS emailstatus_15, t0.emaildate AS emaildate_16, t0.emailtype AS emailtype_17, t0.entrydate AS entrydate_18, t0.emtryby AS emtryby_19, t0.editdate AS editdate_20, t0.editby AS editby_21, t0.company_id AS company_id_22 FROM invoice t0 WHERE t0.id = ? ["39"] []
[2022-06-06T07:58:11.866417+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2022-06-06T07:58:11.866614+00:00] doctrine.DEBUG: UPDATE invoice SET paymentstatus = ?, paymentdate = ? WHERE id = ? [1,"2022-06-06T07:58:11+00:00",39] []
[2022-06-06T07:58:11.869399+00:00] doctrine.DEBUG: "COMMIT" [] []
[2022-06-06T07:58:11.884994+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2022-06-06T07:58:12.013525+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://192.168.0.208:8081/invoiceTracking/public/index.php/invoice","method":"GET"} []
[2022-06-06T07:58:12.030601+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-06-06T07:58:12.030641+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T07:58:12.030668+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T07:58:12.032051+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2022-06-06T07:58:12.082466+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [8] []
[2022-06-06T07:58:12.086290+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2022-06-06T07:58:12.100135+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2022-06-06T07:58:12.151444+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2022-06-06T07:58:12.391756+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a16b43"},"request_uri":"http://192.168.0.208:8081/invoiceTracking/public/index.php/_wdt/a16b43","method":"GET"} []
[2022-06-06T07:58:17.895998+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.208:8081/invoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2022-06-06T07:58:17.909001+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-06-06T07:58:17.909041+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T07:58:17.909068+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T07:58:17.910020+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2022-06-06T07:58:17.955835+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [8] []
[2022-06-06T07:58:17.959434+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2022-06-06T07:58:18.042685+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2022-06-06T07:58:18.080168+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2022-06-06T07:58:18.320232+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5201cb"},"request_uri":"http://192.168.0.208:8081/invoiceTracking/public/index.php/_wdt/5201cb","method":"GET"} []
[2022-06-06T07:58:27.466981+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.208:8081/invoiceTracking/public/index.php/login","method":"GET"} []
[2022-06-06T07:58:27.480004+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-06-06T07:58:27.480045+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T07:58:27.480098+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T07:58:27.504534+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2022-06-06T07:58:27.531719+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [8] []
[2022-06-06T07:58:27.535398+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2022-06-06T07:58:27.542437+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2022-06-06T07:58:27.732329+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"88c4bd"},"request_uri":"http://192.168.0.208:8081/invoiceTracking/public/index.php/_wdt/88c4bd","method":"GET"} []
[2022-06-06T08:53:23.933057+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.208:8081/invoiceTracking/public/index.php/login","method":"GET"} []
[2022-06-06T08:53:23.950157+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-06-06T08:53:23.950196+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T08:53:23.950225+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-06T08:53:23.981240+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2022-06-06T08:53:24.015001+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [8] []
[2022-06-06T08:53:24.018903+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"tamim@cross-world.com"} []
[2022-06-06T08:53:24.028151+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2022-06-06T08:53:24.273340+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df82df"},"request_uri":"http://192.168.0.208:8081/invoiceTracking/public/index.php/_wdt/df82df","method":"GET"} []
[2022-06-27T01:09:39.391621+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2022-06-27T01:09:39.413881+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-06-27T01:09:39.413922+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-27T01:09:39.413949+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-06-27T01:09:39.416178+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-06-27T01:09:39.436365+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2022-06-27T01:09:39.436869+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-07-24T12:04:59.965624+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2022-07-24T12:05:00.008128+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-07-24T12:05:00.008203+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-07-24T12:05:00.008254+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-07-24T12:05:00.012223+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-07-24T12:05:00.039883+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2022-07-24T12:05:00.040385+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-08-21T05:52:27.489797+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://192.168.0.208:8081/InvoiceTracking/public/index.php/invoice/emailsend","method":"GET"} []
[2022-08-21T05:52:27.530416+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-08-21T05:52:27.530464+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-08-21T05:52:27.530491+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-08-21T05:52:27.535745+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-08-21T05:52:27.564882+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2022-08-21T05:52:27.565651+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-08-21T05:52:27.725548+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.208:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2022-08-21T05:52:27.738487+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-08-21T05:52:27.738525+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-08-21T05:52:27.738553+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-08-21T05:52:27.770839+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-08-21T05:52:27.975881+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"306778"},"request_uri":"http://192.168.0.208:8081/InvoiceTracking/public/index.php/_wdt/306778","method":"GET"} []
[2022-08-22T10:37:23.284084+00:00] request.INFO: Matched route "invoice_emailsend". {"route":"invoice_emailsend","route_parameters":{"_route":"invoice_emailsend","_controller":"App\\Controller\\InvoiceController::emailTracking"},"request_uri":"http://192.168.0.208:8081/InvoiceTracking/public/index.php/invoice/emailsend","method":"GET"} []
[2022-08-22T10:37:23.302298+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-08-22T10:37:23.302338+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-08-22T10:37:23.302365+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-08-22T10:37:23.304690+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-08-22T10:37:23.319904+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2022-08-22T10:37:23.320276+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-08-22T10:37:23.435605+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.208:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2022-08-22T10:37:23.448226+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-08-22T10:37:23.448265+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-08-22T10:37:23.448293+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-08-22T10:37:23.474903+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-08-22T10:37:23.610922+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"55f467"},"request_uri":"http://192.168.0.208:8081/InvoiceTracking/public/index.php/_wdt/55f467","method":"GET"} []
[2022-08-30T10:07:17.746067+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2022-08-30T10:07:17.767172+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-08-30T10:07:17.767215+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-08-30T10:07:17.767242+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-08-30T10:07:17.769459+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-08-30T10:07:17.788521+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2022-08-30T10:07:17.789021+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-09-24T16:24:58.720310+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2022-09-24T16:24:58.743535+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-09-24T16:24:58.743575+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-09-24T16:24:58.743602+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-09-24T16:24:58.745811+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-09-24T16:24:58.767885+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2022-09-24T16:24:58.768359+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-10-17T11:06:25.955831+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2022-10-17T11:06:25.979168+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-10-17T11:06:25.979211+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-10-17T11:06:25.979238+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-10-17T11:06:25.981640+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-10-17T11:06:26.003721+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2022-10-17T11:06:26.004233+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-10-17T15:47:47.192302+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2022-10-17T15:47:47.213084+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-10-17T15:47:47.213148+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-10-17T15:47:47.213177+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-10-17T15:47:47.215890+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-10-17T15:47:47.236335+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2022-10-17T15:47:47.236853+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-11-02T05:18:15.595055+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2022-11-02T05:18:15.618457+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-11-02T05:18:15.618500+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-11-02T05:18:15.618527+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-11-02T05:18:15.620737+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-11-02T05:18:15.642930+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2022-11-02T05:18:15.643422+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-11-17T11:34:58.661264+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2022-11-17T11:34:58.684831+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-11-17T11:34:58.684873+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-11-17T11:34:58.684901+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-11-17T11:34:58.687300+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-11-17T11:34:58.710398+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2022-11-17T11:34:58.710893+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-11-17T22:36:27.901914+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2022-11-17T22:36:27.922767+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-11-17T22:36:27.922811+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-11-17T22:36:27.922838+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-11-17T22:36:27.925259+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-11-17T22:36:27.944820+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2022-11-17T22:36:27.945346+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-12-02T22:04:42.929219+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2022-12-02T22:04:42.953689+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-12-02T22:04:42.953731+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-12-02T22:04:42.953759+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-12-02T22:04:42.956348+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-12-02T22:04:42.980071+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2022-12-02T22:04:42.980585+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-12-16T17:03:17.343934+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2022-12-16T17:03:17.371363+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-12-16T17:03:17.371414+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-12-16T17:03:17.371443+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-12-16T17:03:17.374193+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-12-16T17:03:17.400476+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2022-12-16T17:03:17.401051+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2023-01-14T03:22:13.102872+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-01-14T03:22:13.128247+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-01-14T03:22:13.128290+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-01-14T03:22:13.128318+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-01-14T03:22:13.130752+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-01-14T03:22:13.156083+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2023-01-14T03:22:13.156652+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2023-02-01T19:57:44.087621+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-02-01T19:57:44.110116+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-02-01T19:57:44.110158+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-02-01T19:57:44.110185+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-02-01T19:57:44.112527+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-02-01T19:57:44.132979+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2023-02-01T19:57:44.133473+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2023-02-24T23:53:24.625076+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-02-24T23:53:24.648654+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-02-24T23:53:24.648696+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-02-24T23:53:24.648723+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-02-24T23:53:24.651040+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-02-24T23:53:24.674745+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2023-02-24T23:53:24.675403+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2023-03-07T14:10:16.652294+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-03-07T14:10:16.676293+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-03-07T14:10:16.676336+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-03-07T14:10:16.676364+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-03-07T14:10:16.678817+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-03-07T14:10:16.701512+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2023-03-07T14:10:16.702080+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2023-03-26T11:29:47.005822+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-03-26T11:29:47.029403+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-03-26T11:29:47.029445+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-03-26T11:29:47.029473+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-03-26T11:29:47.031847+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-03-26T11:29:47.054559+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2023-03-26T11:29:47.055075+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2023-04-01T06:19:02.440414+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-04-01T06:19:02.464843+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-04-01T06:19:02.464890+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-04-01T06:19:02.464918+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-04-01T06:19:02.467323+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-04-01T06:19:02.489412+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2023-04-01T06:19:02.489929+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2023-04-11T16:50:19.739763+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-04-11T16:50:19.763865+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-04-11T16:50:19.763909+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-04-11T16:50:19.763937+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-04-11T16:50:19.766465+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-04-11T16:50:19.787860+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2023-04-11T16:50:19.788420+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2023-05-05T14:57:00.142116+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-05-05T14:57:00.166439+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-05-05T14:57:00.166485+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-05-05T14:57:00.166514+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-05-05T14:57:00.169060+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-05-05T14:57:00.192908+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2023-05-05T14:57:00.193419+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2023-05-11T16:19:11.578490+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-05-11T16:19:11.660506+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-05-11T16:19:11.660569+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-05-11T16:19:11.660598+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-05-11T16:19:11.671156+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-05-11T16:19:11.728075+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2023-05-11T16:19:11.729329+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2023-05-11T16:19:13.526830+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://45.64.134.180/InvoiceTracking/public/index.php/login","method":"GET"} []
[2023-05-11T16:19:13.540018+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-05-11T16:19:13.540059+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-05-11T16:19:13.540089+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-05-11T16:19:13.586964+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-06-02T11:05:56.485184+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-06-02T11:05:56.508665+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-06-02T11:05:56.508736+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-06-02T11:05:56.508767+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-06-02T11:05:56.511156+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-06-02T11:05:56.532884+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2023-06-02T11:05:56.533367+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2023-06-15T06:45:36.331957+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://192.168.0.208:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-06-15T06:45:36.376932+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-06-15T06:45:36.376977+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-06-15T06:45:36.377005+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-06-15T06:45:36.382619+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-06-15T06:45:36.415196+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2023-06-15T06:45:36.416053+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2023-06-15T06:45:36.562373+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://192.168.0.208:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2023-06-15T06:45:36.575234+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-06-15T06:45:36.575274+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-06-15T06:45:36.575302+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-06-15T06:45:36.619669+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-06-15T06:45:36.836362+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1db696"},"request_uri":"http://192.168.0.208:8081/InvoiceTracking/public/index.php/_wdt/1db696","method":"GET"} []
[2023-06-20T10:37:53.039707+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-06-20T10:37:53.076037+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-06-20T10:37:53.076080+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-06-20T10:37:53.076136+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-06-20T10:37:53.080881+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-06-20T10:37:53.106072+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2023-06-20T10:37:53.106748+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2023-06-20T10:37:54.895368+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://45.64.134.180/InvoiceTracking/public/index.php/login","method":"GET"} []
[2023-06-20T10:37:54.909321+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-06-20T10:37:54.909364+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-06-20T10:37:54.909393+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-06-20T10:37:54.955073+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-06-28T05:35:17.647487+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-06-28T05:35:17.674664+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-06-28T05:35:17.674707+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-06-28T05:35:17.674735+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-06-28T05:35:17.676857+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-06-28T05:35:17.691514+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2023-06-28T05:35:17.691875+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2023-07-18T19:49:00.208890+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-07-18T19:49:00.233038+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-07-18T19:49:00.233081+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-07-18T19:49:00.233108+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-07-18T19:49:00.235505+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-07-18T19:49:00.260099+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2023-07-18T19:49:00.260650+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2023-08-28T18:32:01.034303+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-08-28T18:32:01.058736+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-08-28T18:32:01.058786+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-08-28T18:32:01.058813+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-08-28T18:32:01.061193+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-08-28T18:32:01.083136+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2023-08-28T18:32:01.083633+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2023-09-11T17:22:20.087048+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-09-11T17:22:20.132194+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-09-11T17:22:20.132237+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-09-11T17:22:20.132264+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-09-11T17:22:20.137895+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-09-11T17:22:20.171639+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2023-09-11T17:22:20.172443+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2023-09-11T17:22:21.562364+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://45.64.134.180/InvoiceTracking/public/index.php/login","method":"GET"} []
[2023-09-11T17:22:21.575629+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-09-11T17:22:21.575672+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-09-11T17:22:21.575702+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-09-11T17:22:21.629404+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-09-25T13:13:55.204906+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-09-25T13:13:55.231015+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-09-25T13:13:55.231062+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-09-25T13:13:55.231091+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-09-25T13:13:55.233747+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-09-25T13:13:55.258242+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2023-09-25T13:13:55.258776+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2023-09-27T09:05:57.727105+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-09-27T09:05:57.749439+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-09-27T09:05:57.749481+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-09-27T09:05:57.749507+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-09-27T09:05:57.751943+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-09-27T09:05:57.772015+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2023-09-27T09:05:57.772500+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2023-11-07T06:31:39.082796+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-11-07T06:31:39.105547+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-11-07T06:31:39.105589+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-11-07T06:31:39.105617+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-11-07T06:31:39.108031+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-11-07T06:31:39.130099+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2023-11-07T06:31:39.130640+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2023-11-08T06:21:08.804052+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-11-08T06:21:08.825675+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-11-08T06:21:08.825717+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-11-08T06:21:08.825744+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-11-08T06:21:08.828154+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-11-08T06:21:08.847817+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2023-11-08T06:21:08.848357+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2023-11-26T09:54:39.156618+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://45.64.134.180/InvoiceTracking/public/index.php/register","method":"GET"} []
[2023-11-26T09:54:39.184553+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-11-26T09:54:39.184602+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-11-26T09:54:39.184631+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-11-26T09:54:39.428226+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-11-27T10:47:29.953996+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-11-27T10:47:29.971027+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-11-27T10:47:29.971069+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-11-27T10:47:29.971097+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-11-27T10:50:18.332924+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\\InvoiceTracking\\vendor\\symfony\\http-foundation\\Session\\Storage\\Handler\\StrictSessionHandler.php:48)"} []
[2023-11-27T10:50:18.351634+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\FatalError: "Error: Maximum execution time of 30 seconds exceeded" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-foundation\Session\Storage\Handler\StrictSessionHandler.php line 48 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Error: Maximum execution time of 30 seconds exceeded at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-foundation\\Session\\Storage\\Handler\\StrictSessionHandler.php:48)"} []
[2023-11-27T10:50:18.404531+00:00] php.WARNING: Warning: session_write_close(): Failed to write session data with "Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler" handler {"exception":"[object] (ErrorException(code: 0): Warning: session_write_close(): Failed to write session data with \"Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler\" handler at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-foundation\\Session\\Storage\\NativeSessionStorage.php:268)"} []
[2023-11-29T13:01:51.535429+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-11-29T13:01:51.572799+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-11-29T13:01:51.572845+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-11-29T13:01:51.572876+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-11-29T13:01:51.577591+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-11-29T13:01:51.604173+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2023-11-29T13:01:51.605021+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2023-11-29T13:01:52.670542+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://45.64.134.180/InvoiceTracking/public/index.php/login","method":"GET"} []
[2023-11-29T13:01:52.684334+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-11-29T13:01:52.684376+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-11-29T13:01:52.684404+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-11-29T13:01:52.726230+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-12-12T10:02:39.218873+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-12-12T10:02:39.245400+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-12-12T10:02:39.245454+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-12-12T10:02:39.245483+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-12-12T10:02:39.248350+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-12-12T10:02:39.272604+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2023-12-12T10:02:39.273115+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2023-12-31T08:02:19.966316+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-12-31T08:02:19.993351+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-12-31T08:02:19.993400+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-12-31T08:02:19.993429+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-12-31T08:05:59.891337+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2023-12-31T08:05:59.909512+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2023-12-31T08:05:59.909559+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-12-31T08:05:59.909633+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2023-12-31T08:05:59.912830+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2023-12-31T08:05:59.950312+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2023-12-31T08:05:59.951026+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2023-12-31T08:08:29.025278+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\\InvoiceTracking\\vendor\\symfony\\http-foundation\\Session\\Storage\\Handler\\StrictSessionHandler.php:48)"} []
[2023-12-31T08:08:29.053077+00:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\FatalError: "Error: Maximum execution time of 30 seconds exceeded" at C:\Apache24\htdocs\InvoiceTracking\vendor\symfony\http-foundation\Session\Storage\Handler\StrictSessionHandler.php line 48 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Error: Maximum execution time of 30 seconds exceeded at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-foundation\\Session\\Storage\\Handler\\StrictSessionHandler.php:48)"} []
[2023-12-31T08:08:29.106897+00:00] php.WARNING: Warning: session_write_close(): Failed to write session data with "Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler" handler {"exception":"[object] (ErrorException(code: 0): Warning: session_write_close(): Failed to write session data with \"Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler\" handler at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\http-foundation\\Session\\Storage\\NativeSessionStorage.php:268)"} []
[2024-01-19T20:28:04.099350+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180/InvoiceTracking/public/index.php/","method":"GET"} []
[2024-01-19T20:28:04.144257+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2024-01-19T20:28:04.144304+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-01-19T20:28:04.144362+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-01-19T20:28:04.149883+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2024-01-19T20:28:04.182803+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2024-01-19T20:28:04.183564+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2024-01-19T20:28:05.001994+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://45.64.134.180/InvoiceTracking/public/index.php/login","method":"GET"} []
[2024-01-19T20:28:05.014705+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2024-01-19T20:28:05.014747+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-01-19T20:28:05.014776+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-01-19T20:28:05.064503+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2024-02-02T07:20:53.818686+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2024-02-02T07:20:53.842309+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2024-02-02T07:20:53.842351+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-02-02T07:20:53.842378+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-02-02T07:20:53.844730+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2024-02-02T07:20:53.866955+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2024-02-02T07:20:53.867420+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2024-02-21T06:31:20.145762+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2024-02-21T06:31:20.171017+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2024-02-21T06:31:20.171058+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-02-21T06:31:20.171085+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-02-21T06:31:24.098011+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2024-02-21T06:31:24.133642+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2024-02-21T06:31:24.134329+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2024-03-19T06:54:24.215302+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2024-03-19T06:54:24.237145+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2024-03-19T06:54:24.237188+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-03-19T06:54:24.237217+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-03-19T06:54:25.872897+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2024-03-19T06:54:25.907305+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2024-03-19T06:54:25.908170+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2024-04-03T10:43:53.443323+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2024-04-03T10:43:53.466844+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2024-04-03T10:43:53.466886+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-04-03T10:43:53.466914+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-04-03T10:43:53.469368+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2024-04-03T10:43:53.491432+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2024-04-03T10:43:53.491943+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2024-04-18T06:13:56.311624+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2024-04-18T06:13:56.337397+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2024-04-18T06:13:56.337444+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-04-18T06:13:56.337471+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-04-18T06:13:56.340042+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2024-04-18T06:13:56.362755+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2024-04-18T06:13:56.363306+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2024-04-24T01:56:09.073109+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2024-04-24T01:56:09.110652+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2024-04-24T01:56:09.110698+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-04-24T01:56:09.110726+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-04-24T01:56:09.115612+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2024-04-24T01:56:09.141691+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2024-04-24T01:56:09.142360+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2024-04-24T01:56:09.882778+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2024-04-24T01:56:09.897588+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2024-04-24T01:56:09.897641+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-04-24T01:56:09.897673+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-04-24T01:56:09.942200+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2024-04-24T02:00:39.015489+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/register","method":"GET"} []
[2024-04-24T02:00:39.032663+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2024-04-24T02:00:39.032704+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-04-24T02:00:39.032732+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-04-24T02:00:39.170461+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2024-05-08T09:38:26.488292+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2024-05-08T09:38:26.512708+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2024-05-08T09:38:26.512759+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-05-08T09:38:26.512813+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-05-08T09:38:29.523838+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2024-05-08T09:38:29.564254+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2024-05-08T09:38:29.565223+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2024-06-11T09:09:35.708983+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2024-06-11T09:09:35.732954+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2024-06-11T09:09:35.732999+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-06-11T09:09:35.733027+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-06-11T09:09:35.845426+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2024-06-11T09:09:35.888508+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2024-06-11T09:09:35.889100+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2024-06-25T09:03:40.841856+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2024-06-25T09:03:40.874930+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2024-06-25T09:03:40.874975+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-06-25T09:03:40.875004+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-06-25T09:03:40.969152+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2024-06-25T09:03:41.013226+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2024-06-25T09:03:41.013976+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2024-08-01T16:55:02.890849+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180/InvoiceTracking/public/index.php/","method":"GET"} []
[2024-08-01T16:55:02.931787+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2024-08-01T16:55:02.931839+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-08-01T16:55:02.931906+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-08-01T16:55:02.936974+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2024-08-01T16:55:02.966602+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2024-08-01T16:55:02.967292+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2024-08-01T16:55:05.471370+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://45.64.134.180/InvoiceTracking/public/index.php/login","method":"GET"} []
[2024-08-01T16:55:05.485654+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2024-08-01T16:55:05.485710+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-08-01T16:55:05.485743+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-08-01T16:55:05.531870+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2024-08-15T10:51:30.555342+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://45.64.134.180:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2024-08-15T10:51:30.580817+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2024-08-15T10:51:30.580862+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-08-15T10:51:30.580889+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-08-15T10:51:30.583440+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2024-08-15T10:51:30.608592+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2024-08-15T10:51:30.609176+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2024-10-02T10:37:06.808496+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.253.246.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2024-10-02T10:37:06.834213+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2024-10-02T10:37:06.834257+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-10-02T10:37:06.834285+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-10-02T10:37:09.763152+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2024-10-02T10:37:09.793720+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2024-10-02T10:37:09.794435+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2024-10-28T04:52:53.528155+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.253.246.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2024-10-28T04:52:53.552930+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2024-10-28T04:52:53.552974+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-10-28T04:52:53.553002+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-10-28T04:52:56.149114+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2024-10-28T04:52:56.189458+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2024-10-28T04:52:56.190503+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2024-11-15T07:46:05.886455+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.253.246.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2024-11-15T07:46:05.910940+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2024-11-15T07:46:05.910982+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-11-15T07:46:05.911011+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-11-15T07:46:07.937367+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2024-11-15T07:46:07.963271+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2024-11-15T07:46:07.963885+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2024-11-27T07:00:58.492576+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.253.246.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2024-11-27T07:00:58.515332+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2024-11-27T07:00:58.515373+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-11-27T07:00:58.515400+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-11-27T07:01:00.427483+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2024-11-27T07:01:00.451838+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2024-11-27T07:01:00.452472+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2024-12-05T08:02:17.437719+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.253.246.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2024-12-05T08:02:17.461352+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2024-12-05T08:02:17.461397+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-12-05T08:02:17.461426+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2024-12-05T08:02:17.463957+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2024-12-05T08:02:17.485948+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2024-12-05T08:02:17.486467+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-01-02T15:25:33.496128+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.253.246.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-01-02T15:25:33.520451+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-01-02T15:25:33.520494+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-01-02T15:25:33.520522+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-01-02T15:25:33.523008+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-01-02T15:25:33.545697+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-01-02T15:25:33.546243+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-02-18T20:59:36.986574+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-02-18T20:59:37.009763+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-02-18T20:59:37.009806+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-02-18T20:59:37.009835+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-02-18T20:59:37.012219+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-02-18T20:59:37.034064+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-02-18T20:59:37.034666+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-03-04T14:20:24.563876+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-03-04T14:20:24.590882+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-03-04T14:20:24.590933+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-03-04T14:20:24.590962+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-03-04T14:20:24.593536+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-03-04T14:20:24.630863+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-03-04T14:20:24.631801+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-03-26T08:38:47.232999+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-03-26T08:38:47.259972+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-03-26T08:38:47.260024+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-03-26T08:38:47.260054+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-03-26T08:38:47.262587+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-03-26T08:38:47.285900+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-03-26T08:38:47.286414+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-04-24T21:46:20.113918+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-04-24T21:46:20.140354+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-04-24T21:46:20.140400+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-04-24T21:46:20.140428+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-04-24T21:46:20.142762+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-04-24T21:46:20.166313+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-04-24T21:46:20.167044+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-06-02T03:12:54.478206+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-06-02T03:12:54.523312+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-06-02T03:12:54.523356+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-06-02T03:12:54.523384+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-06-02T03:12:54.528951+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-06-02T03:12:54.562153+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-06-02T03:12:54.562918+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-06-02T03:12:55.886301+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://103.203.237.252/InvoiceTracking/public/index.php/login","method":"GET"} []
[2025-06-02T03:12:55.898933+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-06-02T03:12:55.898973+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-06-02T03:12:55.899001+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-06-02T03:12:55.950612+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-06-12T09:07:35.730954+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-06-12T09:07:35.751594+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-06-12T09:07:35.751634+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-06-12T09:07:35.751660+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-06-12T09:07:35.753864+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-06-12T09:07:35.772935+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-06-12T09:07:35.773413+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-06-27T06:28:54.403678+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-06-27T06:28:54.426049+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-06-27T06:28:54.426093+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-06-27T06:28:54.426120+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-06-27T06:28:54.428427+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-06-27T06:28:54.448936+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-06-27T06:28:54.449411+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-07-16T09:41:31.901981+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-07-16T09:41:31.930535+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-07-16T09:41:31.930579+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-07-16T09:41:31.930607+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-07-16T09:41:31.932960+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-07-16T09:41:31.956420+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-07-16T09:41:31.956932+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-08-03T10:42:42.794772+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-08-03T10:42:42.817557+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-08-03T10:42:42.817597+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-08-03T10:42:42.817623+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-08-03T10:42:42.819825+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-08-03T10:42:42.841195+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-08-03T10:42:42.841657+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-08-25T04:32:20.206136+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-08-25T04:32:20.246924+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-08-25T04:32:20.246974+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-08-25T04:32:20.247001+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-08-25T04:32:20.249548+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-08-25T04:32:20.272453+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-08-25T04:32:20.272961+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-09-07T10:47:02.729619+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-09-07T10:47:02.775336+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:47:02.775383+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:47:02.775410+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:47:02.781018+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-09-07T10:47:02.813176+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-09-07T10:47:02.813928+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-09-07T10:47:03.057151+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2025-09-07T10:47:03.070224+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:47:03.070264+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:47:03.070292+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:47:03.105404+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-09-07T10:47:03.378769+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d8ce8"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_wdt/0d8ce8","method":"GET"} []
[2025-09-07T10:47:08.124300+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d8ce8"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/0d8ce8?panel=request","method":"GET"} []
[2025-09-07T10:47:08.213638+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/search_bar?panel=request","method":"GET"} []
[2025-09-07T10:47:27.422997+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d8ce8"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/0d8ce8?panel=mailer","method":"GET"} []
[2025-09-07T10:47:27.456219+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/search_bar?panel=mailer","method":"GET"} []
[2025-09-07T10:47:28.235861+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d8ce8"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/0d8ce8?panel=security","method":"GET"} []
[2025-09-07T10:47:28.261785+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/search_bar?panel=security","method":"GET"} []
[2025-09-07T10:47:41.066485+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2025-09-07T10:47:41.082457+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:47:41.082495+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:47:41.082523+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:47:41.112561+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-09-07T10:47:41.323924+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a85f9"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_wdt/0a85f9","method":"GET"} []
[2025-09-07T10:47:44.574091+00:00] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_route":"_profiler_search","_controller":"web_profiler.controller.profiler::searchAction"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/search?limit=10","method":"GET"} []
[2025-09-07T10:47:44.768880+00:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0a85f9"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/0a85f9/search/results?limit=10","method":"GET"} []
[2025-09-07T10:47:44.832638+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/search_bar?limit=10","method":"GET"} []
[2025-09-07T10:48:00.962152+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/latest?limit=10","method":"GET"} []
[2025-09-07T10:48:00.996242+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/search_bar?limit=10","method":"GET"} []
[2025-09-07T10:48:05.976284+00:00] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_route":"_profiler_search","_controller":"web_profiler.controller.profiler::searchAction"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/search?end=&ip=&limit=10&method=POST&start=&status_code=&token=&url=","method":"GET"} []
[2025-09-07T10:48:06.126869+00:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f2bbae"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/f2bbae/search/results?end=&ip=&limit=10&method=POST&start=&status_code=&url=","method":"GET"} []
[2025-09-07T10:48:06.154258+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/search_bar?end=&ip=&limit=10&method=POST&start=&status_code=&url=","method":"GET"} []
[2025-09-07T10:48:12.856832+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"247e87"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/247e87","method":"GET"} []
[2025-09-07T10:48:12.893781+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/search_bar","method":"GET"} []
[2025-09-07T10:48:27.887674+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-09-07T10:48:27.902087+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:48:27.902127+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:48:27.902153+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:48:27.904185+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-09-07T10:48:27.914850+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-09-07T10:48:27.915194+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-09-07T10:48:28.075378+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2025-09-07T10:48:28.087398+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:48:28.087441+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:48:28.087468+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:48:28.111710+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-09-07T10:48:28.298866+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bc4e77"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_wdt/bc4e77","method":"GET"} []
[2025-09-07T10:48:39.223273+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2025-09-07T10:48:39.238038+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:48:39.238078+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:48:39.238109+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:48:39.241909+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:48:39.331279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2025-09-07T10:48:39.534886+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:48:39.537718+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 07 Sep 2025 10:48:39 GMT\r\nLocation: http://103.203.237.252:8081/InvoiceTracking/public/index.php/\r\n\r\n\n\n \n \n \n\n Redirecting to http://103.203.237.252:8081/InvoiceTracking/public/index.php/\n \n \n Redirecting to http://103.203.237.252:8081/InvoiceTracking/public/index.php/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:48:39.537775+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:48:39.537801+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:48:39.542951+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2025-09-07T10:48:39.694068+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-09-07T10:48:39.705888+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:48:39.705925+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:48:39.705951+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:48:39.706972+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-09-07T10:48:39.753216+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] []
[2025-09-07T10:48:39.758734+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2025-09-07T10:48:39.854376+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2025-09-07T10:48:39.895096+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2025-09-07T10:48:40.229019+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"28f651"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_wdt/28f651","method":"GET"} []
[2025-09-07T10:48:43.292349+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2025-09-07T10:48:43.306740+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:48:43.306779+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:48:43.306805+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:48:43.308117+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-09-07T10:48:43.359658+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] []
[2025-09-07T10:48:43.363395+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2025-09-07T10:48:43.409548+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2025-09-07T10:48:43.432867+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2025-09-07T10:48:43.602546+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c7fc3"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_wdt/2c7fc3","method":"GET"} []
[2025-09-07T10:48:44.652652+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2025-09-07T10:48:44.666156+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:48:44.666207+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:48:44.666234+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:48:44.667165+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-09-07T10:48:44.702855+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] []
[2025-09-07T10:48:44.706472+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2025-09-07T10:48:44.720569+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2025-09-07T10:48:44.787171+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2025-09-07T10:48:44.998054+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0bf1ac"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_wdt/0bf1ac","method":"GET"} []
[2025-09-07T10:48:50.381033+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2025-09-07T10:48:50.393515+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:48:50.393554+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:48:50.393580+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:48:50.394501+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-09-07T10:48:50.435984+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] []
[2025-09-07T10:48:50.439952+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2025-09-07T10:48:50.448719+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2025-09-07T10:48:50.491519+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2025-09-07T10:48:50.657186+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31d662"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_wdt/31d662","method":"GET"} []
[2025-09-07T10:48:56.945176+00:00] request.INFO: Matched route "invoice_new". {"route":"invoice_new","route_parameters":{"_route":"invoice_new","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/invoice/new","method":"GET"} []
[2025-09-07T10:48:56.964592+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:48:56.964640+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:48:56.964667+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:48:56.966523+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-09-07T10:48:57.012443+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] []
[2025-09-07T10:48:57.016332+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2025-09-07T10:48:57.064966+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ ORDER BY c0_.name ASC [] []
[2025-09-07T10:48:57.090165+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2025-09-07T10:48:57.303809+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f13ffd"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_wdt/f13ffd","method":"GET"} []
[2025-09-07T10:49:29.613971+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2025-09-07T10:49:29.626207+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:49:29.626245+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:49:29.626271+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:49:29.627166+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-09-07T10:49:29.661413+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] []
[2025-09-07T10:49:29.664992+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2025-09-07T10:49:29.673612+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2025-09-07T10:49:29.714027+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2025-09-07T10:49:29.880862+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6e6d55"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_wdt/6e6d55","method":"GET"} []
[2025-09-07T10:49:30.743765+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2025-09-07T10:49:30.756285+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:49:30.756364+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:49:30.756407+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:49:30.757432+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-09-07T10:49:30.801440+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] []
[2025-09-07T10:49:30.805042+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2025-09-07T10:49:30.820529+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2025-09-07T10:49:30.872875+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2025-09-07T10:49:30.879113+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[9,8,7,6]] []
[2025-09-07T10:49:30.882263+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2025-09-07T10:49:30.883617+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2025-09-07T10:49:31.070267+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"13816c"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_wdt/13816c","method":"GET"} []
[2025-09-07T10:49:37.580408+00:00] request.INFO: Matched route "company_show". {"route":"company_show","route_parameters":{"_route":"company_show","_controller":"App\\Controller\\CompanyController::show","id":"9"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/company/show/9","method":"GET"} []
[2025-09-07T10:49:37.593006+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:49:37.593045+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:49:37.593072+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:49:37.594005+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-09-07T10:49:37.627941+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] []
[2025-09-07T10:49:37.631984+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2025-09-07T10:49:37.639332+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.email AS email_4, t0.alertdays AS alertdays_5, t0.remarks AS remarks_6, t0.type AS type_7 FROM company t0 WHERE t0.id = ? ["9"] []
[2025-09-07T10:49:37.697006+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2025-09-07T10:49:37.912692+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b8dac"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_wdt/8b8dac","method":"GET"} []
[2025-09-07T10:49:52.523478+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b8dac"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/8b8dac?panel=request","method":"GET"} []
[2025-09-07T10:49:52.552305+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/search_bar?panel=request","method":"GET"} []
[2025-09-07T10:49:55.688738+00:00] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_route":"_profiler_search","_controller":"web_profiler.controller.profiler::searchAction"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/search?limit=10","method":"GET"} []
[2025-09-07T10:49:55.834948+00:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b8dac"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/8b8dac/search/results?limit=10","method":"GET"} []
[2025-09-07T10:49:55.859107+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/search_bar?limit=10","method":"GET"} []
[2025-09-07T10:50:05.861094+00:00] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_route":"_profiler_search","_controller":"web_profiler.controller.profiler::searchAction"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/search?end=&ip=&limit=100&method=POST&start=&status_code=&token=&url=","method":"GET"} []
[2025-09-07T10:50:06.012647+00:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"749ce8"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/749ce8/search/results?end=&ip=&limit=100&method=POST&start=&status_code=&url=","method":"GET"} []
[2025-09-07T10:50:06.039871+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/search_bar?end=&ip=&limit=100&method=POST&start=&status_code=&url=","method":"GET"} []
[2025-09-07T10:50:09.909108+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"247e87"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/247e87","method":"GET"} []
[2025-09-07T10:50:09.935457+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/search_bar","method":"GET"} []
[2025-09-07T10:51:06.077598+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2025-09-07T10:51:06.094073+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:51:06.094115+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:51:06.094142+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:51:06.095474+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-09-07T10:51:06.138539+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] []
[2025-09-07T10:51:06.142466+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2025-09-07T10:51:06.154521+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2025-09-07T10:51:06.207268+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2025-09-07T10:51:06.210816+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[9,8,7,6]] []
[2025-09-07T10:51:06.213268+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2025-09-07T10:51:06.214225+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2025-09-07T10:51:06.435158+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1539fd"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_wdt/1539fd","method":"GET"} []
[2025-09-07T10:51:07.106834+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2025-09-07T10:51:07.119440+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:51:07.119509+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:51:07.119540+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:51:07.120470+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-09-07T10:51:07.153267+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] []
[2025-09-07T10:51:07.156739+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2025-09-07T10:51:07.165865+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2025-09-07T10:51:07.207251+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2025-09-07T10:51:07.407790+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f12eb"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_wdt/7f12eb","method":"GET"} []
[2025-09-07T10:51:16.971423+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"2","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/invoice/2","method":"GET"} []
[2025-09-07T10:51:16.986089+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:51:16.986129+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:51:16.986155+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:51:16.987401+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-09-07T10:51:17.042322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] []
[2025-09-07T10:51:17.046176+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2025-09-07T10:51:17.059639+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2025-09-07T10:51:17.108463+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2025-09-07T10:51:17.328449+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"be0eb0"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_wdt/be0eb0","method":"GET"} []
[2025-09-07T10:52:41.864217+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"3","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/invoice/3","method":"GET"} []
[2025-09-07T10:52:41.876389+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:52:41.876426+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:52:41.876453+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:52:41.877349+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-09-07T10:52:41.912621+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] []
[2025-09-07T10:52:41.916197+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2025-09-07T10:52:41.924755+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2025-09-07T10:52:41.964148+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2025-09-07T10:52:42.168938+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aef1fe"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_wdt/aef1fe","method":"GET"} []
[2025-09-07T10:52:46.401387+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":"4","_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/invoice/4","method":"GET"} []
[2025-09-07T10:52:46.413838+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:52:46.413901+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:52:46.413930+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:52:46.414837+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-09-07T10:52:46.458429+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] []
[2025-09-07T10:52:46.462059+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2025-09-07T10:52:46.470855+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2025-09-07T10:52:46.512302+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2025-09-07T10:52:46.712787+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e4fdf8"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_wdt/e4fdf8","method":"GET"} []
[2025-09-07T10:54:32.522169+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2025-09-07T10:54:32.540468+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:54:32.540512+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:54:32.540538+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:54:32.543199+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-09-07T10:54:32.559580+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-09-07T10:54:32.560017+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-09-07T10:54:32.767439+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2025-09-07T10:54:32.781600+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:54:32.781664+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:54:32.781696+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:54:32.811720+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-09-07T10:54:32.986329+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ced2db"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_wdt/ced2db","method":"GET"} []
[2025-09-07T10:54:38.005111+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2025-09-07T10:54:38.017652+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:54:38.017691+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:54:38.017723+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:54:38.018333+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:54:38.057141+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2025-09-07T10:54:38.245117+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:54:38.247652+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 07 Sep 2025 10:54:38 GMT\r\nLocation: http://103.203.237.252:8081/InvoiceTracking/public/index.php/invoice\r\n\r\n\n\n \n \n \n\n Redirecting to http://103.203.237.252:8081/InvoiceTracking/public/index.php/invoice\n \n \n Redirecting to http://103.203.237.252:8081/InvoiceTracking/public/index.php/invoice.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:54:38.247708+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:54:38.247733+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:54:38.253801+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2025-09-07T10:54:38.404532+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2025-09-07T10:54:38.417177+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:54:38.417218+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:54:38.417245+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:54:38.418222+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-09-07T10:54:38.463561+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] []
[2025-09-07T10:54:38.466532+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2025-09-07T10:54:38.478472+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2025-09-07T10:54:38.525911+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2025-09-07T10:54:38.743823+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f642e"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_wdt/4f642e","method":"GET"} []
[2025-09-07T10:55:53.840507+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2025-09-07T10:55:53.856863+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:55:53.856902+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:55:53.856928+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:55:53.858897+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-09-07T10:55:53.872283+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-09-07T10:55:53.872630+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-09-07T10:55:54.071819+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2025-09-07T10:55:54.083737+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:55:54.083779+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:55:54.083806+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:55:54.108267+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-09-07T10:55:54.644538+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"531c4f"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_wdt/531c4f","method":"GET"} []
[2025-09-07T10:56:21.752041+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2025-09-07T10:56:21.764418+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:56:21.764456+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:56:21.764487+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:56:21.765093+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:56:21.814002+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malay@cross-world.com"] []
[2025-09-07T10:56:21.818116+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException(code: 0): Email could not be found. at C:\\Apache24\\htdocs\\InvoiceTracking\\src\\Security\\LoginFormAuthenticator.php:74)","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:56:21.821322+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:56:22.011360+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2025-09-07T10:56:22.023827+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:56:22.023867+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:56:22.023895+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:56:22.048067+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-09-07T10:56:22.289795+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"09af00"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_wdt/09af00","method":"GET"} []
[2025-09-07T10:56:50.981931+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/login","method":"POST"} []
[2025-09-07T10:56:50.994768+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:56:50.994811+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:56:50.994843+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:56:50.995332+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:56:51.041744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.email = ? LIMIT 1 ["malaya@cross-world.com"] []
[2025-09-07T10:56:51.229743+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"malaya@cross-world.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:56:51.232006+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 07 Sep 2025 10:56:51 GMT\r\nLocation: http://103.203.237.252:8081/InvoiceTracking/public/index.php/invoice\r\n\r\n\n\n \n \n \n\n Redirecting to http://103.203.237.252:8081/InvoiceTracking/public/index.php/invoice\n \n \n Redirecting to http://103.203.237.252:8081/InvoiceTracking/public/index.php/invoice.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:56:51.232063+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:56:51.232088+00:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:56:51.237374+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2025-09-07T10:56:51.428658+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2025-09-07T10:56:51.444139+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T10:56:51.444178+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:56:51.444204+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T10:56:51.445492+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-09-07T10:56:51.494916+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] []
[2025-09-07T10:56:51.497973+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2025-09-07T10:56:51.510823+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2025-09-07T10:56:51.559529+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2025-09-07T10:56:53.028456+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c0bb9"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_wdt/6c0bb9","method":"GET"} []
[2025-09-07T12:01:30.380626+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2025-09-07T12:01:30.398053+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T12:01:30.398103+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T12:01:30.398130+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T12:01:30.399679+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-09-07T12:01:30.444639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] []
[2025-09-07T12:01:30.447796+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2025-09-07T12:01:30.462054+00:00] doctrine.DEBUG: SELECT i.id, c.name as company, i.invoiceno, i.invoicedate, i.maturitydate, i.totalamount, DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY) as alertdate, DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) as days, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0, 1, 0 ) as maturitystatus, if(DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) > 0, 2, if((DATEDIFF(DATE_SUB(i.maturitydate, INTERVAL c.alertdays DAY), CURDATE()) <= 0 and ifnull(i.paymentstatus,0) = 0 ),1 ,3) ) as orderstatus, i.emailstatus, i.paymentstatus FROM invoice i LEFT JOIN company c ON c.id = i.company_id ORDER BY orderstatus; [] []
[2025-09-07T12:01:30.514507+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2025-09-07T12:01:30.759603+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d9c299"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_wdt/d9c299","method":"GET"} []
[2025-09-07T12:01:32.314887+00:00] request.INFO: Matched route "company_index". {"route":"company_index","route_parameters":{"_route":"company_index","page":1,"_controller":"App\\Controller\\CompanyController::index"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/company","method":"GET"} []
[2025-09-07T12:01:32.328567+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-07T12:01:32.328619+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T12:01:32.328646+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-07T12:01:32.329609+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2025-09-07T12:01:32.365761+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.pin AS pin_6 FROM user t0 WHERE t0.id = ? [6] []
[2025-09-07T12:01:32.368681+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"malaya@cross-world.com"} []
[2025-09-07T12:01:32.379072+00:00] php.INFO: User Deprecated: Since pagerfanta/pagerfanta 2.4: The "Pagerfanta\Adapter\DoctrineORMAdapter" class is deprecated and will be removed in 3.0. Use the "Pagerfanta\Doctrine\ORM\QueryAdapter" class from the "pagerfanta/doctrine-orm-adapter" package instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since pagerfanta/pagerfanta 2.4: The \"Pagerfanta\\Adapter\\DoctrineORMAdapter\" class is deprecated and will be removed in 3.0. Use the \"Pagerfanta\\Doctrine\\ORM\\QueryAdapter\" class from the \"pagerfanta/doctrine-orm-adapter\" package instead. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\pagerfanta\\pagerfanta\\src\\Adapter\\DoctrineORMAdapter.php:7)"} []
[2025-09-07T12:01:32.424486+00:00] doctrine.DEBUG: SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) dctrn_result_inner ORDER BY id_0 DESC) dctrn_result LIMIT 10 ["%%","%%","%%"] []
[2025-09-07T12:01:32.427645+00:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE (c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ?) AND c0_.id IN (?) ORDER BY c0_.id DESC ["%%","%%","%%",[9,8,7,6]] []
[2025-09-07T12:01:32.430366+00:00] doctrine.DEBUG: SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.address AS address_2, c0_.email AS email_3, c0_.alertdays AS alertdays_4, c0_.remarks AS remarks_5, c0_.type AS type_6 FROM company c0_ WHERE c0_.name LIKE ? OR c0_.address LIKE ? OR c0_.email LIKE ? ORDER BY c0_.id DESC) dctrn_result) dctrn_table ["%%","%%","%%"] []
[2025-09-07T12:01:32.431331+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2025-09-07T12:01:32.590753+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6e1d51"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_wdt/6e1d51","method":"GET"} []
[2025-09-07T12:01:43.265209+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6e1d51"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/6e1d51?panel=security","method":"GET"} []
[2025-09-07T12:01:43.301461+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/search_bar?panel=security","method":"GET"} []
[2025-09-07T12:01:56.133524+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6e1d51"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/6e1d51?panel=router","method":"GET"} []
[2025-09-07T12:01:56.160629+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/search_bar?panel=router","method":"GET"} []
[2025-09-07T12:01:56.188566+00:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"6e1d51"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/6e1d51/router","method":"GET"} []
[2025-09-07T12:01:57.110706+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6e1d51"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/6e1d51?panel=cache","method":"GET"} []
[2025-09-07T12:01:57.145141+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/search_bar?panel=cache","method":"GET"} []
[2025-09-07T12:01:59.741570+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6e1d51"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/6e1d51?panel=db","method":"GET"} []
[2025-09-07T12:01:59.769378+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/search_bar?panel=db","method":"GET"} []
[2025-09-07T12:02:01.094685+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6e1d51"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/6e1d51?panel=config","method":"GET"} []
[2025-09-07T12:02:01.121971+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/search_bar?panel=config","method":"GET"} []
[2025-09-07T12:02:08.956021+00:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/phpinfo","method":"GET"} []
[2025-09-07T13:55:31.022595+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"247e87"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/247e87?panel=logger","method":"GET"} []
[2025-09-07T13:55:31.059162+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_profiler/search_bar?panel=logger","method":"GET"} []
[2025-09-20T12:24:02.299608+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-09-20T12:24:02.322945+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-20T12:24:02.322987+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-20T12:24:02.323014+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-20T12:24:02.325322+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-09-20T12:24:02.348102+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-09-20T12:24:02.348574+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-09-29T05:09:18.385655+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-09-29T05:09:18.431817+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-29T05:09:18.431869+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-29T05:09:18.431897+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-29T05:09:18.438352+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-09-29T05:09:18.475623+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-09-29T05:09:18.476770+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-09-29T05:09:19.877453+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2025-09-29T05:09:19.889729+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-09-29T05:09:19.889808+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-29T05:09:19.889839+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-09-29T05:09:19.941644+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-09-29T05:09:34.018445+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d254bf"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/_wdt/d254bf","method":"GET"} []
[2025-10-10T06:18:16.803477+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-10-10T06:18:16.827393+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-10-10T06:18:16.827433+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-10-10T06:18:16.827459+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-10-10T06:18:16.829903+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-10-10T06:18:16.851769+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-10-10T06:18:16.852269+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-10-10T06:18:17.221116+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2025-10-10T06:18:17.233126+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-10-10T06:18:17.233164+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-10-10T06:18:17.233190+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-10-10T06:18:17.274111+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-10-23T04:39:29.320989+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-10-23T04:39:29.347279+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-10-23T04:39:29.347332+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-10-23T04:39:29.347362+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-10-23T04:39:29.349859+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-10-23T04:39:29.373584+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-10-23T04:39:29.374161+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-10-23T04:39:29.962180+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2025-10-23T04:39:29.974828+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-10-23T04:39:29.974869+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-10-23T04:39:29.974897+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-10-23T04:39:30.016669+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-10-23T10:29:32.628348+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-10-23T10:29:32.643763+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-10-23T10:29:32.643802+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-10-23T10:29:32.643829+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-10-23T10:29:32.645817+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-10-23T10:29:32.658836+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-10-23T10:29:32.659171+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-10-23T13:52:19.148879+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/register","method":"GET"} []
[2025-10-23T13:52:19.183457+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-10-23T13:52:19.183500+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-10-23T13:52:19.183526+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-10-23T13:52:19.405145+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-10-24T03:58:22.388664+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2025-10-24T03:58:22.406097+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-10-24T03:58:22.406137+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-10-24T03:58:22.406194+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-10-24T03:58:22.408311+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-10-24T03:58:22.425649+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-10-24T03:58:22.426705+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-10-24T03:58:22.788117+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2025-10-24T03:58:22.800263+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-10-24T03:58:22.800301+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-10-24T03:58:22.800328+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-10-24T03:58:22.830251+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-10-24T03:58:24.610078+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-10-24T03:58:24.622557+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-10-24T03:58:24.622596+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-10-24T03:58:24.622623+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-10-24T03:58:24.624100+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-10-24T03:58:24.634071+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-10-24T03:58:24.634361+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-10-24T03:58:24.997096+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2025-10-24T03:58:25.009660+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-10-24T03:58:25.009699+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-10-24T03:58:25.009727+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-10-24T03:58:25.032603+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-10-25T06:35:29.977410+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-10-25T06:35:29.995248+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-10-25T06:35:29.995290+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-10-25T06:35:29.995317+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-10-25T06:35:29.997558+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-10-25T06:35:30.012287+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-10-25T06:35:30.012659+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-10-25T06:35:30.226563+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2025-10-25T06:35:30.239596+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-10-25T06:35:30.239635+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-10-25T06:35:30.239663+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-10-25T06:35:30.267424+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-11-02T10:26:24.098871+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-11-02T10:26:24.124193+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-11-02T10:26:24.124235+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-11-02T10:26:24.124261+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-11-02T10:26:24.126720+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-11-02T10:26:24.149716+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-11-02T10:26:24.150252+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-11-02T10:26:24.538739+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2025-11-02T10:26:24.552040+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-11-02T10:26:24.552114+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-11-02T10:26:24.552149+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-11-02T10:26:24.596493+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-11-03T12:31:48.156686+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/register","method":"GET"} []
[2025-11-03T12:31:48.174796+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-11-03T12:31:48.174837+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-11-03T12:31:48.174864+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-11-03T12:31:48.326166+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-11-05T11:27:31.901632+00:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","page":1,"_controller":"App\\Controller\\InvoiceController::index"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/invoice","method":"GET"} []
[2025-11-05T11:27:31.925127+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-11-05T11:27:31.925168+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-11-05T11:27:31.925194+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-11-05T11:27:31.927740+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-11-05T11:27:31.948797+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-11-05T11:27:31.949308+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-11-05T11:27:32.339439+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2025-11-05T11:27:32.352696+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-11-05T11:27:32.352747+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-11-05T11:27:32.352777+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-11-05T11:27:32.386481+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-11-05T11:28:26.026346+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-11-05T11:28:26.038948+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-11-05T11:28:26.039020+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-11-05T11:28:26.039049+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-11-05T11:28:26.040626+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-11-05T11:28:26.063207+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-11-05T11:28:26.063500+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-11-05T11:28:26.435435+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2025-11-05T11:28:26.448348+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-11-05T11:28:26.448386+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-11-05T11:28:26.448414+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-11-05T11:28:26.472213+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-11-06T10:19:05.241850+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-11-06T10:19:05.258144+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-11-06T10:19:05.258189+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-11-06T10:19:05.258216+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-11-06T10:19:05.260785+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-11-06T10:19:05.275607+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-11-06T10:19:05.275951+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-11-07T06:43:16.267854+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-11-07T06:43:16.306794+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-11-07T06:43:16.306842+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-11-07T06:43:16.306870+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-11-07T06:43:16.312018+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-11-07T06:43:16.339872+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-11-07T06:43:16.340527+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-11-07T06:43:16.579770+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2025-11-07T06:43:16.592228+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-11-07T06:43:16.592267+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-11-07T06:43:16.592294+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-11-07T06:43:16.656280+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-11-21T10:31:12.577440+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-11-21T10:31:12.601415+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-11-21T10:31:12.601462+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-11-21T10:31:12.601490+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-11-21T10:31:12.603780+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-11-21T10:31:12.626717+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-11-21T10:31:12.627213+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-08T15:49:46.167050+00:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\InvoiceController::new"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/","method":"GET"} []
[2025-12-08T15:49:46.213825+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-12-08T15:49:46.213879+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-12-08T15:49:46.213909+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-12-08T15:49:46.219817+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-08T15:49:46.253830+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\Apache24\\htdocs\\InvoiceTracking\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:106)"} []
[2025-12-08T15:49:46.254691+00:00] security.DEBUG: Calling Authentication entry point. [] []
[2025-12-08T15:49:46.693736+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/login","method":"GET"} []
[2025-12-08T15:49:46.706654+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-12-08T15:49:46.706693+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-12-08T15:49:46.706720+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-12-08T15:49:46.758889+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2025-12-08T16:56:35.183571+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://103.203.237.252:8081/InvoiceTracking/public/index.php/register","method":"GET"} []
[2025-12-08T16:56:35.201968+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2025-12-08T16:56:35.202038+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-12-08T16:56:35.202079+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2025-12-08T16:56:35.374179+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []