[2026-07-29T16:20:43.234770-05:00] request.INFO: Matched route "product_add". {"route":"product_add","route_parameters":{"_route":"product_add","_controller":"App\\Controller\\ProductController::addAction"},"request_uri":"https://facturasfactecu.factecu.website/product/add","method":"POST"} []
[2026-07-29T16:20:43.265205-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-07-29T16:20:43.303140-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"0600920102001"} []
[2026-07-29T16:20:43.304555-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-07-29T16:20:43.304571-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-07-29T16:20:43.304582-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-07-29T16:20:43.389893-05:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\UniqueConstraintViolationException: "An exception occurred while executing 'INSERT INTO product (slug, reference, description, price, empresa_id, tax_id) VALUES (?, ?, ?, ?, ?, ?)' with params ["1274697e3f1cea88ec724803476e02bf", "2083", "SIENA 24-28 MY", 18.391, 482, 963]:  SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1274697e3f1cea88ec724803476e02bf' for key 'UNIQ_D34A04AD989D9B62'" at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 74 {"exception":"[object] (Doctrine\\DBAL\\Exception\\UniqueConstraintViolationException(code: 0): An exception occurred while executing 'INSERT INTO product (slug, reference, description, price, empresa_id, tax_id) VALUES (?, ?, ?, ?, ?, ?)' with params [\"1274697e3f1cea88ec724803476e02bf\", \"2083\", \"SIENA 24-28 MY\", 18.391, 482, 963]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1274697e3f1cea88ec724803476e02bf' for key 'UNIQ_D34A04AD989D9B62' at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:74)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1274697e3f1cea88ec724803476e02bf' for key 'UNIQ_D34A04AD989D9B62' at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18)\n[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1274697e3f1cea88ec724803476e02bf' for key 'UNIQ_D34A04AD989D9B62' at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117)"} []
[2026-07-29T16:20:43.405933-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-07-29T23:23:09.488957-05:00] request.INFO: Matched route "transporte_settings". {"route":"transporte_settings","route_parameters":{"_route":"transporte_settings","_controller":"App\\Controller\\ConfigController::transporteSettingsAction"},"request_uri":"https://facturasfactecu.factecu.website/configuration/transporte_settings","method":"POST"} []
[2026-07-29T23:23:09.524185-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-07-29T23:23:09.579196-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"dwsystems1"} []
[2026-07-29T23:23:09.581324-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-07-29T23:23:09.581350-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-07-29T23:23:09.581364-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-07-29T23:23:09.984039-05:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException: "An exception occurred while executing 'DELETE FROM transporte_socio WHERE id = ?' with params [88]:  SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`factdmby_doc_facturasfactecu`.`empresa`, CONSTRAINT `empresa_ibfk_1` FOREIGN KEY (`transocio_id`) REFERENCES `transporte_socio` (`id`))" at /home/factdmby/public_html/facturasfactecu.factecu.website/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 transporte_socio WHERE id = ?' with params [88]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`factdmby_doc_facturasfactecu`.`empresa`, CONSTRAINT `empresa_ibfk_1` FOREIGN KEY (`transocio_id`) REFERENCES `transporte_socio` (`id`)) at /home/factdmby/public_html/facturasfactecu.factecu.website/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 (`factdmby_doc_facturasfactecu`.`empresa`, CONSTRAINT `empresa_ibfk_1` FOREIGN KEY (`transocio_id`) REFERENCES `transporte_socio` (`id`)) at /home/factdmby/public_html/facturasfactecu.factecu.website/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 (`factdmby_doc_facturasfactecu`.`empresa`, CONSTRAINT `empresa_ibfk_1` FOREIGN KEY (`transocio_id`) REFERENCES `transporte_socio` (`id`)) at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117)"} []
[2026-07-29T23:23:10.005851-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-07-30T10:17:35.492662-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"735a9d32a56c4886933f588b468981ac","id":"197999"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/735a9d32a56c4886933f588b468981acinv197999","method":"POST"} []
[2026-07-30T10:17:35.513037-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-07-30T10:17:35.545738-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"BrisaCuartel"} []
[2026-07-30T10:17:35.547098-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-07-30T10:17:35.547115-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-07-30T10:17:35.547143-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-07-30T10:17:35.616929-05:00] php.CRITICAL: Uncaught Error: Call to a member function getTipoDocumento() on null {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-07-30T10:17:35.629319-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-07-30T10:17:35.636704-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-07-30T10:18:14.871070-05:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::editAction","slug":"735a9d32a56c4886933f588b468981ac","id":"197999"},"request_uri":"https://facturasfactecu.factecu.website/invoice/edit/735a9d32a56c4886933f588b468981acinv197999","method":"POST"} []
[2026-07-30T10:18:14.892340-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-07-30T10:18:14.925615-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"BrisaCuartel"} []
[2026-07-30T10:18:14.926770-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-07-30T10:18:14.926785-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-07-30T10:18:14.926798-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-07-30T10:18:15.284972-05:00] php.CRITICAL: Uncaught Error: Call to a member function getTipoDocumento() on null {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-07-30T10:18:15.288992-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-07-30T10:18:15.302242-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-07-30T12:33:27.758374-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"41685de58750c56c41838ea50102d868","id":"202144"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/41685de58750c56c41838ea50102d868inv202144","method":"POST"} []
[2026-07-30T12:33:27.890793-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-07-30T12:33:28.002767-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MRIERA"} []
[2026-07-30T12:33:28.008015-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-07-30T12:33:28.008044-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-07-30T12:33:28.008058-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-07-30T12:33:28.021864-05:00] php.CRITICAL: Uncaught Error: syntax error, unexpected 'protected' (T_PROTECTED) {"exception":"[object] (ParseError(code: 0): syntax error, unexpected 'protected' (T_PROTECTED) at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/Base/AbstractInvoiceController.php:218)"} []
[2026-07-30T12:33:28.039846-05:00] request.CRITICAL: Uncaught PHP Exception ParseError: "syntax error, unexpected 'protected' (T_PROTECTED)" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/Base/AbstractInvoiceController.php line 218 {"exception":"[object] (ParseError(code: 0): syntax error, unexpected 'protected' (T_PROTECTED) at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/Base/AbstractInvoiceController.php:218)"} []
[2026-07-30T12:33:28.081121-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-07-30T12:33:32.146636-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"41685de58750c56c41838ea50102d868","id":"202144"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/41685de58750c56c41838ea50102d868inv202144","method":"POST"} []
[2026-07-30T12:33:32.166169-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-07-30T12:33:32.204643-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MRIERA"} []
[2026-07-30T12:33:32.206040-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-07-30T12:33:32.206062-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-07-30T12:33:32.206075-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-07-30T12:33:32.208893-05:00] php.CRITICAL: Uncaught Error: syntax error, unexpected 'protected' (T_PROTECTED) {"exception":"[object] (ParseError(code: 0): syntax error, unexpected 'protected' (T_PROTECTED) at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/Base/AbstractInvoiceController.php:218)"} []
[2026-07-30T12:33:32.211092-05:00] request.CRITICAL: Uncaught PHP Exception ParseError: "syntax error, unexpected 'protected' (T_PROTECTED)" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/Base/AbstractInvoiceController.php line 218 {"exception":"[object] (ParseError(code: 0): syntax error, unexpected 'protected' (T_PROTECTED) at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/Base/AbstractInvoiceController.php:218)"} []
[2026-07-30T12:33:32.218018-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-07-30T12:33:43.512079-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturasfactecu.factecu.website/invoice/new","method":"GET"} []
[2026-07-30T12:33:43.534984-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-07-30T12:33:43.576444-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasJairo"} []
[2026-07-30T12:33:43.578079-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-07-30T12:33:43.578103-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-07-30T12:33:43.578120-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-07-30T12:33:43.581099-05:00] php.CRITICAL: Uncaught Error: syntax error, unexpected 'protected' (T_PROTECTED) {"exception":"[object] (ParseError(code: 0): syntax error, unexpected 'protected' (T_PROTECTED) at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/Base/AbstractInvoiceController.php:218)"} []
[2026-07-30T12:33:43.583687-05:00] request.CRITICAL: Uncaught PHP Exception ParseError: "syntax error, unexpected 'protected' (T_PROTECTED)" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/Base/AbstractInvoiceController.php line 218 {"exception":"[object] (ParseError(code: 0): syntax error, unexpected 'protected' (T_PROTECTED) at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/Base/AbstractInvoiceController.php:218)"} []
[2026-07-30T12:33:43.593500-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-07-30T14:37:19.743937-05:00] request.INFO: Matched route "guiaremision_show". {"route":"guiaremision_show","route_parameters":{"_route":"guiaremision_show","_controller":"App\\Controller\\GuiaRemisionController::showAction","slug":"3e2412540760a3aae57c5dc1bd589c65","id":"1884"},"request_uri":"https://facturasfactecu.factecu.website/guiaremision/show/3e2412540760a3aae57c5dc1bd589c65gr1884","method":"POST"} []
[2026-07-30T14:37:19.768047-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-07-30T14:37:19.804541-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"Unifronteras"} []
[2026-07-30T14:37:19.805932-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-07-30T14:37:19.805951-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-07-30T14:37:19.805964-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-07-30T14:37:20.981072-05:00] php.CRITICAL: Uncaught Error: Call to undefined method App\Entity\Model\GuiaRemision::getCustomerName() {"exception":"[object] (Error(code: 0): Call to undefined method App\\Entity\\Model\\GuiaRemision::getCustomerName() at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/Base/AbstractGuiaRemisionController.php:262)"} []
[2026-07-30T14:37:20.993237-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "getCustomerName" of class "App\Entity\Model\GuiaRemision". Did you mean to call "getCustomermicro"?" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/Base/AbstractGuiaRemisionController.php line 262 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"getCustomerName\" of class \"App\\Entity\\Model\\GuiaRemision\".\nDid you mean to call \"getCustomermicro\"? at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/Base/AbstractGuiaRemisionController.php:262)"} []
[2026-07-30T14:37:21.004200-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-07-31T07:52:53.493477-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturasfactecu.factecu.website/invoice/new","method":"POST"} []
[2026-07-31T07:52:53.522362-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-07-31T07:52:53.576045-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"LacOlmedo"} []
[2026-07-31T07:52:53.577856-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-07-31T07:52:53.577878-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-07-31T07:52:53.577892-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-07-31T07:52:54.228124-05:00] php.CRITICAL: Uncaught Error: Call to a member function getTipoDocumento() on null {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-07-31T07:52:54.241103-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-07-31T07:52:54.249732-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-07-31T08:58:16.755135-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"fcd3d1be5cb4c55f05e24f9f83ab1b28","id":"201875"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/fcd3d1be5cb4c55f05e24f9f83ab1b28inv201875","method":"POST"} []
[2026-07-31T08:58:16.771010-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-07-31T08:58:16.803775-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasPaltan"} []
[2026-07-31T08:58:16.804963-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-07-31T08:58:16.804982-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-07-31T08:58:16.804994-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-07-31T08:58:16.866556-05:00] php.CRITICAL: Uncaught Error: Call to a member function getTipoDocumento() on null {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-07-31T08:58:16.873783-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-07-31T08:58:16.880971-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-07-31T18:44:49.133839+00:00] console.ERROR: Error thrown while running command "app:probar-regimen 0603890179001". Message: "An exception occurred while executing 'SELECT t0.id AS id_1, t0.create_date AS create_date_2, t0.ruc AS ruc_3, t0.razon_social AS razon_social_4, t0.nombre_comercial AS nombre_comercial_5, t0.dir_establecimiento AS dir_establecimiento_6, t0.cod_establecimiento AS cod_establecimiento_7, t0.contribuyente_especial AS contribuyente_especial_8, t0.lleva_contabilidad AS lleva_contabilidad_9, t0.genera_clave AS genera_clave_10, t0.tipo_ambiente AS tipo_ambiente_11, t0.direccion_matriz AS direccion_matriz_12, t0.ruta_firma AS ruta_firma_13, t0.ruta_logo AS ruta_logo_14, t0.pass_firma AS pass_firma_15, t0.mail_host AS mail_host_16, t0.mail_port AS mail_port_17, t0.mailfrom AS mailfrom_18, t0.passmail AS passmail_19, t0.mail_starttls AS mail_starttls_20, t0.telefono AS telefono_21, t0.email AS email_22, t0.url AS url_23, t0.currency AS currency_24, t0.fecha_cadfirma AS fecha_cadfirma_25, t0.envio_automatico AS envio_automatico_26, t0.rimpe AS rimpe_27, t0.agente_ret AS agente_ret_28, t0.dec_punit AS dec_punit_29, t0.enabled AS enabled_30, t0.mensaje AS mensaje_31, t0.costoplan AS costoplan_32, t0.fecha_inicio AS fecha_inicio_33, t0.fecha_caduca AS fecha_caduca_34, t0.puedefacturar AS puedefacturar_35, t0.cmp_contratados AS cmp_contratados_36, t0.cmp_emitidos AS cmp_emitidos_37, t0.estransportista AS estransportista_38, t0.tipo_transportista AS tipo_transportista_39, t0.rimpe_label AS rimpe_label_40, t0.tipoContribuyente AS tipoContribuyente_41, t0.regimen AS regimen_42, t0.categoria AS categoria_43, t0.plan_id AS plan_id_44, t0.transocio_id AS transocio_id_45 FROM empresa t0 WHERE t0.ruc = ? LIMIT 1' with params ["0603890179001"]:  SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.rimpe' in 'SELECT'" {"exception":"[object] (Doctrine\\DBAL\\Exception\\InvalidFieldNameException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.create_date AS create_date_2, t0.ruc AS ruc_3, t0.razon_social AS razon_social_4, t0.nombre_comercial AS nombre_comercial_5, t0.dir_establecimiento AS dir_establecimiento_6, t0.cod_establecimiento AS cod_establecimiento_7, t0.contribuyente_especial AS contribuyente_especial_8, t0.lleva_contabilidad AS lleva_contabilidad_9, t0.genera_clave AS genera_clave_10, t0.tipo_ambiente AS tipo_ambiente_11, t0.direccion_matriz AS direccion_matriz_12, t0.ruta_firma AS ruta_firma_13, t0.ruta_logo AS ruta_logo_14, t0.pass_firma AS pass_firma_15, t0.mail_host AS mail_host_16, t0.mail_port AS mail_port_17, t0.mailfrom AS mailfrom_18, t0.passmail AS passmail_19, t0.mail_starttls AS mail_starttls_20, t0.telefono AS telefono_21, t0.email AS email_22, t0.url AS url_23, t0.currency AS currency_24, t0.fecha_cadfirma AS fecha_cadfirma_25, t0.envio_automatico AS envio_automatico_26, t0.rimpe AS rimpe_27, t0.agente_ret AS agente_ret_28, t0.dec_punit AS dec_punit_29, t0.enabled AS enabled_30, t0.mensaje AS mensaje_31, t0.costoplan AS costoplan_32, t0.fecha_inicio AS fecha_inicio_33, t0.fecha_caduca AS fecha_caduca_34, t0.puedefacturar AS puedefacturar_35, t0.cmp_contratados AS cmp_contratados_36, t0.cmp_emitidos AS cmp_emitidos_37, t0.estransportista AS estransportista_38, t0.tipo_transportista AS tipo_transportista_39, t0.rimpe_label AS rimpe_label_40, t0.tipoContribuyente AS tipoContribuyente_41, t0.regimen AS regimen_42, t0.categoria AS categoria_43, t0.plan_id AS plan_id_44, t0.transocio_id AS transocio_id_45 FROM empresa t0 WHERE t0.ruc = ? LIMIT 1' with params [\"0603890179001\"]:\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.rimpe' in 'SELECT' at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.rimpe' in 'SELECT' at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18)\n[previous exception] [object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.rimpe' in 'SELECT' at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117)","command":"app:probar-regimen 0603890179001","message":"An exception occurred while executing 'SELECT t0.id AS id_1, t0.create_date AS create_date_2, t0.ruc AS ruc_3, t0.razon_social AS razon_social_4, t0.nombre_comercial AS nombre_comercial_5, t0.dir_establecimiento AS dir_establecimiento_6, t0.cod_establecimiento AS cod_establecimiento_7, t0.contribuyente_especial AS contribuyente_especial_8, t0.lleva_contabilidad AS lleva_contabilidad_9, t0.genera_clave AS genera_clave_10, t0.tipo_ambiente AS tipo_ambiente_11, t0.direccion_matriz AS direccion_matriz_12, t0.ruta_firma AS ruta_firma_13, t0.ruta_logo AS ruta_logo_14, t0.pass_firma AS pass_firma_15, t0.mail_host AS mail_host_16, t0.mail_port AS mail_port_17, t0.mailfrom AS mailfrom_18, t0.passmail AS passmail_19, t0.mail_starttls AS mail_starttls_20, t0.telefono AS telefono_21, t0.email AS email_22, t0.url AS url_23, t0.currency AS currency_24, t0.fecha_cadfirma AS fecha_cadfirma_25, t0.envio_automatico AS envio_automatico_26, t0.rimpe AS rimpe_27, t0.agente_ret AS agente_ret_28, t0.dec_punit AS dec_punit_29, t0.enabled AS enabled_30, t0.mensaje AS mensaje_31, t0.costoplan AS costoplan_32, t0.fecha_inicio AS fecha_inicio_33, t0.fecha_caduca AS fecha_caduca_34, t0.puedefacturar AS puedefacturar_35, t0.cmp_contratados AS cmp_contratados_36, t0.cmp_emitidos AS cmp_emitidos_37, t0.estransportista AS estransportista_38, t0.tipo_transportista AS tipo_transportista_39, t0.rimpe_label AS rimpe_label_40, t0.tipoContribuyente AS tipoContribuyente_41, t0.regimen AS regimen_42, t0.categoria AS categoria_43, t0.plan_id AS plan_id_44, t0.transocio_id AS transocio_id_45 FROM empresa t0 WHERE t0.ruc = ? LIMIT 1' with params [\"0603890179001\"]:\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.rimpe' in 'SELECT'"} []
[2026-07-31T18:44:49.169413+00:00] console.DEBUG: Command "app:probar-regimen 0603890179001" exited with code "1" {"command":"app:probar-regimen 0603890179001","code":1} []
[2026-07-31T14:04:10.077167-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"18c8f72befd5e91690bd8e6ff9b8f151","id":"202286"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/18c8f72befd5e91690bd8e6ff9b8f151inv202286","method":"POST"} []
[2026-07-31T14:04:10.096683-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-07-31T14:04:10.130087-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"LacOlmedo"} []
[2026-07-31T14:04:10.131330-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-07-31T14:04:10.131349-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-07-31T14:04:10.131363-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-07-31T14:04:10.188352-05:00] php.CRITICAL: Uncaught Error: Call to a member function getTipoDocumento() on null {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-07-31T14:04:10.196739-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-07-31T14:04:10.203747-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-07-31T20:06:43.516570+00:00] console.ERROR: Error thrown while running command "app:actualizar-empresa 0603890179001". Message: "An exception occurred while executing 'SELECT t0.id AS id_1, t0.create_date AS create_date_2, t0.ruc AS ruc_3, t0.razon_social AS razon_social_4, t0.nombre_comercial AS nombre_comercial_5, t0.dir_establecimiento AS dir_establecimiento_6, t0.cod_establecimiento AS cod_establecimiento_7, t0.contribuyente_especial AS contribuyente_especial_8, t0.lleva_contabilidad AS lleva_contabilidad_9, t0.genera_clave AS genera_clave_10, t0.tipo_ambiente AS tipo_ambiente_11, t0.direccion_matriz AS direccion_matriz_12, t0.ruta_firma AS ruta_firma_13, t0.ruta_logo AS ruta_logo_14, t0.pass_firma AS pass_firma_15, t0.mail_host AS mail_host_16, t0.mail_port AS mail_port_17, t0.mailfrom AS mailfrom_18, t0.passmail AS passmail_19, t0.mail_starttls AS mail_starttls_20, t0.telefono AS telefono_21, t0.email AS email_22, t0.url AS url_23, t0.currency AS currency_24, t0.fecha_cadfirma AS fecha_cadfirma_25, t0.envio_automatico AS envio_automatico_26, t0.rimpe AS rimpe_27, t0.agente_ret AS agente_ret_28, t0.dec_punit AS dec_punit_29, t0.enabled AS enabled_30, t0.mensaje AS mensaje_31, t0.costoplan AS costoplan_32, t0.fecha_inicio AS fecha_inicio_33, t0.fecha_caduca AS fecha_caduca_34, t0.puedefacturar AS puedefacturar_35, t0.cmp_contratados AS cmp_contratados_36, t0.cmp_emitidos AS cmp_emitidos_37, t0.estransportista AS estransportista_38, t0.tipo_transportista AS tipo_transportista_39, t0.rimpe_label AS rimpe_label_40, t0.tipoContribuyente AS tipoContribuyente_41, t0.regimen AS regimen_42, t0.categoria AS categoria_43, t0.plan_id AS plan_id_44, t0.transocio_id AS transocio_id_45 FROM empresa t0 WHERE t0.ruc = ? LIMIT 1' with params ["0603890179001"]:  SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.rimpe' in 'SELECT'" {"exception":"[object] (Doctrine\\DBAL\\Exception\\InvalidFieldNameException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.create_date AS create_date_2, t0.ruc AS ruc_3, t0.razon_social AS razon_social_4, t0.nombre_comercial AS nombre_comercial_5, t0.dir_establecimiento AS dir_establecimiento_6, t0.cod_establecimiento AS cod_establecimiento_7, t0.contribuyente_especial AS contribuyente_especial_8, t0.lleva_contabilidad AS lleva_contabilidad_9, t0.genera_clave AS genera_clave_10, t0.tipo_ambiente AS tipo_ambiente_11, t0.direccion_matriz AS direccion_matriz_12, t0.ruta_firma AS ruta_firma_13, t0.ruta_logo AS ruta_logo_14, t0.pass_firma AS pass_firma_15, t0.mail_host AS mail_host_16, t0.mail_port AS mail_port_17, t0.mailfrom AS mailfrom_18, t0.passmail AS passmail_19, t0.mail_starttls AS mail_starttls_20, t0.telefono AS telefono_21, t0.email AS email_22, t0.url AS url_23, t0.currency AS currency_24, t0.fecha_cadfirma AS fecha_cadfirma_25, t0.envio_automatico AS envio_automatico_26, t0.rimpe AS rimpe_27, t0.agente_ret AS agente_ret_28, t0.dec_punit AS dec_punit_29, t0.enabled AS enabled_30, t0.mensaje AS mensaje_31, t0.costoplan AS costoplan_32, t0.fecha_inicio AS fecha_inicio_33, t0.fecha_caduca AS fecha_caduca_34, t0.puedefacturar AS puedefacturar_35, t0.cmp_contratados AS cmp_contratados_36, t0.cmp_emitidos AS cmp_emitidos_37, t0.estransportista AS estransportista_38, t0.tipo_transportista AS tipo_transportista_39, t0.rimpe_label AS rimpe_label_40, t0.tipoContribuyente AS tipoContribuyente_41, t0.regimen AS regimen_42, t0.categoria AS categoria_43, t0.plan_id AS plan_id_44, t0.transocio_id AS transocio_id_45 FROM empresa t0 WHERE t0.ruc = ? LIMIT 1' with params [\"0603890179001\"]:\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.rimpe' in 'SELECT' at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.rimpe' in 'SELECT' at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18)\n[previous exception] [object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.rimpe' in 'SELECT' at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117)","command":"app:actualizar-empresa 0603890179001","message":"An exception occurred while executing 'SELECT t0.id AS id_1, t0.create_date AS create_date_2, t0.ruc AS ruc_3, t0.razon_social AS razon_social_4, t0.nombre_comercial AS nombre_comercial_5, t0.dir_establecimiento AS dir_establecimiento_6, t0.cod_establecimiento AS cod_establecimiento_7, t0.contribuyente_especial AS contribuyente_especial_8, t0.lleva_contabilidad AS lleva_contabilidad_9, t0.genera_clave AS genera_clave_10, t0.tipo_ambiente AS tipo_ambiente_11, t0.direccion_matriz AS direccion_matriz_12, t0.ruta_firma AS ruta_firma_13, t0.ruta_logo AS ruta_logo_14, t0.pass_firma AS pass_firma_15, t0.mail_host AS mail_host_16, t0.mail_port AS mail_port_17, t0.mailfrom AS mailfrom_18, t0.passmail AS passmail_19, t0.mail_starttls AS mail_starttls_20, t0.telefono AS telefono_21, t0.email AS email_22, t0.url AS url_23, t0.currency AS currency_24, t0.fecha_cadfirma AS fecha_cadfirma_25, t0.envio_automatico AS envio_automatico_26, t0.rimpe AS rimpe_27, t0.agente_ret AS agente_ret_28, t0.dec_punit AS dec_punit_29, t0.enabled AS enabled_30, t0.mensaje AS mensaje_31, t0.costoplan AS costoplan_32, t0.fecha_inicio AS fecha_inicio_33, t0.fecha_caduca AS fecha_caduca_34, t0.puedefacturar AS puedefacturar_35, t0.cmp_contratados AS cmp_contratados_36, t0.cmp_emitidos AS cmp_emitidos_37, t0.estransportista AS estransportista_38, t0.tipo_transportista AS tipo_transportista_39, t0.rimpe_label AS rimpe_label_40, t0.tipoContribuyente AS tipoContribuyente_41, t0.regimen AS regimen_42, t0.categoria AS categoria_43, t0.plan_id AS plan_id_44, t0.transocio_id AS transocio_id_45 FROM empresa t0 WHERE t0.ruc = ? LIMIT 1' with params [\"0603890179001\"]:\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.rimpe' in 'SELECT'"} []
[2026-07-31T20:06:43.543745+00:00] console.DEBUG: Command "app:actualizar-empresa 0603890179001" exited with code "1" {"command":"app:actualizar-empresa 0603890179001","code":1} []
[2026-07-31T20:26:15.452887+00:00] app.ERROR: An exception occurred while executing 'SELECT t0.id AS id_1, t0.create_date AS create_date_2, t0.ruc AS ruc_3, t0.razon_social AS razon_social_4, t0.nombre_comercial AS nombre_comercial_5, t0.dir_establecimiento AS dir_establecimiento_6, t0.cod_establecimiento AS cod_establecimiento_7, t0.contribuyente_especial AS contribuyente_especial_8, t0.lleva_contabilidad AS lleva_contabilidad_9, t0.genera_clave AS genera_clave_10, t0.tipo_ambiente AS tipo_ambiente_11, t0.direccion_matriz AS direccion_matriz_12, t0.ruta_firma AS ruta_firma_13, t0.ruta_logo AS ruta_logo_14, t0.pass_firma AS pass_firma_15, t0.mail_host AS mail_host_16, t0.mail_port AS mail_port_17, t0.mailfrom AS mailfrom_18, t0.passmail AS passmail_19, t0.mail_starttls AS mail_starttls_20, t0.telefono AS telefono_21, t0.email AS email_22, t0.url AS url_23, t0.currency AS currency_24, t0.fecha_cadfirma AS fecha_cadfirma_25, t0.envio_automatico AS envio_automatico_26, t0.rimpe AS rimpe_27, t0.agente_ret AS agente_ret_28, t0.dec_punit AS dec_punit_29, t0.enabled AS enabled_30, t0.mensaje AS mensaje_31, t0.costoplan AS costoplan_32, t0.fecha_inicio AS fecha_inicio_33, t0.fecha_caduca AS fecha_caduca_34, t0.puedefacturar AS puedefacturar_35, t0.cmp_contratados AS cmp_contratados_36, t0.cmp_emitidos AS cmp_emitidos_37, t0.estransportista AS estransportista_38, t0.tipo_transportista AS tipo_transportista_39, t0.rimpe_label AS rimpe_label_40, t0.tipoContribuyente AS tipoContribuyente_41, t0.regimen AS regimen_42, t0.categoria AS categoria_43, t0.plan_id AS plan_id_44, t0.transocio_id AS transocio_id_45 FROM empresa t0 WHERE t0.ruc = ?' with params ["0603890179001"]:  SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.rimpe' in 'SELECT' [] []
[2026-07-31T20:26:16.786090+00:00] app.ERROR: An exception occurred while executing 'SELECT t0.id AS id_1, t0.create_date AS create_date_2, t0.ruc AS ruc_3, t0.razon_social AS razon_social_4, t0.nombre_comercial AS nombre_comercial_5, t0.dir_establecimiento AS dir_establecimiento_6, t0.cod_establecimiento AS cod_establecimiento_7, t0.contribuyente_especial AS contribuyente_especial_8, t0.lleva_contabilidad AS lleva_contabilidad_9, t0.genera_clave AS genera_clave_10, t0.tipo_ambiente AS tipo_ambiente_11, t0.direccion_matriz AS direccion_matriz_12, t0.ruta_firma AS ruta_firma_13, t0.ruta_logo AS ruta_logo_14, t0.pass_firma AS pass_firma_15, t0.mail_host AS mail_host_16, t0.mail_port AS mail_port_17, t0.mailfrom AS mailfrom_18, t0.passmail AS passmail_19, t0.mail_starttls AS mail_starttls_20, t0.telefono AS telefono_21, t0.email AS email_22, t0.url AS url_23, t0.currency AS currency_24, t0.fecha_cadfirma AS fecha_cadfirma_25, t0.envio_automatico AS envio_automatico_26, t0.rimpe AS rimpe_27, t0.agente_ret AS agente_ret_28, t0.dec_punit AS dec_punit_29, t0.enabled AS enabled_30, t0.mensaje AS mensaje_31, t0.costoplan AS costoplan_32, t0.fecha_inicio AS fecha_inicio_33, t0.fecha_caduca AS fecha_caduca_34, t0.puedefacturar AS puedefacturar_35, t0.cmp_contratados AS cmp_contratados_36, t0.cmp_emitidos AS cmp_emitidos_37, t0.estransportista AS estransportista_38, t0.tipo_transportista AS tipo_transportista_39, t0.rimpe_label AS rimpe_label_40, t0.tipoContribuyente AS tipoContribuyente_41, t0.regimen AS regimen_42, t0.categoria AS categoria_43, t0.plan_id AS plan_id_44, t0.transocio_id AS transocio_id_45 FROM empresa t0 WHERE t0.ruc = ?' with params ["0603890179002"]:  SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.rimpe' in 'SELECT' [] []
[2026-08-01T09:56:13.497115-05:00] php.WARNING: Warning: require(/home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVhzxNwi/getRouting_LoaderService.php): failed to open stream: No such file or directory {"exception":"[object] (ErrorException(code: 0): Warning: require(/home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVhzxNwi/getRouting_LoaderService.php): failed to open stream: No such file or directory at /home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVhzxNwi/App_KernelProdContainer.php:145)"} []
[2026-08-01T09:56:13.499388-05:00] php.CRITICAL: Fatal Compile Error: require(): Failed opening required '/home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVhzxNwi/getRouting_LoaderService.php' (include_path='.:/opt/alt/php74/usr/share/pear') {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Compile Error: require(): Failed opening required '/home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVhzxNwi/getRouting_LoaderService.php' (include_path='.:/opt/alt/php74/usr/share/pear') at /home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVhzxNwi/App_KernelProdContainer.php:145)"} []
[2026-08-01T09:56:13.509483-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\FatalError: "Compile Error: require(): Failed opening required '/home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVhzxNwi/getRouting_LoaderService.php' (include_path='.:/opt/alt/php74/usr/share/pear')" at /home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVhzxNwi/App_KernelProdContainer.php line 145 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Compile Error: require(): Failed opening required '/home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVhzxNwi/getRouting_LoaderService.php' (include_path='.:/opt/alt/php74/usr/share/pear') at /home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVhzxNwi/App_KernelProdContainer.php:145)"} []
[2026-08-01T09:56:13.512898-05:00] php.WARNING: Warning: require(/home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVhzxNwi/getErrorControllerService.php): failed to open stream: No such file or directory {"exception":"[object] (ErrorException(code: 0): Warning: require(/home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVhzxNwi/getErrorControllerService.php): failed to open stream: No such file or directory at /home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVhzxNwi/App_KernelProdContainer.php:145)"} []
[2026-08-03T09:40:53.875258-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturasfactecu.factecu.website/invoice/new","method":"POST"} []
[2026-08-03T09:40:53.898267-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-03T09:40:53.935823-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasPaltan"} []
[2026-08-03T09:40:53.937077-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-03T09:40:53.937096-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-03T09:40:53.937109-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-03T09:40:54.775739-05:00] php.CRITICAL: Uncaught Error: Call to a member function getTipoDocumento() on null {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-08-03T09:40:54.789427-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-08-03T09:40:54.796779-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-03T12:00:39.333877-05:00] request.INFO: Matched route "transporte_settings". {"route":"transporte_settings","route_parameters":{"_route":"transporte_settings","_controller":"App\\Controller\\ConfigController::transporteSettingsAction"},"request_uri":"https://facturasfactecu.factecu.website/configuration/transporte_settings","method":"POST"} []
[2026-08-03T12:00:39.369483-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-03T12:00:39.440409-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"dwsystems1"} []
[2026-08-03T12:00:39.442546-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-03T12:00:39.442573-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-03T12:00:39.442588-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-03T12:00:39.762531-05:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException: "An exception occurred while executing 'DELETE FROM transporte_socio WHERE id = ?' with params [88]:  SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`factdmby_doc_facturasfactecu`.`empresa`, CONSTRAINT `empresa_ibfk_1` FOREIGN KEY (`transocio_id`) REFERENCES `transporte_socio` (`id`))" at /home/factdmby/public_html/facturasfactecu.factecu.website/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 transporte_socio WHERE id = ?' with params [88]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`factdmby_doc_facturasfactecu`.`empresa`, CONSTRAINT `empresa_ibfk_1` FOREIGN KEY (`transocio_id`) REFERENCES `transporte_socio` (`id`)) at /home/factdmby/public_html/facturasfactecu.factecu.website/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 (`factdmby_doc_facturasfactecu`.`empresa`, CONSTRAINT `empresa_ibfk_1` FOREIGN KEY (`transocio_id`) REFERENCES `transporte_socio` (`id`)) at /home/factdmby/public_html/facturasfactecu.factecu.website/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 (`factdmby_doc_facturasfactecu`.`empresa`, CONSTRAINT `empresa_ibfk_1` FOREIGN KEY (`transocio_id`) REFERENCES `transporte_socio` (`id`)) at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117)"} []
[2026-08-03T12:00:39.783314-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-03T13:51:18.864768-05:00] request.INFO: Matched route "admin_historial_regimen". {"route":"admin_historial_regimen","route_parameters":{"_route":"admin_historial_regimen","_controller":"App\\Controller\\AdminHistorialRegimenController::index"},"request_uri":"https://facturasfactecu.factecu.website/admin/historial-regimen","method":"GET"} []
[2026-08-03T13:51:18.886166-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-03T13:51:18.935380-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2026-08-03T13:51:18.936986-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-03T13:51:18.937006-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-03T13:51:18.937018-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-03T13:51:18.941587-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $repository of "App\Controller\AdminHistorialRegimenController::index()": Cannot determine controller argument for "App\Controller\AdminHistorialRegimenController::index()": the $repository argument is type-hinted with the non-existent class or interface: "App\Repository\EmpresaActualizacionSriRepository"." at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $repository of \"App\\Controller\\AdminHistorialRegimenController::index()\": Cannot determine controller argument for \"App\\Controller\\AdminHistorialRegimenController::index()\": the $repository argument is type-hinted with the non-existent class or interface: \"App\\Repository\\EmpresaActualizacionSriRepository\". at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/symfony/dependency-injection/Container.php:435)"} []
[2026-08-03T13:51:18.957258-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-03T14:55:46.912799-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"56f274d27f88df9cb19156a97b98e627","id":"202646"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/56f274d27f88df9cb19156a97b98e627inv202646","method":"POST"} []
[2026-08-03T14:55:46.943874-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-03T14:55:46.979311-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"Hernandez"} []
[2026-08-03T14:55:46.981447-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-03T14:55:46.981474-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-03T14:55:46.981524-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-03T14:55:48.240597-05:00] php.WARNING: Warning: require(/home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerHI8VGRK/getTranslation_Loader_PhpService.php): failed to open stream: No such file or directory {"exception":"[object] (ErrorException(code: 0): Warning: require(/home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerHI8VGRK/getTranslation_Loader_PhpService.php): failed to open stream: No such file or directory at /home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerHI8VGRK/App_KernelProdContainer.php:146)"} []
[2026-08-03T14:55:48.243916-05:00] php.CRITICAL: Fatal Compile Error: require(): Failed opening required '/home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerHI8VGRK/getTranslation_Loader_PhpService.php' (include_path='.:/opt/alt/php74/usr/share/pear') {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Compile Error: require(): Failed opening required '/home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerHI8VGRK/getTranslation_Loader_PhpService.php' (include_path='.:/opt/alt/php74/usr/share/pear') at /home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerHI8VGRK/App_KernelProdContainer.php:146)"} []
[2026-08-03T14:55:48.251949-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\FatalError: "Compile Error: require(): Failed opening required '/home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerHI8VGRK/getTranslation_Loader_PhpService.php' (include_path='.:/opt/alt/php74/usr/share/pear')" at /home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerHI8VGRK/App_KernelProdContainer.php line 146 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Compile Error: require(): Failed opening required '/home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerHI8VGRK/getTranslation_Loader_PhpService.php' (include_path='.:/opt/alt/php74/usr/share/pear') at /home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerHI8VGRK/App_KernelProdContainer.php:146)"} []
[2026-08-03T14:55:48.252813-05:00] php.WARNING: Warning: require(/home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerHI8VGRK/getErrorControllerService.php): failed to open stream: No such file or directory {"exception":"[object] (ErrorException(code: 0): Warning: require(/home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerHI8VGRK/getErrorControllerService.php): failed to open stream: No such file or directory at /home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerHI8VGRK/App_KernelProdContainer.php:146)"} []
[2026-08-04T14:47:51.631691-05:00] request.INFO: Matched route "invoice_form_totals". {"route":"invoice_form_totals","route_parameters":{"_route":"invoice_form_totals","_controller":"App\\Controller\\InvoiceController::getInvoiceFormTotals"},"request_uri":"https://facturasfactecu.factecu.website/invoice/form-totals","method":"POST"} []
[2026-08-04T14:47:51.663691-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-04T14:47:51.706555-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"TRANSRIV"} []
[2026-08-04T14:47:51.708269-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-04T14:47:51.708309-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-04T14:47:51.708319-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-04T14:47:51.741941-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-04T14:47:51.759716-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 165 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Number parsing failed: U_PARSE_ERROR at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-08-04T14:47:51.775596-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-04T17:02:38.877838-05:00] request.INFO: Matched route "retencion_add". {"route":"retencion_add","route_parameters":{"_route":"retencion_add","_controller":"App\\Controller\\RetencionController::newAction"},"request_uri":"https://facturasfactecu.factecu.website/retencion/new","method":"POST"} []
[2026-08-04T17:02:38.900704-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-04T17:02:38.942644-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"dwsystems15"} []
[2026-08-04T17:02:38.944901-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-04T17:02:38.944946-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-04T17:02:38.944964-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-04T17:02:39.089892-05:00] php.CRITICAL: Uncaught Error: Call to a member function getTipoDocumento() on null {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:761)"} []
[2026-08-04T17:02:39.107120-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php line 761 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:761)"} []
[2026-08-04T17:02:39.116980-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-04T17:02:42.442638-05:00] request.INFO: Matched route "retencion_add". {"route":"retencion_add","route_parameters":{"_route":"retencion_add","_controller":"App\\Controller\\RetencionController::newAction"},"request_uri":"https://facturasfactecu.factecu.website/retencion/new","method":"POST"} []
[2026-08-04T17:02:42.466360-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-04T17:02:42.510819-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"dwsystems15"} []
[2026-08-04T17:02:42.512392-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-04T17:02:42.512410-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-04T17:02:42.512423-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-04T17:02:42.639787-05:00] php.CRITICAL: Uncaught Error: Call to a member function getTipoDocumento() on null {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:761)"} []
[2026-08-04T17:02:42.642791-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php line 761 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:761)"} []
[2026-08-04T17:02:42.653998-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-06T00:31:53.548045-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturasfactecu.factecu.website/invoice/new","method":"POST"} []
[2026-08-06T00:31:53.573401-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-06T00:31:53.610230-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"Dianykaro90"} []
[2026-08-06T00:31:53.611841-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-06T00:31:53.611861-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-06T00:31:53.611873-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-06T00:31:53.831732-05:00] php.CRITICAL: Uncaught Error: Call to a member function getTipoDocumento() on null {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-08-06T00:31:53.842989-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-08-06T00:31:53.850468-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-06T10:22:09.140157-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"dde9f723e05ec458f23d0bfba645020b","id":"202995"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/dde9f723e05ec458f23d0bfba645020binv202995","method":"POST"} []
[2026-08-06T10:22:09.160639-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-06T10:22:09.192604-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"Dianykaro90"} []
[2026-08-06T10:22:09.194038-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-06T10:22:09.194054-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-06T10:22:09.194066-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-06T10:22:09.253718-05:00] php.CRITICAL: Uncaught Error: Call to a member function getTipoDocumento() on null {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-08-06T10:22:09.265459-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-08-06T10:22:09.272187-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-06T18:11:15.968600-05:00] request.INFO: Matched route "transporte_settings". {"route":"transporte_settings","route_parameters":{"_route":"transporte_settings","_controller":"App\\Controller\\ConfigController::transporteSettingsAction"},"request_uri":"https://facturasfactecu.factecu.website/configuration/transporte_settings","method":"POST"} []
[2026-08-06T18:11:15.991856-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-06T18:11:16.030258-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"dwsystems1"} []
[2026-08-06T18:11:16.032295-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-06T18:11:16.032320-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-06T18:11:16.032334-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-06T18:11:16.125019-05:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException: "An exception occurred while executing 'DELETE FROM transporte_socio WHERE id = ?' with params [88]:  SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`factdmby_doc_facturasfactecu`.`empresa`, CONSTRAINT `empresa_ibfk_1` FOREIGN KEY (`transocio_id`) REFERENCES `transporte_socio` (`id`))" at /home/factdmby/public_html/facturasfactecu.factecu.website/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 transporte_socio WHERE id = ?' with params [88]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`factdmby_doc_facturasfactecu`.`empresa`, CONSTRAINT `empresa_ibfk_1` FOREIGN KEY (`transocio_id`) REFERENCES `transporte_socio` (`id`)) at /home/factdmby/public_html/facturasfactecu.factecu.website/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 (`factdmby_doc_facturasfactecu`.`empresa`, CONSTRAINT `empresa_ibfk_1` FOREIGN KEY (`transocio_id`) REFERENCES `transporte_socio` (`id`)) at /home/factdmby/public_html/facturasfactecu.factecu.website/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 (`factdmby_doc_facturasfactecu`.`empresa`, CONSTRAINT `empresa_ibfk_1` FOREIGN KEY (`transocio_id`) REFERENCES `transporte_socio` (`id`)) at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117)"} []
[2026-08-06T18:11:16.142538-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-08T11:39:37.955421-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturasfactecu.factecu.website/invoice/new","method":"POST"} []
[2026-08-08T11:39:37.976103-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-08T11:39:38.010816-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasPaltan"} []
[2026-08-08T11:39:38.012527-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-08T11:39:38.012547-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-08T11:39:38.012560-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-08T11:39:38.834998-05:00] php.CRITICAL: Uncaught Error: Call to a member function getTipoDocumento() on null {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-08-08T11:39:38.847468-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-08-08T11:39:38.855010-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-08T11:41:20.279589-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"ac27acd367da435d6c0fec2264d90df1","id":"203275"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/ac27acd367da435d6c0fec2264d90df1inv203275","method":"POST"} []
[2026-08-08T11:41:20.306303-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-08T11:41:20.348794-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasPaltan"} []
[2026-08-08T11:41:20.350197-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-08T11:41:20.350216-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-08T11:41:20.350230-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-08T11:41:20.411952-05:00] php.CRITICAL: Uncaught Error: Call to a member function getTipoDocumento() on null {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-08-08T11:41:20.414426-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-08-08T11:41:20.422204-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-08T15:02:55.112231-05:00] request.INFO: Matched route "descarga_index". {"route":"descarga_index","route_parameters":{"_route":"descarga_index","_controller":"App\\Controller\\DescargaController::indexAction"},"request_uri":"https://facturasfactecu.factecu.website/descarga/","method":"GET"} []
[2026-08-08T15:02:55.134288-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-08T15:02:55.172874-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"CarlosM"} []
[2026-08-08T15:02:55.174661-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-08T15:02:55.174681-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-08T15:02:55.174695-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-08T15:02:55.244756-05:00] request.CRITICAL: Uncaught PHP Exception BadMethodCallException: "Undefined method 'paginatedSearch'. The method name must start with either findBy, findOneBy or countBy!" at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php line 235 {"exception":"[object] (BadMethodCallException(code: 0): Undefined method 'paginatedSearch'. The method name must start with either findBy, findOneBy or countBy! at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:235)"} []
[2026-08-08T15:02:55.261085-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-11T17:53:55.250200-05:00] request.INFO: Matched route "guiaremision_show". {"route":"guiaremision_show","route_parameters":{"_route":"guiaremision_show","_controller":"App\\Controller\\GuiaRemisionController::showAction","slug":"a3825ab725f65d39f68380e8d04600ea","id":"1927"},"request_uri":"https://facturasfactecu.factecu.website/guiaremision/show/a3825ab725f65d39f68380e8d04600eagr1927","method":"POST"} []
[2026-08-11T17:53:55.270539-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-11T17:53:55.303369-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-11T17:53:55.304655-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-11T17:53:55.304671-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-11T17:53:55.304684-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-11T17:53:56.457307-05:00] php.CRITICAL: Uncaught Error: Call to undefined method App\Entity\Model\GuiaRemision::getCustomerName() {"exception":"[object] (Error(code: 0): Call to undefined method App\\Entity\\Model\\GuiaRemision::getCustomerName() at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/Base/AbstractGuiaRemisionController.php:262)"} []
[2026-08-11T17:53:56.474731-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "getCustomerName" of class "App\Entity\Model\GuiaRemision". Did you mean to call "getCustomermicro"?" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/Base/AbstractGuiaRemisionController.php line 262 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"getCustomerName\" of class \"App\\Entity\\Model\\GuiaRemision\".\nDid you mean to call \"getCustomermicro\"? at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/Base/AbstractGuiaRemisionController.php:262)"} []
[2026-08-11T17:53:56.482336-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T17:48:24.774814-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"fc015ddb05e6ae510bfa6604beda06f5","id":"203749"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/fc015ddb05e6ae510bfa6604beda06f5inv203749","method":"POST"} []
[2026-08-13T17:48:24.796667-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-13T17:48:24.830870-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-13T17:48:24.832018-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T17:48:24.832032-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:48:24.832043-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:48:28.844020-05:00] request.CRITICAL: Uncaught PHP Exception Swift_TransportException: "Failed to authenticate on SMTP server with username "facturacionfactecu@factecu.website" using 1 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code "535", with message "535 Incorrect authentication data "." at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php line 191 {"exception":"[object] (Swift_TransportException(code: 0): Failed to authenticate on SMTP server with username \"facturacionfactecu@factecu.website\" using 1 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code \"535\", with message \"535 Incorrect authentication data\r\n\". at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T17:48:28.857170-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T17:53:19.222406-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"728369ccc7dde3ba22a119ccd9457f1b","id":"203753"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/728369ccc7dde3ba22a119ccd9457f1binv203753","method":"POST"} []
[2026-08-13T17:53:19.241965-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-13T17:53:19.272083-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"Unifronteras"} []
[2026-08-13T17:53:19.273180-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T17:53:19.273196-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:53:19.273209-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:53:22.933311-05:00] request.CRITICAL: Uncaught PHP Exception Swift_TransportException: "Failed to authenticate on SMTP server with username "facturacionfactecu@factecu.website" using 1 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code "535", with message "535 Incorrect authentication data "." at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php line 191 {"exception":"[object] (Swift_TransportException(code: 0): Failed to authenticate on SMTP server with username \"facturacionfactecu@factecu.website\" using 1 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code \"535\", with message \"535 Incorrect authentication data\r\n\". at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T17:53:22.940817-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T17:53:27.060117-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"b190b763374110c16f9bbc766d65b961","id":"203752"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/b190b763374110c16f9bbc766d65b961inv203752","method":"POST"} []
[2026-08-13T17:53:27.083548-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-13T17:53:27.125401-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"LacOlmedo"} []
[2026-08-13T17:53:27.127118-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T17:53:27.127138-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:53:27.127150-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:53:31.297763-05:00] request.CRITICAL: Uncaught PHP Exception Swift_TransportException: "Failed to authenticate on SMTP server with username "facturacionfactecu@factecu.website" using 1 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code "535", with message "535 Incorrect authentication data "." at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php line 191 {"exception":"[object] (Swift_TransportException(code: 0): Failed to authenticate on SMTP server with username \"facturacionfactecu@factecu.website\" using 1 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code \"535\", with message \"535 Incorrect authentication data\r\n\". at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T17:53:31.306348-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T17:54:13.606312-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"9cf6c1733ce13ebdb864adaa7af865eb","id":"203754"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/9cf6c1733ce13ebdb864adaa7af865ebinv203754","method":"POST"} []
[2026-08-13T17:54:13.647053-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-13T17:54:13.694241-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasAlicia"} []
[2026-08-13T17:54:13.695755-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T17:54:13.695776-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:54:13.695788-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:54:17.452153-05:00] request.CRITICAL: Uncaught PHP Exception Swift_TransportException: "Failed to authenticate on SMTP server with username "facturacionfactecu@factecu.website" using 1 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code "535", with message "535 Incorrect authentication data "." at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php line 191 {"exception":"[object] (Swift_TransportException(code: 0): Failed to authenticate on SMTP server with username \"facturacionfactecu@factecu.website\" using 1 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code \"535\", with message \"535 Incorrect authentication data\r\n\". at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T17:54:17.464344-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T17:54:52.909283-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"b190b763374110c16f9bbc766d65b961","id":"203752"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/b190b763374110c16f9bbc766d65b961inv203752","method":"POST"} []
[2026-08-13T17:54:52.932079-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-13T17:54:52.964330-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"LacOlmedo"} []
[2026-08-13T17:54:52.965481-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T17:54:52.965497-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:54:52.965509-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:54:56.953151-05:00] request.CRITICAL: Uncaught PHP Exception Swift_TransportException: "Failed to authenticate on SMTP server with username "facturacionfactecu@factecu.website" using 1 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code "535", with message "535 Incorrect authentication data "." at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php line 191 {"exception":"[object] (Swift_TransportException(code: 0): Failed to authenticate on SMTP server with username \"facturacionfactecu@factecu.website\" using 1 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code \"535\", with message \"535 Incorrect authentication data\r\n\". at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T17:54:56.961288-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T18:00:26.983644-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"8016985b28eb587c8588b3b1b009de43","id":"203758"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/8016985b28eb587c8588b3b1b009de43inv203758","method":"POST"} []
[2026-08-13T18:00:27.007977-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-13T18:00:27.049456-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasAlicia"} []
[2026-08-13T18:00:27.050661-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T18:00:27.050678-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:00:27.050690-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:00:30.392954-05:00] request.CRITICAL: Uncaught PHP Exception Swift_TransportException: "Failed to authenticate on SMTP server with username "facturacionfactecu@factecu.website" using 1 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code "535", with message "535 Incorrect authentication data "." at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php line 191 {"exception":"[object] (Swift_TransportException(code: 0): Failed to authenticate on SMTP server with username \"facturacionfactecu@factecu.website\" using 1 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code \"535\", with message \"535 Incorrect authentication data\r\n\". at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T18:00:30.403984-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T18:00:28.258317-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"8016985b28eb587c8588b3b1b009de43","id":"203758"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/8016985b28eb587c8588b3b1b009de43inv203758","method":"POST"} []
[2026-08-13T18:00:30.407152-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-13T18:00:30.439601-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasAlicia"} []
[2026-08-13T18:00:30.440724-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T18:00:30.440741-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:00:30.440755-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:00:34.137211-05:00] request.CRITICAL: Uncaught PHP Exception Swift_TransportException: "Failed to authenticate on SMTP server with username "facturacionfactecu@factecu.website" using 1 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code "535", with message "535 Incorrect authentication data "." at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php line 191 {"exception":"[object] (Swift_TransportException(code: 0): Failed to authenticate on SMTP server with username \"facturacionfactecu@factecu.website\" using 1 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code \"535\", with message \"535 Incorrect authentication data\r\n\". at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T18:00:34.146093-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T18:08:35.668938-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"b5728d35cc168f75786ee5800fc951c2","id":"203759"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/b5728d35cc168f75786ee5800fc951c2inv203759","method":"POST"} []
[2026-08-13T18:08:35.691246-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-13T18:08:35.734517-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"Unifronteras"} []
[2026-08-13T18:08:35.735733-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T18:08:35.735749-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:08:35.735761-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:08:39.616623-05:00] request.CRITICAL: Uncaught PHP Exception Swift_TransportException: "Failed to authenticate on SMTP server with username "facturacionfactecu@factecu.website" using 1 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code "535", with message "535 Incorrect authentication data "." at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php line 191 {"exception":"[object] (Swift_TransportException(code: 0): Failed to authenticate on SMTP server with username \"facturacionfactecu@factecu.website\" using 1 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code \"535\", with message \"535 Incorrect authentication data\r\n\". at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T18:08:39.625691-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T18:08:43.296851-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"b5728d35cc168f75786ee5800fc951c2","id":"203759"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/b5728d35cc168f75786ee5800fc951c2inv203759","method":"POST"} []
[2026-08-13T18:08:43.320115-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-13T18:08:43.358070-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"Unifronteras"} []
[2026-08-13T18:08:43.359411-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T18:08:43.359427-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:08:43.359447-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:08:47.533306-05:00] request.CRITICAL: Uncaught PHP Exception Swift_TransportException: "Failed to authenticate on SMTP server with username "facturacionfactecu@factecu.website" using 1 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code "535", with message "535 Incorrect authentication data "." at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php line 191 {"exception":"[object] (Swift_TransportException(code: 0): Failed to authenticate on SMTP server with username \"facturacionfactecu@factecu.website\" using 1 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code \"535\", with message \"535 Incorrect authentication data\r\n\". at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T18:08:47.542494-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T18:10:43.387615-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"ec5052da0963c7d42e921354b545c4b5","id":"203760"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/ec5052da0963c7d42e921354b545c4b5inv203760","method":"POST"} []
[2026-08-13T18:10:43.415772-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-13T18:10:43.455830-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"Unifronteras"} []
[2026-08-13T18:10:43.457647-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T18:10:43.457668-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:10:43.457681-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:10:47.040935-05:00] request.CRITICAL: Uncaught PHP Exception Swift_TransportException: "Failed to authenticate on SMTP server with username "facturacionfactecu@factecu.website" using 1 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code "535", with message "535 Incorrect authentication data "." at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php line 191 {"exception":"[object] (Swift_TransportException(code: 0): Failed to authenticate on SMTP server with username \"facturacionfactecu@factecu.website\" using 1 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code \"535\", with message \"535 Incorrect authentication data\r\n\". at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T18:10:47.053705-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-15T12:11:38.069632-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"ac27acd367da435d6c0fec2264d90df1","id":"203275"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/ac27acd367da435d6c0fec2264d90df1inv203275","method":"POST"} []
[2026-08-15T12:11:38.095561-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-15T12:11:38.140910-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasPaltan"} []
[2026-08-15T12:11:38.143092-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-15T12:11:38.143116-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-15T12:11:38.143129-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-15T12:11:38.219767-05:00] php.CRITICAL: Uncaught Error: Call to a member function getTipoDocumento() on null {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-08-15T12:11:38.234606-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-08-15T12:11:38.245107-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-18T09:43:52.068230-05:00] request.INFO: Matched route "guiaremision_show". {"route":"guiaremision_show","route_parameters":{"_route":"guiaremision_show","_controller":"App\\Controller\\GuiaRemisionController::showAction","slug":"a93d2f86e051c2d3420852ccc45a56bf","id":"1950"},"request_uri":"https://facturasfactecu.factecu.website/guiaremision/show/a93d2f86e051c2d3420852ccc45a56bfgr1950","method":"POST"} []
[2026-08-18T09:43:52.087691-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-18T09:43:52.118999-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"Unifronteras"} []
[2026-08-18T09:43:52.120311-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-18T09:43:52.120328-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-18T09:43:52.120340-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-18T09:43:53.267678-05:00] php.CRITICAL: Uncaught Error: Call to undefined method App\Entity\Model\GuiaRemision::getCustomerName() {"exception":"[object] (Error(code: 0): Call to undefined method App\\Entity\\Model\\GuiaRemision::getCustomerName() at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/Base/AbstractGuiaRemisionController.php:262)"} []
[2026-08-18T09:43:53.279754-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "getCustomerName" of class "App\Entity\Model\GuiaRemision". Did you mean to call "getCustomermicro"?" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/Base/AbstractGuiaRemisionController.php line 262 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"getCustomerName\" of class \"App\\Entity\\Model\\GuiaRemision\".\nDid you mean to call \"getCustomermicro\"? at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/Base/AbstractGuiaRemisionController.php:262)"} []
[2026-08-18T09:43:53.286962-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-18T17:37:23.755174-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"9b328f096802807004c0bd256692d8ec","id":"204398"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/9b328f096802807004c0bd256692d8ecinv204398","method":"POST"} []
[2026-08-18T17:37:23.774492-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-18T17:37:23.805867-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"Unifronteras"} []
[2026-08-18T17:37:23.807198-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-18T17:37:23.807215-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-18T17:37:23.807228-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-18T17:37:25.002686-05:00] request.CRITICAL: Uncaught PHP Exception Swift_RfcComplianceException: "Address in mailbox given [arq..andreshidalgolarco@gmail.com] does not comply with RFC 2822, 3.6.2." at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php line 355 {"exception":"[object] (Swift_RfcComplianceException(code: 0): Address in mailbox given [arq..andreshidalgolarco@gmail.com] does not comply with RFC 2822, 3.6.2. at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php:355)"} []
[2026-08-18T17:37:25.015866-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-18T17:37:31.948722-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"9b328f096802807004c0bd256692d8ec","id":"204398"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/9b328f096802807004c0bd256692d8ecinv204398","method":"POST"} []
[2026-08-18T17:37:31.967824-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-18T17:37:31.998022-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"Unifronteras"} []
[2026-08-18T17:37:31.999318-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-18T17:37:31.999331-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-18T17:37:31.999341-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-18T17:37:33.115417-05:00] request.CRITICAL: Uncaught PHP Exception Swift_RfcComplianceException: "Address in mailbox given [arq..andreshidalgolarco@gmail.com] does not comply with RFC 2822, 3.6.2." at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php line 355 {"exception":"[object] (Swift_RfcComplianceException(code: 0): Address in mailbox given [arq..andreshidalgolarco@gmail.com] does not comply with RFC 2822, 3.6.2. at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php:355)"} []
[2026-08-18T17:37:33.123488-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T17:47:24.579870-05:00] request.INFO: Matched route "guiaremision_show". {"route":"guiaremision_show","route_parameters":{"_route":"guiaremision_show","_controller":"App\\Controller\\GuiaRemisionController::showAction","slug":"346c9d0ec9e6d0c6b656e3f8ed6d1373","id":"1958"},"request_uri":"https://facturasfactecu.factecu.website/guiaremision/show/346c9d0ec9e6d0c6b656e3f8ed6d1373gr1958","method":"POST"} []
[2026-08-19T17:47:24.600979-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T17:47:24.636582-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T17:47:24.637973-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T17:47:24.637988-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T17:47:24.637999-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T17:47:25.757816-05:00] php.CRITICAL: Uncaught Error: Call to undefined method App\Entity\Model\GuiaRemision::getCustomerName() {"exception":"[object] (Error(code: 0): Call to undefined method App\\Entity\\Model\\GuiaRemision::getCustomerName() at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/Base/AbstractGuiaRemisionController.php:262)"} []
[2026-08-19T17:47:25.775951-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "getCustomerName" of class "App\Entity\Model\GuiaRemision". Did you mean to call "getCustomermicro"?" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/Base/AbstractGuiaRemisionController.php line 262 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"getCustomerName\" of class \"App\\Entity\\Model\\GuiaRemision\".\nDid you mean to call \"getCustomermicro\"? at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/Base/AbstractGuiaRemisionController.php:262)"} []
[2026-08-19T17:47:25.784938-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T22:35:50.133964-05:00] request.INFO: Matched route "descarga_index". {"route":"descarga_index","route_parameters":{"_route":"descarga_index","_controller":"App\\Controller\\DescargaController::indexAction"},"request_uri":"https://facturasfactecu.factecu.website/descarga/","method":"GET"} []
[2026-08-19T22:35:50.164701-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T22:35:50.201606-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T22:35:50.203257-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T22:35:50.203278-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T22:35:50.203291-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T22:35:50.271707-05:00] request.CRITICAL: Uncaught PHP Exception BadMethodCallException: "Undefined method 'paginatedSearch'. The method name must start with either findBy, findOneBy or countBy!" at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php line 235 {"exception":"[object] (BadMethodCallException(code: 0): Undefined method 'paginatedSearch'. The method name must start with either findBy, findOneBy or countBy! at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:235)"} []
[2026-08-19T22:35:50.292980-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:16:00.910534-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"88c190ebfabda212d3398161c12faf4c","id":"202867"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/88c190ebfabda212d3398161c12faf4cinv202867","method":"GET"} []
[2026-08-19T23:16:00.958942-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:16:01.001929-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:16:01.003114-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:16:01.003131-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:16:01.003144-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:16:01.053122-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:16:01.075013-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:16:02.223346-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"88c190ebfabda212d3398161c12faf4c","id":"202867"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/88c190ebfabda212d3398161c12faf4cinv202867","method":"GET"} []
[2026-08-19T23:16:02.247711-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:16:02.281711-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:16:02.282967-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:16:02.282983-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:16:02.282994-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:16:02.335956-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:16:02.348885-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:16:04.525637-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"88c190ebfabda212d3398161c12faf4c","id":"202867"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/88c190ebfabda212d3398161c12faf4cinv202867","method":"GET"} []
[2026-08-19T23:16:04.604833-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:16:04.644000-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:16:04.645529-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:16:04.645548-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:16:04.645560-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:16:04.683324-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:16:04.691329-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:16:08.230668-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"88c190ebfabda212d3398161c12faf4c","id":"202867"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/88c190ebfabda212d3398161c12faf4cinv202867","method":"GET"} []
[2026-08-19T23:16:08.341551-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:16:08.381725-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:16:08.383837-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:16:08.383862-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:16:08.383878-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:16:08.434400-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:16:08.443636-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:16:18.207929-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"88c190ebfabda212d3398161c12faf4c","id":"202867"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/88c190ebfabda212d3398161c12faf4cinv202867","method":"GET"} []
[2026-08-19T23:16:18.282049-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:16:18.320287-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:16:18.322422-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:16:18.322447-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:16:18.322462-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:16:18.371814-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:16:18.380807-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:16:55.481778-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"72c30e8614a81082e9c5c19a73c5b521","id":"199160"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/72c30e8614a81082e9c5c19a73c5b521inv199160","method":"GET"} []
[2026-08-19T23:16:55.509635-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:16:55.539742-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:16:55.541159-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:16:55.541175-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:16:55.541184-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:16:55.581473-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:16:55.589329-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:16:56.878828-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"72c30e8614a81082e9c5c19a73c5b521","id":"199160"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/72c30e8614a81082e9c5c19a73c5b521inv199160","method":"GET"} []
[2026-08-19T23:16:56.931939-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:16:56.982260-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:16:56.984575-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:16:56.984593-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:16:56.984606-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:16:57.029784-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:16:57.038368-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:16:59.076210-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"72c30e8614a81082e9c5c19a73c5b521","id":"199160"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/72c30e8614a81082e9c5c19a73c5b521inv199160","method":"GET"} []
[2026-08-19T23:16:59.096065-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:16:59.133554-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:16:59.135123-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:16:59.135148-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:16:59.135161-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:16:59.183478-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:16:59.192583-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:17:02.615756-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"72c30e8614a81082e9c5c19a73c5b521","id":"199160"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/72c30e8614a81082e9c5c19a73c5b521inv199160","method":"GET"} []
[2026-08-19T23:17:02.655665-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:17:02.701182-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:17:02.703282-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:17:02.703312-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:02.703330-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:02.756828-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:17:02.768964-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:17:04.010022-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"02a8d4100fb313397bf2d1a5e9e18e4f","id":"198742"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/02a8d4100fb313397bf2d1a5e9e18e4finv198742","method":"GET"} []
[2026-08-19T23:17:04.063763-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:17:04.098289-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:17:04.100028-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:17:04.100057-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:04.100076-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:04.149310-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:17:04.158009-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:17:05.282534-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"02a8d4100fb313397bf2d1a5e9e18e4f","id":"198742"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/02a8d4100fb313397bf2d1a5e9e18e4finv198742","method":"GET"} []
[2026-08-19T23:17:05.306088-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:17:05.340539-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:17:05.342050-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:17:05.342073-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:05.342090-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:05.397618-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:17:05.408367-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:17:07.311432-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"02a8d4100fb313397bf2d1a5e9e18e4f","id":"198742"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/02a8d4100fb313397bf2d1a5e9e18e4finv198742","method":"GET"} []
[2026-08-19T23:17:07.337493-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:17:07.375478-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:17:07.376756-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:17:07.376774-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:07.376784-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:07.424530-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:17:07.434077-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:17:11.516834-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"72c30e8614a81082e9c5c19a73c5b521","id":"199160"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/72c30e8614a81082e9c5c19a73c5b521inv199160","method":"GET"} []
[2026-08-19T23:17:11.540856-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:17:11.587757-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:17:11.589557-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:17:11.589582-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:11.589605-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:11.628800-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:17:11.637172-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:17:12.032924-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"02a8d4100fb313397bf2d1a5e9e18e4f","id":"198742"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/02a8d4100fb313397bf2d1a5e9e18e4finv198742","method":"GET"} []
[2026-08-19T23:17:12.056711-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:17:12.095732-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:17:12.097156-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:17:12.097175-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:12.097188-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:12.146452-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:17:12.159083-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:17:18.904583-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"02a8d4100fb313397bf2d1a5e9e18e4f","id":"198742"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/02a8d4100fb313397bf2d1a5e9e18e4finv198742","method":"GET"} []
[2026-08-19T23:17:19.008595-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:17:19.047599-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:17:19.048761-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:17:19.048779-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:19.048789-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:19.090208-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:17:19.101523-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:17:37.710627-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"472e35575595248967033e8b24031f3f","id":"196926"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/472e35575595248967033e8b24031f3finv196926","method":"GET"} []
[2026-08-19T23:17:37.748780-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:17:37.789463-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:17:37.791189-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:17:37.791215-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:37.791228-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:37.839883-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:17:37.849093-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:17:39.040125-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"472e35575595248967033e8b24031f3f","id":"196926"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/472e35575595248967033e8b24031f3finv196926","method":"GET"} []
[2026-08-19T23:17:39.115819-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:17:39.151039-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:17:39.152317-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:17:39.152339-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:39.152356-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:39.203643-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:17:39.213049-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:17:41.197643-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"472e35575595248967033e8b24031f3f","id":"196926"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/472e35575595248967033e8b24031f3finv196926","method":"GET"} []
[2026-08-19T23:17:41.223582-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:17:41.269596-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:17:41.271237-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:17:41.271258-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:41.271271-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:41.321649-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:17:41.332036-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:17:44.835826-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"472e35575595248967033e8b24031f3f","id":"196926"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/472e35575595248967033e8b24031f3finv196926","method":"GET"} []
[2026-08-19T23:17:44.881412-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:17:44.934097-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:17:44.935852-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:17:44.935877-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:44.935891-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:44.991444-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:17:45.000401-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:17:53.803837-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"472e35575595248967033e8b24031f3f","id":"196926"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/472e35575595248967033e8b24031f3finv196926","method":"GET"} []
[2026-08-19T23:17:53.907800-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:17:53.951006-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:17:53.952661-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:17:53.952681-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:53.952692-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:53.999322-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:17:54.008464-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:17:56.535767-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"fdf7fa634cf379fbb8e611986b1a4bce","id":"196004"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/fdf7fa634cf379fbb8e611986b1a4bceinv196004","method":"GET"} []
[2026-08-19T23:17:56.561192-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:17:56.590667-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:17:56.591729-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:17:56.591744-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:56.591753-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:56.634570-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:17:56.642237-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:17:56.987826-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"6e6874e9c5060953820f222019d30dbc","id":"195985"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/6e6874e9c5060953820f222019d30dbcinv195985","method":"GET"} []
[2026-08-19T23:17:57.028091-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:17:57.064856-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:17:57.066606-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:17:57.066628-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:57.066641-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:57.118111-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:17:57.128950-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:17:57.866974-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"fdf7fa634cf379fbb8e611986b1a4bce","id":"196004"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/fdf7fa634cf379fbb8e611986b1a4bceinv196004","method":"GET"} []
[2026-08-19T23:17:57.893122-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:17:57.938781-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:17:57.940593-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:17:57.940624-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:57.940642-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:57.998129-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:17:58.008530-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:17:58.485653-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"6e6874e9c5060953820f222019d30dbc","id":"195985"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/6e6874e9c5060953820f222019d30dbcinv195985","method":"GET"} []
[2026-08-19T23:17:58.511632-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:17:58.547056-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:17:58.548504-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:17:58.548525-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:58.548538-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:17:58.593155-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:17:58.602784-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:18:00.248992-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"fdf7fa634cf379fbb8e611986b1a4bce","id":"196004"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/fdf7fa634cf379fbb8e611986b1a4bceinv196004","method":"GET"} []
[2026-08-19T23:18:00.265518-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:18:00.299273-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:18:00.300471-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:18:00.300489-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:18:00.300503-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:18:00.349319-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:18:00.356646-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:18:00.398425-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"6e6874e9c5060953820f222019d30dbc","id":"195985"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/6e6874e9c5060953820f222019d30dbcinv195985","method":"GET"} []
[2026-08-19T23:18:00.424672-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:18:00.461760-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:18:00.462884-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:18:00.462903-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:18:00.462935-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:18:00.508621-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:18:00.516593-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:18:04.011154-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"6e6874e9c5060953820f222019d30dbc","id":"195985"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/6e6874e9c5060953820f222019d30dbcinv195985","method":"GET"} []
[2026-08-19T23:18:04.057111-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:18:04.096143-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:18:04.097685-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:18:04.097706-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:18:04.097721-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:18:04.149850-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:18:04.158872-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:18:04.498770-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"fdf7fa634cf379fbb8e611986b1a4bce","id":"196004"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/fdf7fa634cf379fbb8e611986b1a4bceinv196004","method":"GET"} []
[2026-08-19T23:18:04.521869-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:18:04.552441-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:18:04.553712-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:18:04.553731-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:18:04.553745-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:18:04.603877-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:18:04.613120-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:18:13.103321-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"6e6874e9c5060953820f222019d30dbc","id":"195985"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/6e6874e9c5060953820f222019d30dbcinv195985","method":"GET"} []
[2026-08-19T23:18:13.129849-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:18:13.157529-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:18:13.158755-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:18:13.158771-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:18:13.158780-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:18:13.202256-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:18:13.210703-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:18:13.738942-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"fdf7fa634cf379fbb8e611986b1a4bce","id":"196004"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/fdf7fa634cf379fbb8e611986b1a4bceinv196004","method":"GET"} []
[2026-08-19T23:18:13.876372-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:18:13.909088-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:18:13.910151-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:18:13.910166-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:18:13.910175-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:18:13.957550-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:18:13.964774-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:19:01.165836-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"ddc0cc870b27faad74bc780448a9a796","id":"192058"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/ddc0cc870b27faad74bc780448a9a796inv192058","method":"GET"} []
[2026-08-19T23:19:01.185773-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:19:01.217693-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:19:01.218766-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:19:01.218782-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:19:01.218793-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:19:01.258241-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:19:01.268133-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:19:02.477628-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"ddc0cc870b27faad74bc780448a9a796","id":"192058"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/ddc0cc870b27faad74bc780448a9a796inv192058","method":"GET"} []
[2026-08-19T23:19:02.561032-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:19:02.599827-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:19:02.601712-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:19:02.601740-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:19:02.601755-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:19:02.653727-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:19:02.666169-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:19:04.826993-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"ddc0cc870b27faad74bc780448a9a796","id":"192058"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/ddc0cc870b27faad74bc780448a9a796inv192058","method":"GET"} []
[2026-08-19T23:19:04.875659-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:19:04.917254-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:19:04.918720-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:19:04.918741-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:19:04.918754-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:19:04.966879-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:19:04.977558-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:19:08.634071-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"ddc0cc870b27faad74bc780448a9a796","id":"192058"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/ddc0cc870b27faad74bc780448a9a796inv192058","method":"GET"} []
[2026-08-19T23:19:08.655232-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:19:08.692699-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:19:08.696305-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:19:08.696343-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:19:08.696366-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:19:08.737093-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:19:08.744491-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:19:17.499348-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"ddc0cc870b27faad74bc780448a9a796","id":"192058"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/ddc0cc870b27faad74bc780448a9a796inv192058","method":"GET"} []
[2026-08-19T23:19:17.554968-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:19:17.586688-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:19:17.587884-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:19:17.587917-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:19:17.587928-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:19:17.633742-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:19:17.643263-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:21:28.826859-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"3e72f77d0b790294893c26a59e6021ca","id":"181624"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/3e72f77d0b790294893c26a59e6021cainv181624","method":"GET"} []
[2026-08-19T23:21:28.852532-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:21:28.896803-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:21:28.898424-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:21:28.898448-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:28.898462-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:28.953232-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:21:28.964576-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:21:30.317406-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"3e72f77d0b790294893c26a59e6021ca","id":"181624"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/3e72f77d0b790294893c26a59e6021cainv181624","method":"GET"} []
[2026-08-19T23:21:30.339771-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:21:30.374455-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:21:30.375985-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:21:30.376009-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:30.376021-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:30.421040-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:21:30.431057-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:21:32.439848-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"3e72f77d0b790294893c26a59e6021ca","id":"181624"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/3e72f77d0b790294893c26a59e6021cainv181624","method":"GET"} []
[2026-08-19T23:21:32.502977-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:21:32.547293-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:21:32.549234-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:21:32.549258-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:32.549273-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:32.606665-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:21:32.618687-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:21:37.603505-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"3e72f77d0b790294893c26a59e6021ca","id":"181624"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/3e72f77d0b790294893c26a59e6021cainv181624","method":"GET"} []
[2026-08-19T23:21:37.628746-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:21:37.672809-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:21:37.674752-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:21:37.674782-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:37.674801-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:37.731981-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:21:37.745755-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:21:38.873009-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"c63f21f46d9779b9542bc1ee03f61cb5","id":"181212"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/c63f21f46d9779b9542bc1ee03f61cb5inv181212","method":"GET"} []
[2026-08-19T23:21:38.900161-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:21:38.949353-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:21:38.950535-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:21:38.950550-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:38.950560-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:38.999666-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:21:39.011835-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:21:40.312548-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"c63f21f46d9779b9542bc1ee03f61cb5","id":"181212"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/c63f21f46d9779b9542bc1ee03f61cb5inv181212","method":"GET"} []
[2026-08-19T23:21:40.339846-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:21:40.380369-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:21:40.382340-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:21:40.382364-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:40.382379-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:40.436725-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:21:40.448859-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:21:40.727223-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"d55aef98f751fa0ef7880375268c8ffa","id":"181173"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/d55aef98f751fa0ef7880375268c8ffainv181173","method":"GET"} []
[2026-08-19T23:21:40.751680-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:21:40.792399-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:21:40.793781-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:21:40.793801-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:40.793816-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:40.843613-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:21:40.852675-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:21:41.884963-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"d55aef98f751fa0ef7880375268c8ffa","id":"181173"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/d55aef98f751fa0ef7880375268c8ffainv181173","method":"GET"} []
[2026-08-19T23:21:41.909281-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:21:41.950723-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:21:41.952365-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:21:41.952402-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:41.952416-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:42.008783-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:21:42.019188-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:21:42.979819-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"c63f21f46d9779b9542bc1ee03f61cb5","id":"181212"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/c63f21f46d9779b9542bc1ee03f61cb5inv181212","method":"GET"} []
[2026-08-19T23:21:42.998717-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:21:43.036034-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:21:43.037629-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:21:43.037653-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:43.037667-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:43.080261-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:21:43.088880-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:21:44.106938-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"d55aef98f751fa0ef7880375268c8ffa","id":"181173"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/d55aef98f751fa0ef7880375268c8ffainv181173","method":"GET"} []
[2026-08-19T23:21:44.133641-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:21:44.177086-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:21:44.178878-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:21:44.178924-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:44.178947-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:44.232378-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:21:44.243279-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:21:47.237452-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"c63f21f46d9779b9542bc1ee03f61cb5","id":"181212"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/c63f21f46d9779b9542bc1ee03f61cb5inv181212","method":"GET"} []
[2026-08-19T23:21:47.258543-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:21:47.301042-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:21:47.302320-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:21:47.302337-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:47.302347-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:47.340535-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:21:47.348288-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:21:47.424058-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"3e72f77d0b790294893c26a59e6021ca","id":"181624"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/3e72f77d0b790294893c26a59e6021cainv181624","method":"GET"} []
[2026-08-19T23:21:47.446489-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:21:47.486073-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:21:47.487546-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:21:47.487568-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:47.487582-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:47.534351-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:21:47.543690-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:21:47.936393-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"d55aef98f751fa0ef7880375268c8ffa","id":"181173"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/d55aef98f751fa0ef7880375268c8ffainv181173","method":"GET"} []
[2026-08-19T23:21:47.959787-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:21:48.000986-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:21:48.002443-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:21:48.002464-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:48.002476-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:48.053437-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:21:48.063687-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:21:54.439268-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"c63f21f46d9779b9542bc1ee03f61cb5","id":"181212"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/c63f21f46d9779b9542bc1ee03f61cb5inv181212","method":"GET"} []
[2026-08-19T23:21:54.471187-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:21:54.515077-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:21:54.516551-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:21:54.516578-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:54.516591-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:54.568241-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:21:54.577324-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-19T23:21:56.884519-05:00] request.INFO: Matched route "invoice_download_xml". {"route":"invoice_download_xml","route_parameters":{"_route":"invoice_download_xml","_controller":"App\\Controller\\InvoiceController::xmldownloadAction","slug":"d55aef98f751fa0ef7880375268c8ffa","id":"181173"},"request_uri":"https://facturasfactecu.factecu.website/invoicedownload/xml/d55aef98f751fa0ef7880375268c8ffainv181173","method":"GET"} []
[2026-08-19T23:21:56.902876-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-19T23:21:56.943270-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-19T23:21:56.944828-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-19T23:21:56.944851-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:56.944863-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-19T23:21:56.995276-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php line 1451 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/InvoiceController.php:1451)"} []
[2026-08-19T23:21:57.006408-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-20T16:31:25.765835-05:00] request.INFO: Matched route "retencion_download_xml". {"route":"retencion_download_xml","route_parameters":{"_route":"retencion_download_xml","_controller":"App\\Controller\\RetencionController::xmldownloadAction","slug":"bf3d5b04fb91b956da8356589f10f146","id":"10188"},"request_uri":"https://facturasfactecu.factecu.website/retenciondownload/xml/bf3d5b04fb91b956da8356589f10f146inv10188","method":"GET"} []
[2026-08-20T16:31:25.784370-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-20T16:31:25.823944-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-20T16:31:25.826472-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-20T16:31:25.826504-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T16:31:25.826523-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T16:31:25.880779-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/RetencionController.php line 692 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/RetencionController.php:692)"} []
[2026-08-20T16:31:25.898804-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-20T16:31:27.004341-05:00] request.INFO: Matched route "retencion_download_xml". {"route":"retencion_download_xml","route_parameters":{"_route":"retencion_download_xml","_controller":"App\\Controller\\RetencionController::xmldownloadAction","slug":"bf3d5b04fb91b956da8356589f10f146","id":"10188"},"request_uri":"https://facturasfactecu.factecu.website/retenciondownload/xml/bf3d5b04fb91b956da8356589f10f146inv10188","method":"GET"} []
[2026-08-20T16:31:27.029817-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-20T16:31:27.068716-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-20T16:31:27.070134-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-20T16:31:27.070154-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T16:31:27.070167-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T16:31:27.128372-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/RetencionController.php line 692 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/RetencionController.php:692)"} []
[2026-08-20T16:31:27.144391-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-20T16:31:29.479804-05:00] request.INFO: Matched route "retencion_download_xml". {"route":"retencion_download_xml","route_parameters":{"_route":"retencion_download_xml","_controller":"App\\Controller\\RetencionController::xmldownloadAction","slug":"bf3d5b04fb91b956da8356589f10f146","id":"10188"},"request_uri":"https://facturasfactecu.factecu.website/retenciondownload/xml/bf3d5b04fb91b956da8356589f10f146inv10188","method":"GET"} []
[2026-08-20T16:31:29.498037-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-20T16:31:29.534804-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-20T16:31:29.535952-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-20T16:31:29.535968-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T16:31:29.535979-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T16:31:29.586381-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/RetencionController.php line 692 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/RetencionController.php:692)"} []
[2026-08-20T16:31:29.595367-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-20T16:31:32.969236-05:00] request.INFO: Matched route "retencion_download_xml". {"route":"retencion_download_xml","route_parameters":{"_route":"retencion_download_xml","_controller":"App\\Controller\\RetencionController::xmldownloadAction","slug":"bf3d5b04fb91b956da8356589f10f146","id":"10188"},"request_uri":"https://facturasfactecu.factecu.website/retenciondownload/xml/bf3d5b04fb91b956da8356589f10f146inv10188","method":"GET"} []
[2026-08-20T16:31:32.988964-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-20T16:31:33.020555-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-20T16:31:33.021774-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-20T16:31:33.021793-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T16:31:33.021804-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T16:31:33.064909-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/RetencionController.php line 692 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/RetencionController.php:692)"} []
[2026-08-20T16:31:33.075389-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-20T16:31:41.774009-05:00] request.INFO: Matched route "retencion_download_xml". {"route":"retencion_download_xml","route_parameters":{"_route":"retencion_download_xml","_controller":"App\\Controller\\RetencionController::xmldownloadAction","slug":"bf3d5b04fb91b956da8356589f10f146","id":"10188"},"request_uri":"https://facturasfactecu.factecu.website/retenciondownload/xml/bf3d5b04fb91b956da8356589f10f146inv10188","method":"GET"} []
[2026-08-20T16:31:41.912915-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-20T16:31:41.941538-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-20T16:31:41.942690-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-20T16:31:41.942708-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T16:31:41.942722-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T16:31:41.984128-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/RetencionController.php line 692 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/RetencionController.php:692)"} []
[2026-08-20T16:31:41.992200-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-20T16:32:00.853038-05:00] request.INFO: Matched route "retencion_download_xml". {"route":"retencion_download_xml","route_parameters":{"_route":"retencion_download_xml","_controller":"App\\Controller\\RetencionController::xmldownloadAction","slug":"3f5464b781e9d86b596ab1b7579cea17","id":"9805"},"request_uri":"https://facturasfactecu.factecu.website/retenciondownload/xml/3f5464b781e9d86b596ab1b7579cea17inv9805","method":"GET"} []
[2026-08-20T16:32:00.882697-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-20T16:32:00.915406-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-20T16:32:00.916583-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-20T16:32:00.916599-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T16:32:00.916611-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T16:32:00.962002-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/RetencionController.php line 692 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/RetencionController.php:692)"} []
[2026-08-20T16:32:00.969490-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-20T16:32:02.089404-05:00] request.INFO: Matched route "retencion_download_xml". {"route":"retencion_download_xml","route_parameters":{"_route":"retencion_download_xml","_controller":"App\\Controller\\RetencionController::xmldownloadAction","slug":"3f5464b781e9d86b596ab1b7579cea17","id":"9805"},"request_uri":"https://facturasfactecu.factecu.website/retenciondownload/xml/3f5464b781e9d86b596ab1b7579cea17inv9805","method":"GET"} []
[2026-08-20T16:32:02.203355-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-20T16:32:02.233582-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-20T16:32:02.234687-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-20T16:32:02.234701-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T16:32:02.234712-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T16:32:02.281792-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/RetencionController.php line 692 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/RetencionController.php:692)"} []
[2026-08-20T16:32:02.290746-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-20T16:32:04.771752-05:00] request.INFO: Matched route "retencion_download_xml". {"route":"retencion_download_xml","route_parameters":{"_route":"retencion_download_xml","_controller":"App\\Controller\\RetencionController::xmldownloadAction","slug":"3f5464b781e9d86b596ab1b7579cea17","id":"9805"},"request_uri":"https://facturasfactecu.factecu.website/retenciondownload/xml/3f5464b781e9d86b596ab1b7579cea17inv9805","method":"GET"} []
[2026-08-20T16:32:04.827132-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-20T16:32:04.863125-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-20T16:32:04.864818-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-20T16:32:04.864838-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T16:32:04.864871-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T16:32:04.906276-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/RetencionController.php line 692 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/RetencionController.php:692)"} []
[2026-08-20T16:32:04.914002-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-20T16:32:09.416754-05:00] request.INFO: Matched route "retencion_download_xml". {"route":"retencion_download_xml","route_parameters":{"_route":"retencion_download_xml","_controller":"App\\Controller\\RetencionController::xmldownloadAction","slug":"3f5464b781e9d86b596ab1b7579cea17","id":"9805"},"request_uri":"https://facturasfactecu.factecu.website/retenciondownload/xml/3f5464b781e9d86b596ab1b7579cea17inv9805","method":"GET"} []
[2026-08-20T16:32:09.479815-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-20T16:32:09.519464-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-20T16:32:09.522470-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-20T16:32:09.522498-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T16:32:09.522515-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T16:32:09.575102-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/RetencionController.php line 692 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/RetencionController.php:692)"} []
[2026-08-20T16:32:09.582921-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-20T16:32:18.997160-05:00] request.INFO: Matched route "retencion_download_xml". {"route":"retencion_download_xml","route_parameters":{"_route":"retencion_download_xml","_controller":"App\\Controller\\RetencionController::xmldownloadAction","slug":"3f5464b781e9d86b596ab1b7579cea17","id":"9805"},"request_uri":"https://facturasfactecu.factecu.website/retenciondownload/xml/3f5464b781e9d86b596ab1b7579cea17inv9805","method":"GET"} []
[2026-08-20T16:32:19.019945-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-20T16:32:19.052568-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasroldos"} []
[2026-08-20T16:32:19.053697-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-20T16:32:19.053712-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T16:32:19.053723-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T16:32:19.100004-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/RetencionController.php line 692 {"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 /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/RetencionController.php:692)"} []
[2026-08-20T16:32:19.109690-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-22T17:21:59.705694-05:00] request.INFO: Matched route "descarga_index". {"route":"descarga_index","route_parameters":{"_route":"descarga_index","_controller":"App\\Controller\\DescargaController::indexAction"},"request_uri":"https://facturasfactecu.factecu.website/descarga/","method":"GET"} []
[2026-08-22T17:21:59.724704-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-22T17:21:59.756331-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"1724933351001"} []
[2026-08-22T17:21:59.757560-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-22T17:21:59.757575-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-22T17:21:59.757585-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-22T17:21:59.825216-05:00] request.CRITICAL: Uncaught PHP Exception BadMethodCallException: "Undefined method 'paginatedSearch'. The method name must start with either findBy, findOneBy or countBy!" at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php line 235 {"exception":"[object] (BadMethodCallException(code: 0): Undefined method 'paginatedSearch'. The method name must start with either findBy, findOneBy or countBy! at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:235)"} []
[2026-08-22T17:21:59.837603-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-28T11:05:52.028168-05:00] request.INFO: Matched route "descarga_index". {"route":"descarga_index","route_parameters":{"_route":"descarga_index","_controller":"App\\Controller\\DescargaController::indexAction"},"request_uri":"https://facturasfactecu.factecu.website/descarga/","method":"GET"} []
[2026-08-28T11:05:52.047453-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-28T11:05:52.065058-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasJaime"} []
[2026-08-28T11:05:52.066357-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-28T11:05:52.066377-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T11:05:52.066391-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T11:05:52.111544-05:00] request.CRITICAL: Uncaught PHP Exception BadMethodCallException: "Undefined method 'paginatedSearch'. The method name must start with either findBy, findOneBy or countBy!" at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php line 235 {"exception":"[object] (BadMethodCallException(code: 0): Undefined method 'paginatedSearch'. The method name must start with either findBy, findOneBy or countBy! at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:235)"} []
[2026-08-28T11:05:52.128376-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-28T11:06:28.286136-05:00] request.INFO: Matched route "descarga_index". {"route":"descarga_index","route_parameters":{"_route":"descarga_index","_controller":"App\\Controller\\DescargaController::indexAction"},"request_uri":"https://facturasfactecu.factecu.website/descarga/","method":"GET"} []
[2026-08-28T11:06:28.305295-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-28T11:06:28.318636-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasJaime"} []
[2026-08-28T11:06:28.319940-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-28T11:06:28.319955-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T11:06:28.319964-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T11:06:28.346775-05:00] request.CRITICAL: Uncaught PHP Exception BadMethodCallException: "Undefined method 'paginatedSearch'. The method name must start with either findBy, findOneBy or countBy!" at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php line 235 {"exception":"[object] (BadMethodCallException(code: 0): Undefined method 'paginatedSearch'. The method name must start with either findBy, findOneBy or countBy! at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:235)"} []
[2026-08-28T11:06:28.359013-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-29T16:26:30.829812-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturasfactecu.factecu.website/invoice/new","method":"POST"} []
[2026-08-29T16:26:30.848059-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-29T16:26:30.860535-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasPaltan"} []
[2026-08-29T16:26:30.862141-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-29T16:26:30.862159-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-29T16:26:30.862171-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-29T16:26:31.505978-05:00] php.CRITICAL: Uncaught Error: Call to a member function getTipoDocumento() on null {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-08-29T16:26:31.519776-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-08-29T16:26:31.527247-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-29T16:26:36.508522-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturasfactecu.factecu.website/invoice/new","method":"POST"} []
[2026-08-29T16:26:36.542468-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-29T16:26:36.559117-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasPaltan"} []
[2026-08-29T16:26:36.560764-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-29T16:26:36.560810-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-29T16:26:36.560827-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-29T16:26:37.344875-05:00] php.CRITICAL: Uncaught Error: Call to a member function getTipoDocumento() on null {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-08-29T16:26:37.347712-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-08-29T16:26:37.356905-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-30T17:20:01.502813-05:00] request.INFO: Matched route "descarga_index". {"route":"descarga_index","route_parameters":{"_route":"descarga_index","_controller":"App\\Controller\\DescargaController::indexAction"},"request_uri":"https://facturasfactecu.factecu.website/descarga/","method":"GET"} []
[2026-08-30T17:20:01.535560-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-30T17:20:01.584916-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"TRCAGUANA"} []
[2026-08-30T17:20:01.586482-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-30T17:20:01.586504-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-30T17:20:01.586517-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-30T17:20:01.673692-05:00] request.CRITICAL: Uncaught PHP Exception BadMethodCallException: "Undefined method 'paginatedSearch'. The method name must start with either findBy, findOneBy or countBy!" at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php line 235 {"exception":"[object] (BadMethodCallException(code: 0): Undefined method 'paginatedSearch'. The method name must start with either findBy, findOneBy or countBy! at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:235)"} []
[2026-08-30T17:20:01.691640-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-31T09:12:02.685066-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturasfactecu.factecu.website/invoice/new","method":"POST"} []
[2026-08-31T09:12:02.714046-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-31T09:12:02.731264-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"LacOlmedo"} []
[2026-08-31T09:12:02.732913-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-31T09:12:02.732929-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-31T09:12:02.732938-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-31T09:12:03.333670-05:00] php.CRITICAL: Uncaught Error: Call to a member function getTipoDocumento() on null {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-08-31T09:12:03.351231-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-08-31T09:12:03.360205-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-01T16:18:45.520200-05:00] php.WARNING: Warning: require(/home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVPTla3e/getRouting_LoaderService.php): failed to open stream: No such file or directory {"exception":"[object] (ErrorException(code: 0): Warning: require(/home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVPTla3e/getRouting_LoaderService.php): failed to open stream: No such file or directory at /home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVPTla3e/App_KernelProdContainer.php:146)"} []
[2026-09-01T16:18:45.522080-05:00] php.CRITICAL: Fatal Compile Error: require(): Failed opening required '/home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVPTla3e/getRouting_LoaderService.php' (include_path='.:/opt/alt/php74/usr/share/pear') {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Compile Error: require(): Failed opening required '/home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVPTla3e/getRouting_LoaderService.php' (include_path='.:/opt/alt/php74/usr/share/pear') at /home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVPTla3e/App_KernelProdContainer.php:146)"} []
[2026-09-01T16:18:45.531072-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\FatalError: "Compile Error: require(): Failed opening required '/home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVPTla3e/getRouting_LoaderService.php' (include_path='.:/opt/alt/php74/usr/share/pear')" at /home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVPTla3e/App_KernelProdContainer.php line 146 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Compile Error: require(): Failed opening required '/home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVPTla3e/getRouting_LoaderService.php' (include_path='.:/opt/alt/php74/usr/share/pear') at /home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVPTla3e/App_KernelProdContainer.php:146)"} []
[2026-09-01T16:18:45.533707-05:00] php.WARNING: Warning: require(/home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVPTla3e/getErrorControllerService.php): failed to open stream: No such file or directory {"exception":"[object] (ErrorException(code: 0): Warning: require(/home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVPTla3e/getErrorControllerService.php): failed to open stream: No such file or directory at /home/factdmby/public_html/facturasfactecu.factecu.website/var/cache/prod/ContainerVPTla3e/App_KernelProdContainer.php:146)"} []
[2026-09-02T21:56:40.761400-05:00] request.INFO: Matched route "descarga_index". {"route":"descarga_index","route_parameters":{"_route":"descarga_index","_controller":"App\\Controller\\DescargaController::indexAction"},"request_uri":"https://facturasfactecu.factecu.website/descarga/","method":"GET"} []
[2026-09-02T21:56:40.772722-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-02T21:56:40.781239-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"TRANSRIV"} []
[2026-09-02T21:56:40.782038-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-02T21:56:40.782053-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-02T21:56:40.782065-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-02T21:56:40.813327-05:00] request.CRITICAL: Uncaught PHP Exception BadMethodCallException: "Undefined method 'paginatedSearch'. The method name must start with either findBy, findOneBy or countBy!" at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php line 235 {"exception":"[object] (BadMethodCallException(code: 0): Undefined method 'paginatedSearch'. The method name must start with either findBy, findOneBy or countBy! at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:235)"} []
[2026-09-02T21:56:40.833526-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-04T10:20:44.717506-05:00] request.INFO: Matched route "descarga_index". {"route":"descarga_index","route_parameters":{"_route":"descarga_index","_controller":"App\\Controller\\DescargaController::indexAction"},"request_uri":"https://facturasfactecu.factecu.website/descarga/","method":"GET"} []
[2026-09-04T10:20:44.730403-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-04T10:20:44.743019-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"RUIZ112"} []
[2026-09-04T10:20:44.745193-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-04T10:20:44.745224-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-04T10:20:44.745248-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-04T10:20:44.778479-05:00] request.CRITICAL: Uncaught PHP Exception BadMethodCallException: "Undefined method 'paginatedSearch'. The method name must start with either findBy, findOneBy or countBy!" at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php line 235 {"exception":"[object] (BadMethodCallException(code: 0): Undefined method 'paginatedSearch'. The method name must start with either findBy, findOneBy or countBy! at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:235)"} []
[2026-09-04T10:20:44.790522-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-04T10:25:31.058541-05:00] request.INFO: Matched route "invoice_form_totals". {"route":"invoice_form_totals","route_parameters":{"_route":"invoice_form_totals","_controller":"App\\Controller\\InvoiceController::getInvoiceFormTotals"},"request_uri":"https://facturasfactecu.factecu.website/invoice/form-totals","method":"POST"} []
[2026-09-04T10:25:31.070723-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-04T10:25:31.079615-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"RUIZ112"} []
[2026-09-04T10:25:31.080452-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-04T10:25:31.080525-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-04T10:25:31.080538-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-04T10:25:31.083987-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-04T10:25:31.098350-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 165 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): Number parsing failed: U_PARSE_ERROR at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-09-04T10:25:31.104270-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-04T10:26:53.651041-05:00] request.INFO: Matched route "invoice_form_totals". {"route":"invoice_form_totals","route_parameters":{"_route":"invoice_form_totals","_controller":"App\\Controller\\InvoiceController::getInvoiceFormTotals"},"request_uri":"https://facturasfactecu.factecu.website/invoice/form-totals","method":"POST"} []
[2026-09-04T10:26:53.662977-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-04T10:26:53.672565-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"RUIZ112"} []
[2026-09-04T10:26:53.673457-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-04T10:26:53.673491-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-04T10:26:53.673503-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-04T10:26:53.676867-05: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 /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-04T10:26:53.687291-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: ",90"." at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \",90\". at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-09-04T10:26:53.693202-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-04T10:30:52.620115-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"788d28ce28c072c20f8d1055251d4f4a","id":"205920"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/788d28ce28c072c20f8d1055251d4f4ainv205920","method":"POST"} []
[2026-09-04T10:30:52.633796-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-04T10:30:52.641672-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasPaltan"} []
[2026-09-04T10:30:52.642406-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-04T10:30:52.642417-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-04T10:30:52.642425-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-04T10:30:52.669934-05:00] php.CRITICAL: Uncaught Error: Call to a member function getTipoDocumento() on null {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-09-04T10:30:52.675024-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-09-04T10:30:52.679825-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-07T11:20:05.268911-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturasfactecu.factecu.website/invoice/new","method":"POST"} []
[2026-09-07T11:20:05.287771-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-07T11:20:05.300474-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"CALIALQUILER"} []
[2026-09-07T11:20:05.301753-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-07T11:20:05.301773-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-07T11:20:05.301788-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-07T11:20:05.406736-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\PropertyAccess\Exception\InvalidArgumentException: "Expected argument of type "App\Entity\Model\Tax", "null" given at property path "taxes"." at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/symfony/property-access/PropertyAccessor.php line 208 {"exception":"[object] (Symfony\\Component\\PropertyAccess\\Exception\\InvalidArgumentException(code: 0): Expected argument of type \"App\\Entity\\Model\\Tax\", \"null\" given at property path \"taxes\". at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/symfony/property-access/PropertyAccessor.php:208)\n[previous exception] [object] (TypeError(code: 0): Argument 1 passed to App\\Entity\\Model\\Item::setTaxes() must be an instance of App\\Entity\\Model\\Tax, null given, called in /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/symfony/property-access/PropertyAccessor.php on line 524 at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Entity/Model/Item.php:387)"} []
[2026-09-07T11:20:05.422846-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-07T11:21:39.905095-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturasfactecu.factecu.website/invoice/new","method":"POST"} []
[2026-09-07T11:21:39.917566-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-07T11:21:39.926809-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"CALIALQUILER"} []
[2026-09-07T11:21:39.927635-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-07T11:21:39.927649-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-07T11:21:39.927660-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-07T11:21:40.004571-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\PropertyAccess\Exception\InvalidArgumentException: "Expected argument of type "App\Entity\Model\Tax", "null" given at property path "taxes"." at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/symfony/property-access/PropertyAccessor.php line 208 {"exception":"[object] (Symfony\\Component\\PropertyAccess\\Exception\\InvalidArgumentException(code: 0): Expected argument of type \"App\\Entity\\Model\\Tax\", \"null\" given at property path \"taxes\". at /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/symfony/property-access/PropertyAccessor.php:208)\n[previous exception] [object] (TypeError(code: 0): Argument 1 passed to App\\Entity\\Model\\Item::setTaxes() must be an instance of App\\Entity\\Model\\Tax, null given, called in /home/factdmby/public_html/facturasfactecu.factecu.website/vendor/symfony/property-access/PropertyAccessor.php on line 524 at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Entity/Model/Item.php:387)"} []
[2026-09-07T11:21:40.011244-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-08T08:09:20.300975-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"788d28ce28c072c20f8d1055251d4f4a","id":"205920"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/788d28ce28c072c20f8d1055251d4f4ainv205920","method":"POST"} []
[2026-09-08T08:09:20.325223-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-08T08:09:20.337597-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasPaltan"} []
[2026-09-08T08:09:20.338548-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-08T08:09:20.338566-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-08T08:09:20.338579-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-08T08:09:20.372843-05:00] php.CRITICAL: Uncaught Error: Call to a member function getTipoDocumento() on null {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-09-08T08:09:20.388976-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-09-08T08:09:20.395675-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-08T08:09:30.069893-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"788d28ce28c072c20f8d1055251d4f4a","id":"205920"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/788d28ce28c072c20f8d1055251d4f4ainv205920","method":"POST"} []
[2026-09-08T08:09:30.081319-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-08T08:09:30.089458-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasPaltan"} []
[2026-09-08T08:09:30.090203-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-08T08:09:30.090214-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-08T08:09:30.090221-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-08T08:09:30.122332-05:00] php.CRITICAL: Uncaught Error: Call to a member function getTipoDocumento() on null {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-09-08T08:09:30.123571-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-09-08T08:09:30.128395-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-08T08:09:55.463143-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"788d28ce28c072c20f8d1055251d4f4a","id":"205920"},"request_uri":"https://facturasfactecu.factecu.website/invoice/show/788d28ce28c072c20f8d1055251d4f4ainv205920","method":"POST"} []
[2026-09-08T08:09:55.476963-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-08T08:09:55.487059-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasPaltan"} []
[2026-09-08T08:09:55.488006-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-08T08:09:55.488025-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-08T08:09:55.488039-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-08T08:09:55.517550-05:00] php.CRITICAL: Uncaught Error: Call to a member function getTipoDocumento() on null {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-09-08T08:09:55.519679-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-09-08T08:09:55.525991-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-09T08:19:12.019698-05:00] request.INFO: Matched route "retencion_add". {"route":"retencion_add","route_parameters":{"_route":"retencion_add","_controller":"App\\Controller\\RetencionController::newAction"},"request_uri":"https://facturasfactecu.factecu.website/retencion/new","method":"POST"} []
[2026-09-09T08:19:12.034242-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-09T08:19:12.043603-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"LacOlmedo"} []
[2026-09-09T08:19:12.044488-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-09T08:19:12.044502-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T08:19:12.044530-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T08:19:12.219666-05:00] php.CRITICAL: Uncaught Error: Call to a member function getTipo() on null {"exception":"[object] (Error(code: 0): Call to a member function getTipo() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/Base/AbstractRetencionController.php:414)"} []
[2026-09-09T08:19:12.229585-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipo() on null" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/Base/AbstractRetencionController.php line 414 {"exception":"[object] (Error(code: 0): Call to a member function getTipo() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Controller/Base/AbstractRetencionController.php:414)"} []
[2026-09-09T08:19:12.234155-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-11T16:34:48.091787-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturasfactecu.factecu.website/invoice/new","method":"POST"} []
[2026-09-11T16:34:48.105728-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-11T16:34:48.116157-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"FACTUVALERIA"} []
[2026-09-11T16:34:48.117075-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-11T16:34:48.117091-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-11T16:34:48.117103-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-11T16:34:48.220481-05:00] php.CRITICAL: Uncaught Error: Call to a member function getTipoDocumento() on null {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-09-11T16:34:48.234122-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturasfactecu.factecu.website/src/Electronico/Comprobante.php:155)"} []
[2026-09-11T16:34:48.238834-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
