[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-07T04:23:51.578686-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://facturaselectronicasec.com/admin/historial-regimen","method":"GET"} []
[2026-08-07T04:23:51.602392-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-07T04:23:51.638668-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2026-08-07T04:23:51.640589-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-07T04:23:51.640612-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-07T04:23:51.640624-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-07T04:23:51.676504-05:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing '          SELECT               h.*,              e.fecha_inicio,             e.fecha_caduca,             e.plan_id,             e.puedefacturar,             e.enabled           FROM empresa_actualizacion_sri h           LEFT JOIN empresa e             ON e.ruc = h.ruc                 ORDER BY h.fecha DESC      ':  SQLSTATE[42S02]: Base table or view not found: 1146 Table 'factdmby_doc_facturaselectronicasec.empresa_actualizacion_sri' doesn't exist" at /home/factdmby/public_html/facturaselectronicasec.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 61 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing '\r\n\r\n        SELECT \r\n\r\n            h.*,\r\n\r\n            e.fecha_inicio,\r\n            e.fecha_caduca,\r\n            e.plan_id,\r\n            e.puedefacturar,\r\n            e.enabled\r\n\r\n\r\n        FROM empresa_actualizacion_sri h\r\n\r\n\r\n        LEFT JOIN empresa e\r\n            ON e.ruc = h.ruc\r\n\r\n\r\n    \r\n\r\n        ORDER BY h.fecha DESC\r\n\r\n    ':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'factdmby_doc_facturaselectronicasec.empresa_actualizacion_sri' doesn't exist at /home/factdmby/public_html/facturaselectronicasec.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:61)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'factdmby_doc_facturaselectronicasec.empresa_actualizacion_sri' doesn't exist at /home/factdmby/public_html/facturaselectronicasec.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'factdmby_doc_facturaselectronicasec.empresa_actualizacion_sri' doesn't exist at /home/factdmby/public_html/facturaselectronicasec.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:141)"} []
[2026-08-07T04:23:51.687098-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-07T12:20:35.759768-05:00] request.INFO: Matched route "invoice_show_pdf_preview". {"route":"invoice_show_pdf_preview","route_parameters":{"_route":"invoice_show_pdf_preview","_controller":"App\\Controller\\InvoiceController::showOnlinePdfAction","slug":"8fc84d105bcd2f38020532fb4c1bacd7","id":"343266"},"request_uri":"https://facturaselectronicasec.com/invoice/pdfpreview/8fc84d105bcd2f38020532fb4c1bacd7inv343266","method":"GET"} []
[2026-08-07T12:20:35.786088-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-07T12:20:35.823662-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"LBTRANS1"} []
[2026-08-07T12:20:35.825215-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-07T12:20:35.825235-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-07T12:20:35.825249-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-07T12:20:35.895519-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/facturaselectronicasec.com/src/Controller/InvoiceController.php line 1416 {"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/facturaselectronicasec.com/src/Controller/InvoiceController.php:1416)"} []
[2026-08-07T12:20:35.907721-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-07T12:21:45.145246-05:00] request.INFO: Matched route "invoice_show_pdf_preview". {"route":"invoice_show_pdf_preview","route_parameters":{"_route":"invoice_show_pdf_preview","_controller":"App\\Controller\\InvoiceController::showOnlinePdfAction","slug":"8fc84d105bcd2f38020532fb4c1bacd7","id":"343266"},"request_uri":"https://facturaselectronicasec.com/invoice/pdfpreview/8fc84d105bcd2f38020532fb4c1bacd7inv343266","method":"GET"} []
[2026-08-07T12:21:45.169218-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-07T12:21:45.206923-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"LBTRANS1"} []
[2026-08-07T12:21:45.208301-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-07T12:21:45.208331-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-07T12:21:45.208344-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-07T12:21:45.270196-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/facturaselectronicasec.com/src/Controller/InvoiceController.php line 1416 {"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/facturaselectronicasec.com/src/Controller/InvoiceController.php:1416)"} []
[2026-08-07T12:21:45.280885-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-07T23:22:50.277336-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://facturaselectronicasec.com/admin/historial-regimen","method":"GET"} []
[2026-08-07T23:22:50.302147-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-07T23:22:50.340574-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} []
[2026-08-07T23:22:50.342004-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-07T23:22:50.342022-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-07T23:22:50.342036-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-07T23:22:50.383715-05:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing '          SELECT               h.*,              e.fecha_inicio,             e.fecha_caduca,             e.plan_id,             e.puedefacturar,             e.enabled           FROM empresa_actualizacion_sri h           LEFT JOIN empresa e             ON e.ruc = h.ruc                 ORDER BY h.fecha DESC      ':  SQLSTATE[42S02]: Base table or view not found: 1146 Table 'factdmby_doc_facturaselectronicasec.empresa_actualizacion_sri' doesn't exist" at /home/factdmby/public_html/facturaselectronicasec.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 61 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing '\r\n\r\n        SELECT \r\n\r\n            h.*,\r\n\r\n            e.fecha_inicio,\r\n            e.fecha_caduca,\r\n            e.plan_id,\r\n            e.puedefacturar,\r\n            e.enabled\r\n\r\n\r\n        FROM empresa_actualizacion_sri h\r\n\r\n\r\n        LEFT JOIN empresa e\r\n            ON e.ruc = h.ruc\r\n\r\n\r\n    \r\n\r\n        ORDER BY h.fecha DESC\r\n\r\n    ':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'factdmby_doc_facturaselectronicasec.empresa_actualizacion_sri' doesn't exist at /home/factdmby/public_html/facturaselectronicasec.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:61)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'factdmby_doc_facturaselectronicasec.empresa_actualizacion_sri' doesn't exist at /home/factdmby/public_html/facturaselectronicasec.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'factdmby_doc_facturaselectronicasec.empresa_actualizacion_sri' doesn't exist at /home/factdmby/public_html/facturaselectronicasec.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:141)"} []
[2026-08-07T23:22:50.408400-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-08T15:19:39.168685-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"ca14735fa42ff155c46db7dc2dfd810e","id":"347434"},"request_uri":"https://facturaselectronicasec.com/invoice/show/ca14735fa42ff155c46db7dc2dfd810einv347434","method":"POST"} []
[2026-08-08T15:19:39.191326-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:19:39.239875-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YDRTC2022"} []
[2026-08-08T15:19:39.241621-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-08T15:19:39.241643-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-08T15:19:39.241658-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-08T15:19:50.537406-05:00] request.CRITICAL: Uncaught PHP Exception Swift_TransportException: "Expected response code 354 but got code "503", with message "503-All RCPT commands were rejected with this error: 503-Temporary local problem - please try later 503 Valid RCPT command must precede DATA "" at /home/factdmby/public_html/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php line 459 {"exception":"[object] (Swift_TransportException(code: 503): Expected response code 354 but got code \"503\", with message \"503-All RCPT commands were rejected with this error:\r\n503-Temporary local problem - please try later\r\n503 Valid RCPT command must precede DATA\r\n\" at /home/factdmby/public_html/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php:459)"} []
[2026-08-08T15:19:50.555983-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-08T17:23:09.359187-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturaselectronicasec.com/invoice/new","method":"POST"} []
[2026-08-08T17:23:09.382762-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-08T17:23:09.417613-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"PVILLALVA"} []
[2026-08-08T17:23:09.419005-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-08T17:23:09.419023-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-08T17:23:09.419036-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-08T17:23:09.760985-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-08T17:23:09.771630-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-08T17:23:09.779251-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-08T17:23:52.734019-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"a8c4843ab42247f3ae1ced13b9a91272","id":"347462"},"request_uri":"https://facturaselectronicasec.com/invoice/show/a8c4843ab42247f3ae1ced13b9a91272inv347462","method":"POST"} []
[2026-08-08T17:23:52.761008-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-08T17:23:52.797913-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"PVILLALVA"} []
[2026-08-08T17:23:52.799658-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-08T17:23:52.799677-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-08T17:23:52.799690-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-08T17:23:52.867170-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-08T17:23:52.869777-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-08T17:23:52.879267-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-08T17:24:05.337176-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"a8c4843ab42247f3ae1ced13b9a91272","id":"347462"},"request_uri":"https://facturaselectronicasec.com/invoice/show/a8c4843ab42247f3ae1ced13b9a91272inv347462","method":"POST"} []
[2026-08-08T17:24:05.366023-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-08T17:24:05.410249-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"PVILLALVA"} []
[2026-08-08T17:24:05.412102-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-08T17:24:05.412143-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-08T17:24:05.412156-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-08T17:24:05.489365-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-08T17:24:05.492278-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-08T17:24:05.502840-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-09T10:21:08.055454-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-09T10:21:08.078027-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-09T10:21:08.118957-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ESMERALDAS"} []
[2026-08-09T10:21:08.120285-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-09T10:21:08.120324-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T10:21:08.120338-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T10:21:08.148695-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-09T10:21:08.166930-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-08-09T10:21:08.181564-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-09T10:21:12.890976-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-09T10:21:12.913500-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-09T10:21:12.947461-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ESMERALDAS"} []
[2026-08-09T10:21:12.948751-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-09T10:21:12.948791-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T10:21:12.948804-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T10:21:12.983336-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-09T10:21:12.997666-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-08-09T10:21:13.009450-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-09T10:45:36.003560-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-09T10:45:36.037602-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-09T10:45:36.096456-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ESMERALDAS"} []
[2026-08-09T10:45:36.099064-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-09T10:45:36.099123-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T10:45:36.099140-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T10:45:36.144468-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-09T10:45:36.162397-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-08-09T10:45:36.179164-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-09T10:45:39.671702-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-09T10:45:39.692259-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-09T10:45:39.728203-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ESMERALDAS"} []
[2026-08-09T10:45:39.730324-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-09T10:45:39.730392-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T10:45:39.730406-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T10:45:39.764949-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-09T10:45:39.776177-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-08-09T10:45:39.785086-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-09T10:45:55.417956-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-09T10:45:55.444659-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-09T10:45:55.482641-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ESMERALDAS"} []
[2026-08-09T10:45:55.484348-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-09T10:45:55.484403-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T10:45:55.484415-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T10:45:55.522325-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-09T10:45:55.536777-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-08-09T10:45:55.548010-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-09T10:45:57.119266-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-09T10:45:57.148238-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-09T10:45:57.195038-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ESMERALDAS"} []
[2026-08-09T10:45:57.196878-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-09T10:45:57.196944-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T10:45:57.196961-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T10:45:57.235471-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-09T10:45:57.250619-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-08-09T10:45:57.262565-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-09T12:02:31.835521-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturaselectronicasec.com/invoice/new","method":"POST"} []
[2026-08-09T12:02:31.875316-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-09T12:02:31.921381-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasZapata"} []
[2026-08-09T12:02:31.922780-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-09T12:02:31.922800-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T12:02:31.922812-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T12:02:35.478900-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-09T12:02:35.493667-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-09T12:02:35.503350-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-09T12:02:43.249991-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturaselectronicasec.com/invoice/new","method":"POST"} []
[2026-08-09T12:02:43.274828-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-09T12:02:43.309912-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasZapata"} []
[2026-08-09T12:02:43.311622-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-09T12:02:43.311641-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T12:02:43.311654-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T12:02:46.557398-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-09T12:02:46.560151-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-09T12:02:46.569334-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-09T12:03:02.987940-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"89c6b93c241c609b49f194b4963ad4b4","id":"347615"},"request_uri":"https://facturaselectronicasec.com/invoice/show/89c6b93c241c609b49f194b4963ad4b4inv347615","method":"POST"} []
[2026-08-09T12:03:03.009621-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-09T12:03:03.049588-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasZapata"} []
[2026-08-09T12:03:03.050986-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-09T12:03:03.051004-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T12:03:03.051019-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T12:03:03.133076-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-09T12:03:03.135737-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-09T12:03:03.143803-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-09T12:03:05.833201-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"89c6b93c241c609b49f194b4963ad4b4","id":"347615"},"request_uri":"https://facturaselectronicasec.com/invoice/show/89c6b93c241c609b49f194b4963ad4b4inv347615","method":"POST"} []
[2026-08-09T12:03:05.865125-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-09T12:03:05.911209-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasZapata"} []
[2026-08-09T12:03:05.913344-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-09T12:03:05.913382-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T12:03:05.913396-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T12:03:05.990755-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-09T12:03:05.993973-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-09T12:03:06.006555-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-09T12:03:15.449852-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"89c6b93c241c609b49f194b4963ad4b4","id":"347615"},"request_uri":"https://facturaselectronicasec.com/invoice/show/89c6b93c241c609b49f194b4963ad4b4inv347615","method":"POST"} []
[2026-08-09T12:03:15.482667-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-09T12:03:15.530590-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasZapata"} []
[2026-08-09T12:03:15.532705-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-09T12:03:15.532732-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T12:03:15.532748-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T12:03:15.613808-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-09T12:03:15.617075-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-09T12:03:15.629407-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-09T12:03:40.154093-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"a63d3a97a2116827a66721c243e6a94f","id":"347616"},"request_uri":"https://facturaselectronicasec.com/invoice/show/a63d3a97a2116827a66721c243e6a94finv347616","method":"POST"} []
[2026-08-09T12:03:40.180730-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-09T12:03:40.222129-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasZapata"} []
[2026-08-09T12:03:40.223753-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-09T12:03:40.223774-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T12:03:40.223789-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T12:03:40.294192-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-09T12:03:40.297052-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-09T12:03:40.306034-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-09T12:03:57.763753-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"a63d3a97a2116827a66721c243e6a94f","id":"347616"},"request_uri":"https://facturaselectronicasec.com/invoice/show/a63d3a97a2116827a66721c243e6a94finv347616","method":"POST"} []
[2026-08-09T12:03:57.789553-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-09T12:03:57.835353-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasZapata"} []
[2026-08-09T12:03:57.836939-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-09T12:03:57.836959-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T12:03:57.836973-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T12:03:57.903041-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-09T12:03:57.905845-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-09T12:03:57.915495-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-09T20:45:23.378343-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-09T20:45:23.411139-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-09T20:45:23.455685-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"PVILLALVA"} []
[2026-08-09T20:45:23.457202-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-09T20:45:23.457244-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T20:45:23.457258-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-09T20:45:23.484202-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-09T20:45:23.498079-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "34"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"34\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-09T20:45:23.512739-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-10T11:45:33.591208-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-10T11:45:33.625229-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-10T11:45:33.661822-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"CIACOPECHIB"} []
[2026-08-10T11:45:33.663454-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-10T11:45:33.663496-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-10T11:45:33.663510-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-10T11:45:33.698827-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-10T11:45:33.717321-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: ".0000"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \".0000\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-10T11:45:33.732800-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-10T16:37:19.957493-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-10T16:37:19.980688-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-10T16:37:20.023292-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-08-10T16:37:20.024697-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-10T16:37:20.024715-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-10T16:37:20.024728-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-10T16:37:20.065668-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-10T16:37:20.099451-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "00"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"00\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-10T16:37:20.128069-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-10T16:37:51.155500-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-10T16:37:51.182123-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-10T16:37:51.223908-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-08-10T16:37:51.225872-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-10T16:37:51.225892-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-10T16:37:51.225905-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-10T16:37:51.253722-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-10T16:37:51.280473-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "20"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"20\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-10T16:37:51.291058-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-10T21:05:28.347034-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"a8c4843ab42247f3ae1ced13b9a91272","id":"347462"},"request_uri":"https://facturaselectronicasec.com/invoice/show/a8c4843ab42247f3ae1ced13b9a91272inv347462","method":"POST"} []
[2026-08-10T21:05:28.372947-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-10T21:05:28.414484-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"PVILLALVA"} []
[2026-08-10T21:05:28.416159-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-10T21:05:28.416183-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-10T21:05:28.416197-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-10T21:05:28.482946-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-10T21:05:28.494741-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-10T21:05:28.504441-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-11T12:52:49.465727-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturaselectronicasec.com/invoice/new","method":"POST"} []
[2026-08-11T12:52:49.501582-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-11T12:52:49.546827-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"TIERRAMECA"} []
[2026-08-11T12:52:49.548028-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-11T12:52:49.548043-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-11T12:52:49.548056-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-11T12:52:49.844093-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-11T12:52:49.858414-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-11T12:52:49.865968-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-11T12:53:07.621005-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"6c71e31b0f4633a6958011eb91e5bba5","id":"348077"},"request_uri":"https://facturaselectronicasec.com/invoice/show/6c71e31b0f4633a6958011eb91e5bba5inv348077","method":"POST"} []
[2026-08-11T12:53:07.642836-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-11T12:53:07.681535-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"TIERRAMECA"} []
[2026-08-11T12:53:07.682846-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-11T12:53:07.682863-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-11T12:53:07.682875-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-11T12:53:07.754909-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-11T12:53:07.757475-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-11T12:53:07.765632-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-11T12:53:14.563866-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"6c71e31b0f4633a6958011eb91e5bba5","id":"348077"},"request_uri":"https://facturaselectronicasec.com/invoice/show/6c71e31b0f4633a6958011eb91e5bba5inv348077","method":"POST"} []
[2026-08-11T12:53:14.597999-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-11T12:53:14.644733-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"TIERRAMECA"} []
[2026-08-11T12:53:14.646697-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-11T12:53:14.646720-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-11T12:53:14.646733-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-11T12:53:14.721199-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-11T12:53:14.723583-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-11T12:53:14.731918-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-11T12:53:29.444845-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"6c71e31b0f4633a6958011eb91e5bba5","id":"348077"},"request_uri":"https://facturaselectronicasec.com/invoice/show/6c71e31b0f4633a6958011eb91e5bba5inv348077","method":"POST"} []
[2026-08-11T12:53:29.463303-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-11T12:53:29.504522-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"TIERRAMECA"} []
[2026-08-11T12:53:29.505759-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-11T12:53:29.505775-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-11T12:53:29.505789-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-11T12:53:29.577345-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-11T12:53:29.579822-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-11T12:53:29.587472-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-11T12:53:36.373843-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"6c71e31b0f4633a6958011eb91e5bba5","id":"348077"},"request_uri":"https://facturaselectronicasec.com/invoice/show/6c71e31b0f4633a6958011eb91e5bba5inv348077","method":"POST"} []
[2026-08-11T12:53:36.401940-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-11T12:53:36.438608-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"TIERRAMECA"} []
[2026-08-11T12:53:36.439926-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-11T12:53:36.439943-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-11T12:53:36.439957-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-11T12:53:36.503073-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-11T12:53:36.505967-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-11T12:53:36.513725-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-11T16:23:27.424613-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-11T16:23:27.455345-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-11T16:23:27.502956-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-08-11T16:23:27.504341-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-11T16:23:27.504360-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-11T16:23:27.504372-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-11T16:23:27.540355-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-11T16:23:27.561341-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "95"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"95\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-11T16:23:27.581360-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-11T16:24:40.746442-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturaselectronicasec.com/invoice/new","method":"POST"} []
[2026-08-11T16:24:40.774494-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-11T16:24:40.828283-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-08-11T16:24:40.830595-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-11T16:24:40.830623-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-11T16:24:40.830642-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-11T16:24:41.169161-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-11T16:24:41.172949-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-11T16:24:41.182123-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-11T18:11:34.985861-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-11T18:11:35.009338-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-11T18:11:35.046068-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"JRUIZVENTAS"} []
[2026-08-11T18:11:35.047597-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-11T18:11:35.047637-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-11T18:11:35.047650-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-11T18:11:35.074324-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-11T18:11:35.089260-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "5"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"5\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-11T18:11:35.106144-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-12T09:52:33.763823-05:00] request.INFO: Matched route "customer_edit". {"route":"customer_edit","route_parameters":{"_route":"customer_edit","_controller":"App\\Controller\\CustomerController::editAction","slug":"a613eb09726aea97858adc962b2b6a2d","id":"68843"},"request_uri":"https://facturaselectronicasec.com/customer/edit/a613eb09726aea97858adc962b2b6a2dcst68843","method":"POST"} []
[2026-08-12T09:52:33.787719-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-12T09:52:33.826935-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YBJCEVEN"} []
[2026-08-12T09:52:33.828672-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-12T09:52:33.828693-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-12T09:52:33.828729-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-12T09:52:33.911379-05:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException: "An exception occurred while executing 'DELETE FROM customer WHERE id = ?' with params [68843]:  SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`factdmby_doc_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`))" at /home/factdmby/public_html/facturaselectronicasec.com/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 customer WHERE id = ?' with params [68843]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`factdmby_doc_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`)) at /home/factdmby/public_html/facturaselectronicasec.com/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_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`)) at /home/factdmby/public_html/facturaselectronicasec.com/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_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`)) at /home/factdmby/public_html/facturaselectronicasec.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117)"} []
[2026-08-12T09:52:33.931072-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-12T09:53:14.366426-05:00] request.INFO: Matched route "customer_edit". {"route":"customer_edit","route_parameters":{"_route":"customer_edit","_controller":"App\\Controller\\CustomerController::editAction","slug":"a613eb09726aea97858adc962b2b6a2d","id":"68843"},"request_uri":"https://facturaselectronicasec.com/customer/edit/a613eb09726aea97858adc962b2b6a2dcst68843","method":"POST"} []
[2026-08-12T09:53:14.396770-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-12T09:53:14.442811-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YBJCEVEN"} []
[2026-08-12T09:53:14.444440-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-12T09:53:14.444464-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-12T09:53:14.444504-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-12T09:53:14.530376-05:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException: "An exception occurred while executing 'DELETE FROM customer WHERE id = ?' with params [68843]:  SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`factdmby_doc_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`))" at /home/factdmby/public_html/facturaselectronicasec.com/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 customer WHERE id = ?' with params [68843]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`factdmby_doc_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`)) at /home/factdmby/public_html/facturaselectronicasec.com/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_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`)) at /home/factdmby/public_html/facturaselectronicasec.com/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_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`)) at /home/factdmby/public_html/facturaselectronicasec.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117)"} []
[2026-08-12T09:53:14.541656-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-12T10:22:29.861957-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-12T10:22:29.894987-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-12T10:22:29.960022-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasZapata"} []
[2026-08-12T10:22:29.962251-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-12T10:22:29.962313-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-12T10:22:29.962331-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-12T10:22:29.994422-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-12T10:22:30.177862-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-08-12T10:22:30.194229-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-12T16:14:50.482981-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-12T16:14:50.507283-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-12T16:14:50.546641-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-08-12T16:14:50.548051-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-12T16:14:50.548070-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-12T16:14:50.548083-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-12T16:14:50.574714-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-12T16:14:50.597802-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "61"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"61\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-12T16:14:50.613034-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-12T16:15:14.908472-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-12T16:15:14.932660-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-12T16:15:14.969952-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-08-12T16:15:14.971451-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-12T16:15:14.971469-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-12T16:15:14.971482-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-12T16:15:14.998211-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-12T16:15:15.014062-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "39"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"39\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-12T16:15:15.025226-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T07:48:52.470970-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturaselectronicasec.com/invoice/new","method":"POST"} []
[2026-08-13T07:48:52.562002-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-13T07:48:52.627875-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasZapata"} []
[2026-08-13T07:48:52.630597-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T07:48:52.630630-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T07:48:52.630649-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T07:48:57.983504-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-13T07:48:58.006152-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-13T07:48:58.024224-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T07:49:04.283400-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturaselectronicasec.com/invoice/new","method":"POST"} []
[2026-08-13T07:49:04.326022-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-13T07:49:04.393018-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasZapata"} []
[2026-08-13T07:49:04.395575-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T07:49:04.395608-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T07:49:04.395629-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T07:49:09.615007-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-13T07:49:09.620464-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-13T07:49:09.644418-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T07:49:18.220781-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"0680a7f164a92abf27981c3fd9f36fb9","id":"348536"},"request_uri":"https://facturaselectronicasec.com/invoice/show/0680a7f164a92abf27981c3fd9f36fb9inv348536","method":"POST"} []
[2026-08-13T07:49:18.265499-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-13T07:49:18.330932-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasZapata"} []
[2026-08-13T07:49:18.332784-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T07:49:18.332809-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T07:49:18.332827-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T07:49:18.428491-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-13T07:49:18.431892-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-13T07:49:18.445003-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T07:49:22.031354-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"0680a7f164a92abf27981c3fd9f36fb9","id":"348536"},"request_uri":"https://facturaselectronicasec.com/invoice/show/0680a7f164a92abf27981c3fd9f36fb9inv348536","method":"POST"} []
[2026-08-13T07:49:22.082333-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-13T07:49:22.148575-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasZapata"} []
[2026-08-13T07:49:22.150659-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T07:49:22.150684-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T07:49:22.150719-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T07:49:22.250436-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-13T07:49:22.254881-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-13T07:49:22.267565-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T07:49:41.423071-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"9725039999ee8992ae2df7deffa4d78f","id":"348537"},"request_uri":"https://facturaselectronicasec.com/invoice/show/9725039999ee8992ae2df7deffa4d78finv348537","method":"POST"} []
[2026-08-13T07:49:41.457281-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-13T07:49:41.530480-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasZapata"} []
[2026-08-13T07:49:41.534520-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T07:49:41.534561-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T07:49:41.534584-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T07:49:41.694831-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-13T07:49:41.714139-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-13T07:49:41.735551-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T07:49:51.286680-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"9725039999ee8992ae2df7deffa4d78f","id":"348537"},"request_uri":"https://facturaselectronicasec.com/invoice/show/9725039999ee8992ae2df7deffa4d78finv348537","method":"POST"} []
[2026-08-13T07:49:51.332594-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-13T07:49:51.911622-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasZapata"} []
[2026-08-13T07:49:51.915174-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T07:49:51.915230-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T07:49:51.915252-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T07:49:52.045068-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-13T07:49:52.049145-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-13T07:49:52.065252-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T17:27:06.119771-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"f06e95ff9757be7c4631ed0094b0dec7","id":"348562"},"request_uri":"https://facturaselectronicasec.com/invoice/show/f06e95ff9757be7c4631ed0094b0dec7inv348562","method":"POST"} []
[2026-08-13T17:27:06.143081-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:27:06.194331-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"CIACOPECHIB"} []
[2026-08-13T17:27:06.195822-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T17:27:06.195840-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:27:06.195857-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:27:09.948161-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T17:27:09.963769-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T17:27:27.083196-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"f06e95ff9757be7c4631ed0094b0dec7","id":"348562"},"request_uri":"https://facturaselectronicasec.com/invoice/show/f06e95ff9757be7c4631ed0094b0dec7inv348562","method":"POST"} []
[2026-08-13T17:27:27.106154-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:27:27.141002-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"CIACOPECHIB"} []
[2026-08-13T17:27:27.142356-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T17:27:27.142373-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:27:27.142384-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:27:31.299486-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T17:27:31.308200-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T17:27:43.592186-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"f06e95ff9757be7c4631ed0094b0dec7","id":"348562"},"request_uri":"https://facturaselectronicasec.com/invoice/show/f06e95ff9757be7c4631ed0094b0dec7inv348562","method":"POST"} []
[2026-08-13T17:27:43.606790-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:27:43.640732-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"CIACOPECHIB"} []
[2026-08-13T17:27:43.641740-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T17:27:43.641755-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:27:43.641768-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:27:47.391564-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T17:27:47.400489-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T17:30:39.724528-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"398864647bf98193066ac99f24885450","id":"348563"},"request_uri":"https://facturaselectronicasec.com/invoice/show/398864647bf98193066ac99f24885450inv348563","method":"POST"} []
[2026-08-13T17:30:39.744323-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:30:39.781184-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"CEVALLOSDMR"} []
[2026-08-13T17:30:39.782862-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T17:30:39.782883-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:30:39.782894-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:30:43.443989-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T17:30:43.451617-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T17:30:49.404877-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"398864647bf98193066ac99f24885450","id":"348563"},"request_uri":"https://facturaselectronicasec.com/invoice/show/398864647bf98193066ac99f24885450inv348563","method":"POST"} []
[2026-08-13T17:30:49.420624-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:30:49.450134-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"CEVALLOSDMR"} []
[2026-08-13T17:30:49.450866-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T17:30:49.450880-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:30:49.450891-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:30:53.144748-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T17:30:53.152765-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T17:32:25.472068-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"8b8f2413ef33d2ba82635a3b1f4dcbf1","id":"348564"},"request_uri":"https://facturaselectronicasec.com/invoice/show/8b8f2413ef33d2ba82635a3b1f4dcbf1inv348564","method":"POST"} []
[2026-08-13T17:32:25.489292-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:32:25.519734-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"CIACOPECHIB"} []
[2026-08-13T17:32:25.520959-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T17:32:25.520974-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:32:25.520985-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:32:29.695362-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T17:32:29.703150-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T17:36:51.974470-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"bb7d5ef7a6bf43682ddb363a885350a2","id":"348565"},"request_uri":"https://facturaselectronicasec.com/invoice/show/bb7d5ef7a6bf43682ddb363a885350a2inv348565","method":"POST"} []
[2026-08-13T17:36:51.997554-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:36:52.042522-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"BALLAVENTAS"} []
[2026-08-13T17:36:52.051379-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T17:36:52.051406-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:36:52.051425-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:36:55.924703-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T17:36:55.935822-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T17:37:11.389499-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"bb7d5ef7a6bf43682ddb363a885350a2","id":"348565"},"request_uri":"https://facturaselectronicasec.com/invoice/show/bb7d5ef7a6bf43682ddb363a885350a2inv348565","method":"POST"} []
[2026-08-13T17:37:11.412434-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:37:11.448845-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"BALLAVENTAS"} []
[2026-08-13T17:37:11.450034-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T17:37:11.450053-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:37:11.450064-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:37:14.982356-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T17:37:14.990576-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T17:37:33.833391-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"bb7d5ef7a6bf43682ddb363a885350a2","id":"348565"},"request_uri":"https://facturaselectronicasec.com/invoice/show/bb7d5ef7a6bf43682ddb363a885350a2inv348565","method":"POST"} []
[2026-08-13T17:37:33.860781-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:37:33.902591-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"BALLAVENTAS"} []
[2026-08-13T17:37:33.903779-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T17:37:33.903795-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:37:33.903808-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:37:37.356103-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T17:37:37.367406-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T17:40:27.986944-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"4cfa4add8f0077c12b415259d1e626ae","id":"348566"},"request_uri":"https://facturaselectronicasec.com/invoice/show/4cfa4add8f0077c12b415259d1e626aeinv348566","method":"POST"} []
[2026-08-13T17:40:28.009366-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:40:28.049488-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"CIACOPECHIB"} []
[2026-08-13T17:40:28.050805-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T17:40:28.050823-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:40:28.050837-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:40:31.895686-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T17:40:31.904576-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T17:50:15.439870-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"67b131b1801cef2af2cf387ba0fcc001","id":"348572"},"request_uri":"https://facturaselectronicasec.com/invoice/show/67b131b1801cef2af2cf387ba0fcc001inv348572","method":"POST"} []
[2026-08-13T17:50:15.466236-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:50:15.505215-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"CIARIZONA"} []
[2026-08-13T17:50:15.506892-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T17:50:15.506911-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:50:15.506923-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:50:19.307809-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T17:50:19.318448-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T17:50:26.136173-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"67b131b1801cef2af2cf387ba0fcc001","id":"348572"},"request_uri":"https://facturaselectronicasec.com/invoice/show/67b131b1801cef2af2cf387ba0fcc001inv348572","method":"POST"} []
[2026-08-13T17:50:26.161714-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:50:26.201054-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"CIARIZONA"} []
[2026-08-13T17:50:26.202376-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T17:50:26.202393-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:50:26.202405-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:50:29.756453-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T17:50:29.766974-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T17:58:23.087456-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"81d0251b1c44fb02472bcefccb7c9b9a","id":"348585"},"request_uri":"https://facturaselectronicasec.com/invoice/show/81d0251b1c44fb02472bcefccb7c9b9ainv348585","method":"POST"} []
[2026-08-13T17:58:23.109482-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:58:23.149281-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"CIARIZONA"} []
[2026-08-13T17:58:23.150651-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T17:58:23.150670-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:58:23.150683-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T17:58:26.885322-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T17:58:26.892723-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T18:01:04.788885-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"082b94d7506da21811e676de7b18b217","id":"348589"},"request_uri":"https://facturaselectronicasec.com/invoice/show/082b94d7506da21811e676de7b18b217inv348589","method":"POST"} []
[2026-08-13T18:01:04.813932-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:01:04.863771-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"JRUIZVENTAS"} []
[2026-08-13T18:01:04.865246-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T18:01:04.865282-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:01:04.865297-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:01:08.813807-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T18:01:08.823969-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T18:01:26.324936-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"27ac38eb19e3077a6a7625e4a9ec949f","id":"348590"},"request_uri":"https://facturaselectronicasec.com/invoice/show/27ac38eb19e3077a6a7625e4a9ec949finv348590","method":"POST"} []
[2026-08-13T18:01:26.355700-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:01:26.400101-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"CIARIZONA"} []
[2026-08-13T18:01:26.401465-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T18:01:26.401482-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:01:26.401495-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:01:30.099728-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T18:01:30.109985-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T18:01:27.840979-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"082b94d7506da21811e676de7b18b217","id":"348589"},"request_uri":"https://facturaselectronicasec.com/invoice/show/082b94d7506da21811e676de7b18b217inv348589","method":"POST"} []
[2026-08-13T18:01:27.863188-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:01:27.901205-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"JRUIZVENTAS"} []
[2026-08-13T18:01:27.902943-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T18:01:27.902963-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:01:27.903014-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:01:31.816669-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T18:01:31.826220-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T18:03:24.691722-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"e7f496649041c3f381508f522f8cd547","id":"348575"},"request_uri":"https://facturaselectronicasec.com/invoice/show/e7f496649041c3f381508f522f8cd547inv348575","method":"POST"} []
[2026-08-13T18:03:24.708128-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:03:24.741414-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"CIAGIRASOL"} []
[2026-08-13T18:03:24.742443-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T18:03:24.742458-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:03:24.742470-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:03:28.317369-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T18:03:28.328441-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T18:04:29.587376-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"e7f496649041c3f381508f522f8cd547","id":"348575"},"request_uri":"https://facturaselectronicasec.com/invoice/show/e7f496649041c3f381508f522f8cd547inv348575","method":"POST"} []
[2026-08-13T18:04:29.619028-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:04:29.664298-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"CIAGIRASOL"} []
[2026-08-13T18:04:29.665546-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T18:04:29.665574-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:04:29.665586-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:04:33.792176-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T18:04:33.802915-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T18:04:35.527019-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"082b94d7506da21811e676de7b18b217","id":"348589"},"request_uri":"https://facturaselectronicasec.com/invoice/show/082b94d7506da21811e676de7b18b217inv348589","method":"POST"} []
[2026-08-13T18:04:35.558605-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:04:35.606738-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"JRUIZVENTAS"} []
[2026-08-13T18:04:35.608832-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T18:04:35.608870-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:04:35.608885-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:04:39.439124-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T18:04:39.446349-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T18:05:52.533411-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"e7f496649041c3f381508f522f8cd547","id":"348575"},"request_uri":"https://facturaselectronicasec.com/invoice/show/e7f496649041c3f381508f522f8cd547inv348575","method":"POST"} []
[2026-08-13T18:05:52.552483-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:05:52.589901-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"CIAGIRASOL"} []
[2026-08-13T18:05:52.591176-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T18:05:52.591193-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:05:52.591205-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:05:56.807538-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T18:05:56.816415-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-13T18:09:33.402553-05:00] request.INFO: Matched route "app_forgot_password_request". {"route":"app_forgot_password_request","route_parameters":{"_route":"app_forgot_password_request","_controller":"App\\Controller\\ResetPasswordController::request"},"request_uri":"https://facturaselectronicasec.com/reset-password","method":"POST"} []
[2026-08-13T18:09:33.425338-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T18:09:33.425369-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:09:33.425381-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T18:09:33.427714-05:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2026-08-13T18:09:36.393688-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191)"} []
[2026-08-13T23:59:58.781649-05:00] request.INFO: Matched route "customer_edit". {"route":"customer_edit","route_parameters":{"_route":"customer_edit","_controller":"App\\Controller\\CustomerController::editAction","slug":"c43b56ab8f1e69a217f7f76e7e21be25","id":"67210"},"request_uri":"https://facturaselectronicasec.com/customer/edit/c43b56ab8f1e69a217f7f76e7e21be25cst67210","method":"POST"} []
[2026-08-13T23:59:58.802952-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-13T23:59:58.834048-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"PRFLORES"} []
[2026-08-13T23:59:58.835215-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-13T23:59:58.835230-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T23:59:58.835243-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-13T23:59:58.900210-05:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException: "An exception occurred while executing 'DELETE FROM customer WHERE id = ?' with params [67210]:  SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`factdmby_doc_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`))" at /home/factdmby/public_html/facturaselectronicasec.com/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 customer WHERE id = ?' with params [67210]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`factdmby_doc_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`)) at /home/factdmby/public_html/facturaselectronicasec.com/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_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`)) at /home/factdmby/public_html/facturaselectronicasec.com/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_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`)) at /home/factdmby/public_html/facturaselectronicasec.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117)"} []
[2026-08-13T23:59:58.915739-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-14T13:09:22.212802-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-14T13:09:22.242351-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-14T13:09:22.286542-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MVACACELA"} []
[2026-08-14T13:09:22.288250-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-14T13:09:22.288271-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-14T13:09:22.288283-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-14T13:09:22.317751-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-14T13:09:22.339031-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "75"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"75\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-14T13:09:22.359949-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-16T18:05:46.006644-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-16T18:05:46.031819-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-16T18:05:46.067875-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"LUBRICENTROG"} []
[2026-08-16T18:05:46.069709-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-16T18:05:46.069732-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-16T18:05:46.069754-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-16T18:05:46.100354-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-16T18:05:46.117748-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-08-16T18:05:46.132297-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-17T07:53:15.045701-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturaselectronicasec.com/invoice/new","method":"POST"} []
[2026-08-17T07:53:15.062477-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-17T07:53:15.091903-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasZapata"} []
[2026-08-17T07:53:15.092989-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-17T07:53:15.093003-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-17T07:53:15.093012-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-17T07:53:17.944841-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-17T07:53:17.969140-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-17T07:53:17.976308-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-17T07:53:28.869600-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturaselectronicasec.com/invoice/new","method":"POST"} []
[2026-08-17T07:53:28.888140-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-17T07:53:28.918288-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasZapata"} []
[2026-08-17T07:53:28.919529-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-17T07:53:28.919544-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-17T07:53:28.919555-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-17T07:53:31.754869-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-17T07:53:31.756829-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-17T07:53:31.763636-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-18T09:55:36.555165-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturaselectronicasec.com/invoice/new","method":"POST"} []
[2026-08-18T09:55:36.573208-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:55:36.604439-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"SCRUZ"} []
[2026-08-18T09:55:36.605622-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-18T09:55:36.605639-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-18T09:55:36.605652-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-18T09:55:39.871532-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-18T09:55:39.883523-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-18T09:55:39.894233-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-18T09:59:02.462140-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"90e12cf6a0981918b9c386dd9792d1ca","id":"350080"},"request_uri":"https://facturaselectronicasec.com/invoice/show/90e12cf6a0981918b9c386dd9792d1cainv350080","method":"POST"} []
[2026-08-18T09:59:02.482116-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:59:02.512880-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"SCRUZ"} []
[2026-08-18T09:59:02.514115-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-18T09:59:02.514129-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-18T09:59:02.514139-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-18T09:59:02.566380-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-18T09:59:02.568560-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-18T09:59:02.575539-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-18T11:46:50.867131-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"90e12cf6a0981918b9c386dd9792d1ca","id":"350080"},"request_uri":"https://facturaselectronicasec.com/invoice/show/90e12cf6a0981918b9c386dd9792d1cainv350080","method":"POST"} []
[2026-08-18T11:46:50.884071-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-18T11:46:50.913298-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"SCRUZ"} []
[2026-08-18T11:46:50.914403-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-18T11:46:50.914417-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-18T11:46:50.914427-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-18T11:46:50.965456-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-18T11:46:50.973692-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-18T11:46:50.979916-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-18T11:47:00.164876-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"90e12cf6a0981918b9c386dd9792d1ca","id":"350080"},"request_uri":"https://facturaselectronicasec.com/invoice/show/90e12cf6a0981918b9c386dd9792d1cainv350080","method":"POST"} []
[2026-08-18T11:47:00.183138-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-18T11:47:00.214855-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"SCRUZ"} []
[2026-08-18T11:47:00.215971-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-18T11:47:00.215984-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-18T11:47:00.215994-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-18T11:47:00.265824-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-18T11:47:00.267893-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-18T11:47:00.274412-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-18T17:06:27.712362-05:00] request.INFO: Matched route "guiaremision_show". {"route":"guiaremision_show","route_parameters":{"_route":"guiaremision_show","_controller":"App\\Controller\\GuiaRemisionController::showAction","slug":"66090913acf05b97e5152f6f161d18e2","id":"1211"},"request_uri":"https://facturaselectronicasec.com/guiaremision/show/66090913acf05b97e5152f6f161d18e2gr1211","method":"POST"} []
[2026-08-18T17:06:27.730050-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:06:27.758950-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"JYAUCEN"} []
[2026-08-18T17:06:27.760045-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-18T17:06:27.760059-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-18T17:06:27.760070-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-18T17:06:28.907017-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/facturaselectronicasec.com/src/Controller/Base/AbstractGuiaRemisionController.php:262)"} []
[2026-08-18T17:06:28.918277-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/facturaselectronicasec.com/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/facturaselectronicasec.com/src/Controller/Base/AbstractGuiaRemisionController.php:262)"} []
[2026-08-18T17:06:28.924929-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-18T22:10:23.375006-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-18T22:10:23.393928-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-18T22:10:23.425694-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MVACACELA"} []
[2026-08-18T22:10:23.426882-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-18T22:10:23.426895-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-18T22:10:23.426906-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-18T22:10:23.450118-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-18T22:10:23.478122-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-08-18T22:10:23.494492-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-18T22:10:28.795623-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-18T22:10:28.814787-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-18T22:10:28.845468-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MVACACELA"} []
[2026-08-18T22:10:28.846653-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-18T22:10:28.846666-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-18T22:10:28.846676-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-18T22:10:28.869602-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-18T22:10:28.894447-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-08-18T22:10:28.902446-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-18T22:25:59.979179-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-18T22:26:00.000031-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-18T22:26:00.032992-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MVACACELA"} []
[2026-08-18T22:26:00.034398-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-18T22:26:00.034412-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-18T22:26:00.034423-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-18T22:26:00.059768-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-18T22:26:00.089724-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "95"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"95\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-18T22:26:00.099711-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-20T12:14:08.449121-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturaselectronicasec.com/invoice/new","method":"POST"} []
[2026-08-20T12:14:08.482033-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-20T12:14:08.519005-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"BALLAVENTAS"} []
[2026-08-20T12:14:08.520483-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-20T12:14:08.520501-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T12:14:08.520511-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T12:14:09.136245-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-20T12:14:09.154919-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-20T12:14:09.166391-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-20T12:15:24.759930-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"b124938b47fad3364d5ea50a886a0ac9","id":"350795"},"request_uri":"https://facturaselectronicasec.com/invoice/show/b124938b47fad3364d5ea50a886a0ac9inv350795","method":"POST"} []
[2026-08-20T12:15:24.783056-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-20T12:15:24.826247-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"BALLAVENTAS"} []
[2026-08-20T12:15:24.828331-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-20T12:15:24.828361-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T12:15:24.828378-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T12:15:24.902765-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-20T12:15:24.905591-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-20T12:15:24.916224-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-20T17:39:44.537454-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-20T17:39:44.564770-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-20T17:39:44.596852-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"CIACOPECHIB"} []
[2026-08-20T17:39:44.598119-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-20T17:39:44.598155-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T17:39:44.598165-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-20T17:39:44.619048-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-20T17:39:44.634112-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-08-20T17:39:44.648963-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-21T12:37:21.093850-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"ba29bf30c81cc69ca9e63fc9a34916cd","id":"351097"},"request_uri":"https://facturaselectronicasec.com/invoice/show/ba29bf30c81cc69ca9e63fc9a34916cdinv351097","method":"POST"} []
[2026-08-21T12:37:21.118830-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-21T12:37:21.165530-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YDRTC2022"} []
[2026-08-21T12:37:21.167179-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-21T12:37:21.167197-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-21T12:37:21.167209-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-21T12:37:22.978410-05:00] request.CRITICAL: Uncaught PHP Exception Swift_TransportException: "Expected response code 354 but got code "503", with message "503-All RCPT commands were rejected with this error: 503-Temporary local problem - please try later 503 Valid RCPT command must precede DATA "" at /home/factdmby/public_html/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php line 459 {"exception":"[object] (Swift_TransportException(code: 503): Expected response code 354 but got code \"503\", with message \"503-All RCPT commands were rejected with this error:\r\n503-Temporary local problem - please try later\r\n503 Valid RCPT command must precede DATA\r\n\" at /home/factdmby/public_html/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php:459)"} []
[2026-08-21T12:37:23.001028-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-21T17:30:33.268859-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"acf48825e743911e21b9b30d439541e9","id":"351242"},"request_uri":"https://facturaselectronicasec.com/invoice/show/acf48825e743911e21b9b30d439541e9inv351242","method":"POST"} []
[2026-08-21T17:30:33.290814-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-21T17:30:33.330496-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YDRTC2022"} []
[2026-08-21T17:30:33.333039-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-21T17:30:33.333068-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-21T17:30:33.333092-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-21T17:30:35.771068-05:00] request.CRITICAL: Uncaught PHP Exception Swift_TransportException: "Expected response code 354 but got code "503", with message "503-All RCPT commands were rejected with this error: 503-Temporary local problem - please try later 503 Valid RCPT command must precede DATA "" at /home/factdmby/public_html/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php line 459 {"exception":"[object] (Swift_TransportException(code: 503): Expected response code 354 but got code \"503\", with message \"503-All RCPT commands were rejected with this error:\r\n503-Temporary local problem - please try later\r\n503 Valid RCPT command must precede DATA\r\n\" at /home/factdmby/public_html/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php:459)"} []
[2026-08-21T17:30:35.785848-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-24T12:06:12.606813-05:00] request.INFO: Matched route "customer_edit". {"route":"customer_edit","route_parameters":{"_route":"customer_edit","_controller":"App\\Controller\\CustomerController::editAction","slug":"c4e2508e33f13d818031ec3595072771","id":"11038"},"request_uri":"https://facturaselectronicasec.com/customer/edit/c4e2508e33f13d818031ec3595072771cst11038","method":"POST"} []
[2026-08-24T12:06:12.634882-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-24T12:06:12.674698-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"DRGUZMAN"} []
[2026-08-24T12:06:12.676463-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-24T12:06:12.676491-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-24T12:06:12.676508-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-24T12:06:12.754456-05:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException: "An exception occurred while executing 'DELETE FROM customer WHERE id = ?' with params [11038]:  SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`factdmby_doc_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`))" at /home/factdmby/public_html/facturaselectronicasec.com/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 customer WHERE id = ?' with params [11038]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`factdmby_doc_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`)) at /home/factdmby/public_html/facturaselectronicasec.com/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_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`)) at /home/factdmby/public_html/facturaselectronicasec.com/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_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`)) at /home/factdmby/public_html/facturaselectronicasec.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117)"} []
[2026-08-24T12:06:12.771761-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-24T12:06:18.683856-05:00] request.INFO: Matched route "customer_edit". {"route":"customer_edit","route_parameters":{"_route":"customer_edit","_controller":"App\\Controller\\CustomerController::editAction","slug":"c4e2508e33f13d818031ec3595072771","id":"11038"},"request_uri":"https://facturaselectronicasec.com/customer/edit/c4e2508e33f13d818031ec3595072771cst11038","method":"POST"} []
[2026-08-24T12:06:18.714596-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-24T12:06:18.754718-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"DRGUZMAN"} []
[2026-08-24T12:06:18.756027-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-24T12:06:18.756046-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-24T12:06:18.756058-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-24T12:06:18.823207-05:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException: "An exception occurred while executing 'DELETE FROM customer WHERE id = ?' with params [11038]:  SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`factdmby_doc_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`))" at /home/factdmby/public_html/facturaselectronicasec.com/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 customer WHERE id = ?' with params [11038]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`factdmby_doc_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`)) at /home/factdmby/public_html/facturaselectronicasec.com/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_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`)) at /home/factdmby/public_html/facturaselectronicasec.com/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_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`)) at /home/factdmby/public_html/facturaselectronicasec.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117)"} []
[2026-08-24T12:06:18.832879-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-25T17:17:07.876520-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-25T17:17:07.900122-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-25T17:17:07.916992-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"COTPESAJE2"} []
[2026-08-25T17:17:07.918392-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-25T17:17:07.918439-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-25T17:17:07.918450-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-25T17:17:07.923606-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-25T17:17:07.938508-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "TBE1396"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"TBE1396\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-25T17:17:07.953596-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-25T21:27:56.699554-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturaselectronicasec.com/invoice/new","method":"POST"} []
[2026-08-25T21:27:56.720206-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-25T21:27:56.735255-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"CARNICOSRE"} []
[2026-08-25T21:27:56.736473-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-25T21:27:56.736485-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-25T21:27:56.736493-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-25T21:27:57.215263-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-25T21:27:57.230311-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-25T21:27:57.239976-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-26T07:45:44.900124-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-26T07:45:44.921191-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-26T07:45:44.941675-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"RAUL6010"} []
[2026-08-26T07:45:44.943730-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-26T07:45:44.943757-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-26T07:45:44.943775-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-26T07:45:44.950418-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-26T07:45:44.965383-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "33"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"33\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-26T07:45:44.980361-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-26T07:45:56.845705-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-26T07:45:56.871470-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-26T07:45:56.891088-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"RAUL6010"} []
[2026-08-26T07:45:56.892694-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-26T07:45:56.892734-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-26T07:45:56.892745-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-26T07:45:56.898868-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-26T07:45:56.917070-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "33"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"33\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-26T07:45:56.928172-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-26T07:46:06.632587-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-26T07:46:06.651711-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-26T07:46:06.664243-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"RAUL6010"} []
[2026-08-26T07:46:06.665421-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-26T07:46:06.665456-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-26T07:46:06.665465-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-26T07:46:06.669954-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-26T07:46:06.680137-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "33"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"33\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-26T07:46:06.687918-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-26T07:46:30.315762-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-26T07:46:30.338304-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-26T07:46:30.352796-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"RAUL6010"} []
[2026-08-26T07:46:30.354503-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-26T07:46:30.354543-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-26T07:46:30.354555-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-26T07:46:30.360614-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-26T07:46:30.373509-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "​4"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"​4\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-26T07:46:30.382696-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-26T07:47:13.502188-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-26T07:47:13.528443-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-26T07:47:13.543877-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"RAUL6010"} []
[2026-08-26T07:47:13.545321-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-26T07:47:13.545360-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-26T07:47:13.545371-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-26T07:47:13.549746-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-26T07:47:13.559179-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "​33"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"​33\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-26T07:47:13.566688-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-26T17:47:28.764332-05:00] request.INFO: Matched route "guiaremision_show". {"route":"guiaremision_show","route_parameters":{"_route":"guiaremision_show","_controller":"App\\Controller\\GuiaRemisionController::showAction","slug":"65c3f3af0ada54f014777dd0a4439768","id":"1217"},"request_uri":"https://facturaselectronicasec.com/guiaremision/show/65c3f3af0ada54f014777dd0a4439768gr1217","method":"POST"} []
[2026-08-26T17:47:28.782590-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-26T17:47:28.794793-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ORTRANS"} []
[2026-08-26T17:47:28.795902-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-26T17:47:28.795917-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-26T17:47:28.795926-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-26T17:47:29.876477-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/facturaselectronicasec.com/src/Controller/Base/AbstractGuiaRemisionController.php:262)"} []
[2026-08-26T17:47:29.893470-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/facturaselectronicasec.com/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/facturaselectronicasec.com/src/Controller/Base/AbstractGuiaRemisionController.php:262)"} []
[2026-08-26T17:47:29.900671-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-26T19:14:15.945236-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-26T19:14:15.966675-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-26T19:14:15.980376-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-08-26T19:14:15.981657-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-26T19:14:15.981673-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-26T19:14:15.981685-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-26T19:14:15.986315-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-26T19:14:15.998353-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "15"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"15\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-26T19:14:16.014088-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-26T21:52:13.205795-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-26T21:52:13.230975-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-26T21:52:13.247461-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MVTRANS"} []
[2026-08-26T21:52:13.249043-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-26T21:52:13.249084-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-26T21:52:13.249095-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-26T21:52:13.254948-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-26T21:52:13.269302-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "85"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"85\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-26T21:52:13.287391-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-26T21:54:53.674490-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-26T21:54:53.706836-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-26T21:54:53.723031-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MVTRANS"} []
[2026-08-26T21:54:53.724468-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-26T21:54:53.724513-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-26T21:54:53.724528-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-26T21:54:53.729622-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-26T21:54:53.745268-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "00"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"00\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-26T21:54:53.754368-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-26T22:05:19.789203-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-26T22:05:19.819364-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-26T22:05:19.836797-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MVTRANS"} []
[2026-08-26T22:05:19.838584-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-26T22:05:19.838637-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-26T22:05:19.838655-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-26T22:05:19.846485-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-26T22:05:19.867744-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "17"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"17\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-26T22:05:19.878528-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-27T08:00:55.125482-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturaselectronicasec.com/invoice/new","method":"POST"} []
[2026-08-27T08:00:55.145810-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-27T08:00:55.158216-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasZapata"} []
[2026-08-27T08:00:55.159478-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-27T08:00:55.159497-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-27T08:00:55.159508-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-27T08:00:58.025088-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-27T08:00:58.040347-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-27T08:00:58.047817-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-27T08:01:25.868133-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturaselectronicasec.com/invoice/new","method":"POST"} []
[2026-08-27T08:01:25.896289-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-27T08:01:25.914379-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasZapata"} []
[2026-08-27T08:01:25.916358-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-27T08:01:25.916381-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-27T08:01:25.916393-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-27T08:01:28.870287-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-27T08:01:28.873120-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-27T08:01:28.883595-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-27T08:01:49.361561-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturaselectronicasec.com/invoice/new","method":"POST"} []
[2026-08-27T08:01:49.387175-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-27T08:01:49.402704-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasZapata"} []
[2026-08-27T08:01:49.404317-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-27T08:01:49.404337-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-27T08:01:49.404356-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-27T08:01:52.485319-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-27T08:01:52.488821-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-27T08:01:52.496635-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-27T08:03:54.847129-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"416afe22865950bfeb71fe8632c140ad","id":"352755"},"request_uri":"https://facturaselectronicasec.com/invoice/show/416afe22865950bfeb71fe8632c140adinv352755","method":"POST"} []
[2026-08-27T08:03:54.862100-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-27T08:03:54.881482-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasZapata"} []
[2026-08-27T08:03:54.883145-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-27T08:03:54.883165-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-27T08:03:54.883179-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-27T08:03:54.922755-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-27T08:03:54.925716-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-27T08:03:54.932672-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-28T17:07:37.014581-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"428cd21cdab10cb3c286f7912ad6292f","id":"353264"},"request_uri":"https://facturaselectronicasec.com/invoice/show/428cd21cdab10cb3c286f7912ad6292finv353264","method":"POST"} []
[2026-08-28T17:07:37.038218-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-28T17:07:37.055491-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YDRTC2022"} []
[2026-08-28T17:07:37.057274-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-28T17:07:37.057296-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T17:07:37.057313-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T17:07:40.128374-05:00] request.CRITICAL: Uncaught PHP Exception Swift_TransportException: "Expected response code 354 but got code "503", with message "503-All RCPT commands were rejected with this error: 503-Temporary local problem - please try later 503 Valid RCPT command must precede DATA "" at /home/factdmby/public_html/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php line 459 {"exception":"[object] (Swift_TransportException(code: 503): Expected response code 354 but got code \"503\", with message \"503-All RCPT commands were rejected with this error:\r\n503-Temporary local problem - please try later\r\n503 Valid RCPT command must precede DATA\r\n\" at /home/factdmby/public_html/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php:459)"} []
[2026-08-28T17:07:40.148590-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-28T17:22:37.304469-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"87d1d60c5b6e3f6ea34c21aa1f507b7a","id":"353270"},"request_uri":"https://facturaselectronicasec.com/invoice/show/87d1d60c5b6e3f6ea34c21aa1f507b7ainv353270","method":"POST"} []
[2026-08-28T17:22:37.328496-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-28T17:22:37.340310-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YDRTC2022"} []
[2026-08-28T17:22:37.341507-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-28T17:22:37.341531-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T17:22:37.341547-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T17:22:39.643104-05:00] request.CRITICAL: Uncaught PHP Exception Swift_TransportException: "Expected response code 354 but got code "503", with message "503-All RCPT commands were rejected with this error: 503-Temporary local problem - please try later 503 Valid RCPT command must precede DATA "" at /home/factdmby/public_html/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php line 459 {"exception":"[object] (Swift_TransportException(code: 503): Expected response code 354 but got code \"503\", with message \"503-All RCPT commands were rejected with this error:\r\n503-Temporary local problem - please try later\r\n503 Valid RCPT command must precede DATA\r\n\" at /home/factdmby/public_html/facturaselectronicasec.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php:459)"} []
[2026-08-28T17:22:39.654437-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-28T18:45:06.887357-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-28T18:45:06.909113-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-28T18:45:06.924688-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"JRUIZVENTAS"} []
[2026-08-28T18:45:06.925687-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-28T18:45:06.925705-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T18:45:06.925717-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T18:45:06.930162-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-28T18:45:06.946079-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "5"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"5\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-28T18:45:06.964035-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-28T20:00:22.658857-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-28T20:00:22.685152-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-28T20:00:22.702421-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-08-28T20:00:22.704136-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-28T20:00:22.704178-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T20:00:22.704189-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T20:00:22.710593-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-28T20:00:22.724013-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "13"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"13\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-28T20:00:22.737940-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-28T20:08:49.306856-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-28T20:08:49.328198-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-28T20:08:49.342204-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-08-28T20:08:49.343466-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-28T20:08:49.343507-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T20:08:49.343519-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T20:08:49.348568-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-28T20:08:49.359328-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "00"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"00\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-28T20:08:49.368175-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-28T20:09:19.849968-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-28T20:09:19.868372-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-28T20:09:19.881441-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-08-28T20:09:19.882722-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-28T20:09:19.882753-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T20:09:19.882761-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T20:09:19.887220-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-28T20:09:19.897851-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "50"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"50\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-28T20:09:19.906758-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-28T20:09:42.403742-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-28T20:09:42.430465-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-28T20:09:42.447800-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-08-28T20:09:42.449459-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-28T20:09:42.449482-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T20:09:42.449494-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T20:09:42.455708-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-28T20:09:42.468511-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "50"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"50\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-28T20:09:42.480457-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-28T20:09:44.407334-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-28T20:09:44.427816-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-28T20:09:44.439996-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-08-28T20:09:44.441201-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-28T20:09:44.441214-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T20:09:44.441222-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T20:09:44.445301-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-28T20:09:44.453576-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "50"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"50\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-28T20:09:44.460556-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-28T20:09:48.140303-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-28T20:09:48.159285-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-28T20:09:48.171378-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-08-28T20:09:48.172642-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-28T20:09:48.172658-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T20:09:48.172670-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T20:09:48.177419-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-28T20:09:48.186486-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "50"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"50\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-28T20:09:48.194997-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-28T20:10:00.894303-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-28T20:10:00.908825-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-28T20:10:00.920571-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-08-28T20:10:00.921785-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-28T20:10:00.921798-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T20:10:00.921808-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T20:10:00.926312-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-28T20:10:00.938324-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "50"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"50\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-28T20:10:00.945708-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-28T20:10:03.692627-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-28T20:10:03.731668-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-28T20:10:03.754338-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-08-28T20:10:03.755662-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-28T20:10:03.755680-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T20:10:03.755691-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T20:10:03.760206-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-28T20:10:03.769337-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "50"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"50\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-28T20:10:03.777089-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-28T20:10:30.105016-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-28T20:10:30.126902-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-28T20:10:30.139065-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-08-28T20:10:30.140289-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-28T20:10:30.140301-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T20:10:30.140308-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T20:10:30.144873-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-28T20:10:30.155646-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "50"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"50\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-28T20:10:30.163329-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-28T20:11:36.415328-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-28T20:11:36.445070-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-28T20:11:36.457937-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-08-28T20:11:36.459232-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-28T20:11:36.459247-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T20:11:36.459259-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-28T20:11:36.464431-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-28T20:11:36.479182-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "58"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"58\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-08-28T20:11:36.490471-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-29T12:42:55.219082-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturaselectronicasec.com/invoice/new","method":"POST"} []
[2026-08-29T12:42:55.249627-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-29T12:42:55.268655-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"DRAMUNOZ"} []
[2026-08-29T12:42:55.270812-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-29T12:42:55.270841-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-29T12:42:55.270858-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-29T12:42:55.409544-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-29T12:42:55.422898-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-29T12:42:55.432689-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-29T12:43:01.708856-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturaselectronicasec.com/invoice/new","method":"POST"} []
[2026-08-29T12:43:01.737269-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-29T12:43:01.756227-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"DRAMUNOZ"} []
[2026-08-29T12:43:01.758178-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-29T12:43:01.758206-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-29T12:43:01.758220-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-29T12:43:01.885035-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-29T12:43:01.887706-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-29T12:43:01.898604-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-30T21:40:55.422933-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturaselectronicasec.com/invoice/new","method":"POST"} []
[2026-08-30T21:40:55.448110-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-30T21:40:55.468030-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"PRFLORES"} []
[2026-08-30T21:40:55.470302-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-30T21:40:55.470325-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-30T21:40:55.470339-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-30T21:40:55.623807-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-30T21:40:55.634458-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-08-30T21:40:55.641470-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-31T14:54:17.256717-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-08-31T14:54:17.273090-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-31T14:54:17.284307-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"NBELTRANS"} []
[2026-08-31T14:54:17.285668-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-31T14:54:17.285709-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-31T14:54:17.285720-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-31T14:54:17.290262-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-08-31T14:54:17.301931-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-08-31T14:54:17.315026-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-31T20:10:19.309123-05:00] request.INFO: Matched route "customer_edit". {"route":"customer_edit","route_parameters":{"_route":"customer_edit","_controller":"App\\Controller\\CustomerController::editAction","slug":"7e1f3d4f8628d593f323f175cbb45a50","id":"3263"},"request_uri":"https://facturaselectronicasec.com/customer/edit/7e1f3d4f8628d593f323f175cbb45a50cst3263","method":"POST"} []
[2026-08-31T20:10:19.320146-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-31T20:10:19.327882-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"CARNICOSRE"} []
[2026-08-31T20:10:19.328583-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-31T20:10:19.328604-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-31T20:10:19.328649-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-31T20:10:19.368996-05:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException: "An exception occurred while executing 'DELETE FROM customer WHERE id = ?' with params [3263]:  SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`factdmby_doc_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`))" at /home/factdmby/public_html/facturaselectronicasec.com/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 customer WHERE id = ?' with params [3263]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`factdmby_doc_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`)) at /home/factdmby/public_html/facturaselectronicasec.com/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_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`)) at /home/factdmby/public_html/facturaselectronicasec.com/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_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`)) at /home/factdmby/public_html/facturaselectronicasec.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117)"} []
[2026-08-31T20:10:19.382187-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-08-31T20:10:37.126114-05:00] request.INFO: Matched route "customer_edit". {"route":"customer_edit","route_parameters":{"_route":"customer_edit","_controller":"App\\Controller\\CustomerController::editAction","slug":"7e1f3d4f8628d593f323f175cbb45a50","id":"3263"},"request_uri":"https://facturaselectronicasec.com/customer/edit/7e1f3d4f8628d593f323f175cbb45a50cst3263","method":"POST"} []
[2026-08-31T20:10:37.143549-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-08-31T20:10:37.155005-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"CARNICOSRE"} []
[2026-08-31T20:10:37.156104-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-08-31T20:10:37.156123-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-31T20:10:37.156157-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-08-31T20:10:37.195464-05:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException: "An exception occurred while executing 'DELETE FROM customer WHERE id = ?' with params [3263]:  SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`factdmby_doc_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`))" at /home/factdmby/public_html/facturaselectronicasec.com/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 customer WHERE id = ?' with params [3263]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`factdmby_doc_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`)) at /home/factdmby/public_html/facturaselectronicasec.com/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_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`)) at /home/factdmby/public_html/facturaselectronicasec.com/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_facturaselectronicasec`.`invoice`, CONSTRAINT `FK_906517449395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`)) at /home/factdmby/public_html/facturaselectronicasec.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117)"} []
[2026-08-31T20:10:37.203715-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-01T10:57:32.302875-05:00] request.INFO: Matched route "descarga_index". {"route":"descarga_index","route_parameters":{"_route":"descarga_index","_controller":"App\\Controller\\DescargaController::indexAction"},"request_uri":"https://facturaselectronicasec.com/descarga/","method":"GET"} []
[2026-09-01T10:57:32.317613-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-01T10:57:32.327274-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"NORMYVAT"} []
[2026-09-01T10:57:32.327980-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-01T10:57:32.327993-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T10:57:32.328004-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T10:57:32.360293-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:235)"} []
[2026-09-01T10:57:32.372984-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-01T11:18:11.627167-05:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::editAction","slug":"9a9bb83d6b08c8a9f8b4335fabfc3417","id":"354086"},"request_uri":"https://facturaselectronicasec.com/invoice/edit/9a9bb83d6b08c8a9f8b4335fabfc3417inv354086","method":"POST"} []
[2026-09-01T11:18:11.640224-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-01T11:18:11.650284-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"NORMYVAT"} []
[2026-09-01T11:18:11.650971-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-01T11:18:11.650984-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T11:18:11.650995-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T11:18:11.742024-05:00] php.CRITICAL: Uncaught Error: Call to undefined method App\Entity\Model\Invoice::getEmail() {"exception":"[object] (Error(code: 0): Call to undefined method App\\Entity\\Model\\Invoice::getEmail() at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:406)"} []
[2026-09-01T11:18:11.748175-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "getEmail" of class "App\Entity\Model\Invoice"." at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 406 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"getEmail\" of class \"App\\Entity\\Model\\Invoice\". at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:406)"} []
[2026-09-01T11:18:11.752326-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-01T11:18:25.482893-05:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::editAction","slug":"9a9bb83d6b08c8a9f8b4335fabfc3417","id":"354086"},"request_uri":"https://facturaselectronicasec.com/invoice/edit/9a9bb83d6b08c8a9f8b4335fabfc3417inv354086","method":"POST"} []
[2026-09-01T11:18:25.498811-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-01T11:18:25.509696-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"NORMYVAT"} []
[2026-09-01T11:18:25.510589-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-01T11:18:25.510603-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T11:18:25.510612-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T11:18:25.604084-05:00] php.CRITICAL: Uncaught Error: Call to undefined method App\Entity\Model\Invoice::getEmail() {"exception":"[object] (Error(code: 0): Call to undefined method App\\Entity\\Model\\Invoice::getEmail() at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:406)"} []
[2026-09-01T11:18:25.606203-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "getEmail" of class "App\Entity\Model\Invoice"." at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 406 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"getEmail\" of class \"App\\Entity\\Model\\Invoice\". at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:406)"} []
[2026-09-01T11:18:25.611819-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-01T11:18:30.099873-05:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::editAction","slug":"9a9bb83d6b08c8a9f8b4335fabfc3417","id":"354086"},"request_uri":"https://facturaselectronicasec.com/invoice/edit/9a9bb83d6b08c8a9f8b4335fabfc3417inv354086","method":"POST"} []
[2026-09-01T11:18:30.117158-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-01T11:18:30.129542-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"NORMYVAT"} []
[2026-09-01T11:18:30.130589-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-01T11:18:30.130610-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T11:18:30.130625-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T11:18:30.214177-05:00] php.CRITICAL: Uncaught Error: Call to undefined method App\Entity\Model\Invoice::getEmail() {"exception":"[object] (Error(code: 0): Call to undefined method App\\Entity\\Model\\Invoice::getEmail() at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:406)"} []
[2026-09-01T11:18:30.216003-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "getEmail" of class "App\Entity\Model\Invoice"." at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 406 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"getEmail\" of class \"App\\Entity\\Model\\Invoice\". at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:406)"} []
[2026-09-01T11:18:30.220345-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-01T14:20:45.491981-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturaselectronicasec.com/invoice/new","method":"POST"} []
[2026-09-01T14:20:45.510173-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-01T14:20:45.522372-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YAUCENLAT"} []
[2026-09-01T14:20:45.523627-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-01T14:20:45.523661-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T14:20:45.523673-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T14:20:45.645937-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T14:20:45.657319-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T14:20:45.663580-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-01T14:21:47.254023-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"aa4cf235c51293cc4e8014c629c5e462","id":"354585"},"request_uri":"https://facturaselectronicasec.com/invoice/show/aa4cf235c51293cc4e8014c629c5e462inv354585","method":"POST"} []
[2026-09-01T14:21:47.275320-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-01T14:21:47.294410-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YAUCENLAT"} []
[2026-09-01T14:21:47.295912-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-01T14:21:47.295929-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T14:21:47.295942-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T14:21:47.320148-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T14:21:47.321537-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T14:21:47.325860-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-01T14:22:32.928280-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"aa4cf235c51293cc4e8014c629c5e462","id":"354585"},"request_uri":"https://facturaselectronicasec.com/invoice/show/aa4cf235c51293cc4e8014c629c5e462inv354585","method":"POST"} []
[2026-09-01T14:22:32.938357-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-01T14:22:32.946952-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YAUCENLAT"} []
[2026-09-01T14:22:32.947715-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-01T14:22:32.947733-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T14:22:32.947744-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T14:22:32.975697-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T14:22:32.977103-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T14:22:32.981245-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-01T14:23:17.903338-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"aa4cf235c51293cc4e8014c629c5e462","id":"354585"},"request_uri":"https://facturaselectronicasec.com/invoice/show/aa4cf235c51293cc4e8014c629c5e462inv354585","method":"POST"} []
[2026-09-01T14:23:17.918983-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-01T14:23:17.929850-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YAUCENLAT"} []
[2026-09-01T14:23:17.930696-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-01T14:23:17.930708-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T14:23:17.930716-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T14:23:17.955041-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T14:23:17.956467-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T14:23:17.960850-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-01T14:23:40.667699-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"aa4cf235c51293cc4e8014c629c5e462","id":"354585"},"request_uri":"https://facturaselectronicasec.com/invoice/show/aa4cf235c51293cc4e8014c629c5e462inv354585","method":"POST"} []
[2026-09-01T14:23:40.681099-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-01T14:23:40.690546-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YAUCENLAT"} []
[2026-09-01T14:23:40.691403-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-01T14:23:40.691420-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T14:23:40.691432-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T14:23:40.716111-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T14:23:40.718127-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T14:23:40.723012-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-01T14:24:26.469613-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"aa4cf235c51293cc4e8014c629c5e462","id":"354585"},"request_uri":"https://facturaselectronicasec.com/invoice/show/aa4cf235c51293cc4e8014c629c5e462inv354585","method":"POST"} []
[2026-09-01T14:24:26.488556-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-01T14:24:26.504250-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YAUCENLAT"} []
[2026-09-01T14:24:26.505544-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-01T14:24:26.505569-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T14:24:26.505586-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T14:24:26.544706-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T14:24:26.547403-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T14:24:26.555080-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-01T14:24:32.690604-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"aa4cf235c51293cc4e8014c629c5e462","id":"354585"},"request_uri":"https://facturaselectronicasec.com/invoice/show/aa4cf235c51293cc4e8014c629c5e462inv354585","method":"POST"} []
[2026-09-01T14:24:32.705137-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-01T14:24:32.720157-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YAUCENLAT"} []
[2026-09-01T14:24:32.721076-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-01T14:24:32.721088-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T14:24:32.721098-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T14:24:32.752531-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T14:24:32.754423-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T14:24:32.760030-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-01T14:24:43.373536-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"aa4cf235c51293cc4e8014c629c5e462","id":"354585"},"request_uri":"https://facturaselectronicasec.com/invoice/show/aa4cf235c51293cc4e8014c629c5e462inv354585","method":"POST"} []
[2026-09-01T14:24:43.386384-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-01T14:24:43.394288-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YAUCENLAT"} []
[2026-09-01T14:24:43.395083-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-01T14:24:43.395096-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T14:24:43.395104-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T14:24:43.423259-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T14:24:43.425437-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T14:24:43.431878-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-01T14:25:08.952482-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"aa4cf235c51293cc4e8014c629c5e462","id":"354585"},"request_uri":"https://facturaselectronicasec.com/invoice/show/aa4cf235c51293cc4e8014c629c5e462inv354585","method":"POST"} []
[2026-09-01T14:25:08.965803-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-01T14:25:08.975157-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YAUCENLAT"} []
[2026-09-01T14:25:08.976018-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-01T14:25:08.976036-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T14:25:08.976046-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T14:25:09.002390-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T14:25:09.004178-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T14:25:09.009213-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-01T14:25:41.825045-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"aa4cf235c51293cc4e8014c629c5e462","id":"354585"},"request_uri":"https://facturaselectronicasec.com/invoice/show/aa4cf235c51293cc4e8014c629c5e462inv354585","method":"POST"} []
[2026-09-01T14:25:41.840208-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-01T14:25:41.850410-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YAUCENLAT"} []
[2026-09-01T14:25:41.851274-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-01T14:25:41.851287-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T14:25:41.851295-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T14:25:41.877121-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T14:25:41.878557-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T14:25:41.883133-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-01T14:27:14.633341-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"aa4cf235c51293cc4e8014c629c5e462","id":"354585"},"request_uri":"https://facturaselectronicasec.com/invoice/show/aa4cf235c51293cc4e8014c629c5e462inv354585","method":"POST"} []
[2026-09-01T14:27:14.653221-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-01T14:27:14.667286-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YAUCENLAT"} []
[2026-09-01T14:27:14.668488-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-01T14:27:14.668515-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T14:27:14.668531-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T14:27:14.705644-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T14:27:14.707865-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T14:27:14.715118-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-01T15:14:24.828062-05:00] php.WARNING: Warning: require(/home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerVmxrqzO/getRouting_LoaderService.php): failed to open stream: No such file or directory {"exception":"[object] (ErrorException(code: 0): Warning: require(/home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerVmxrqzO/getRouting_LoaderService.php): failed to open stream: No such file or directory at /home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerVmxrqzO/App_KernelProdContainer.php:146)"} []
[2026-09-01T15:14:24.830713-05:00] php.CRITICAL: Fatal Compile Error: require(): Failed opening required '/home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerVmxrqzO/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/facturaselectronicasec.com/var/cache/prod/ContainerVmxrqzO/getRouting_LoaderService.php' (include_path='.:/opt/alt/php74/usr/share/pear') at /home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerVmxrqzO/App_KernelProdContainer.php:146)"} []
[2026-09-01T15:14:24.834679-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\FatalError: "Compile Error: require(): Failed opening required '/home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerVmxrqzO/getRouting_LoaderService.php' (include_path='.:/opt/alt/php74/usr/share/pear')" at /home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerVmxrqzO/App_KernelProdContainer.php line 146 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Compile Error: require(): Failed opening required '/home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerVmxrqzO/getRouting_LoaderService.php' (include_path='.:/opt/alt/php74/usr/share/pear') at /home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerVmxrqzO/App_KernelProdContainer.php:146)"} []
[2026-09-01T15:14:24.836934-05:00] php.WARNING: Warning: require(/home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerVmxrqzO/getErrorControllerService.php): failed to open stream: No such file or directory {"exception":"[object] (ErrorException(code: 0): Warning: require(/home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerVmxrqzO/getErrorControllerService.php): failed to open stream: No such file or directory at /home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerVmxrqzO/App_KernelProdContainer.php:146)"} []
[2026-09-01T16:15:58.993763-05:00] php.WARNING: Warning: require(/home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/getRouting_LoaderService.php): failed to open stream: No such file or directory {"exception":"[object] (ErrorException(code: 0): Warning: require(/home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/getRouting_LoaderService.php): failed to open stream: No such file or directory at /home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/App_KernelProdContainer.php:146)"} []
[2026-09-01T16:15:58.995600-05:00] php.CRITICAL: Fatal Compile Error: require(): Failed opening required '/home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/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/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/getRouting_LoaderService.php' (include_path='.:/opt/alt/php74/usr/share/pear') at /home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/App_KernelProdContainer.php:146)"} []
[2026-09-01T16:15:59.006891-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\FatalError: "Compile Error: require(): Failed opening required '/home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/getRouting_LoaderService.php' (include_path='.:/opt/alt/php74/usr/share/pear')" at /home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/App_KernelProdContainer.php line 146 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Compile Error: require(): Failed opening required '/home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/getRouting_LoaderService.php' (include_path='.:/opt/alt/php74/usr/share/pear') at /home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/App_KernelProdContainer.php:146)"} []
[2026-09-01T16:15:59.010083-05:00] php.WARNING: Warning: require(/home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/getErrorControllerService.php): failed to open stream: No such file or directory {"exception":"[object] (ErrorException(code: 0): Warning: require(/home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/getErrorControllerService.php): failed to open stream: No such file or directory at /home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/App_KernelProdContainer.php:146)"} []
[2026-09-01T16:15:59.892966-05:00] php.WARNING: Warning: require(/home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/getRouting_LoaderService.php): failed to open stream: No such file or directory {"exception":"[object] (ErrorException(code: 0): Warning: require(/home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/getRouting_LoaderService.php): failed to open stream: No such file or directory at /home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/App_KernelProdContainer.php:146)"} []
[2026-09-01T16:15:59.893207-05:00] php.CRITICAL: Fatal Compile Error: require(): Failed opening required '/home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/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/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/getRouting_LoaderService.php' (include_path='.:/opt/alt/php74/usr/share/pear') at /home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/App_KernelProdContainer.php:146)"} []
[2026-09-01T16:15:59.894384-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\FatalError: "Compile Error: require(): Failed opening required '/home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/getRouting_LoaderService.php' (include_path='.:/opt/alt/php74/usr/share/pear')" at /home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/App_KernelProdContainer.php line 146 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Compile Error: require(): Failed opening required '/home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/getRouting_LoaderService.php' (include_path='.:/opt/alt/php74/usr/share/pear') at /home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/App_KernelProdContainer.php:146)"} []
[2026-09-01T16:15:59.896120-05:00] php.WARNING: Warning: require(/home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/getErrorControllerService.php): failed to open stream: No such file or directory {"exception":"[object] (ErrorException(code: 0): Warning: require(/home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/getErrorControllerService.php): failed to open stream: No such file or directory at /home/factdmby/public_html/facturaselectronicasec.com/var/cache/prod/ContainerHa773pa/App_KernelProdContainer.php:146)"} []
[2026-09-01T18:45:19.968184-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"aa4cf235c51293cc4e8014c629c5e462","id":"354585"},"request_uri":"https://facturaselectronicasec.com/invoice/show/aa4cf235c51293cc4e8014c629c5e462inv354585","method":"POST"} []
[2026-09-01T18:45:19.984750-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-01T18:45:19.997118-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YAUCENLAT"} []
[2026-09-01T18:45:19.998124-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-01T18:45:19.998141-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T18:45:19.998152-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T18:45:20.029664-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T18:45:20.041247-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T18:45:20.046363-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-01T18:47:21.953050-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"aa4cf235c51293cc4e8014c629c5e462","id":"354585"},"request_uri":"https://facturaselectronicasec.com/invoice/show/aa4cf235c51293cc4e8014c629c5e462inv354585","method":"POST"} []
[2026-09-01T18:47:21.970755-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-01T18:47:21.980948-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YAUCENLAT"} []
[2026-09-01T18:47:21.981923-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-01T18:47:21.981940-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T18:47:21.981954-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T18:47:22.020334-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T18:47:22.022976-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T18:47:22.029053-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-01T18:49:28.640739-05:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::editAction","slug":"aa4cf235c51293cc4e8014c629c5e462","id":"354585"},"request_uri":"https://facturaselectronicasec.com/invoice/edit/aa4cf235c51293cc4e8014c629c5e462inv354585","method":"POST"} []
[2026-09-01T18:49:28.655318-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-01T18:49:28.665824-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YAUCENLAT"} []
[2026-09-01T18:49:28.666580-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-01T18:49:28.666591-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T18:49:28.666607-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T18:49:28.754301-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T18:49:28.755802-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T18:49:28.760187-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-01T18:58:58.706109-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"aa4cf235c51293cc4e8014c629c5e462","id":"354585"},"request_uri":"https://facturaselectronicasec.com/invoice/show/aa4cf235c51293cc4e8014c629c5e462inv354585","method":"POST"} []
[2026-09-01T18:58:58.726810-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-01T18:58:58.738269-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YAUCENLAT"} []
[2026-09-01T18:58:58.739357-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-01T18:58:58.739379-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T18:58:58.739393-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T18:58:58.772838-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T18:58:58.774925-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T18:58:58.780834-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-01T19:02:27.612508-05:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::editAction","slug":"aa4cf235c51293cc4e8014c629c5e462","id":"354585"},"request_uri":"https://facturaselectronicasec.com/invoice/edit/aa4cf235c51293cc4e8014c629c5e462inv354585","method":"POST"} []
[2026-09-01T19:02:27.629132-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-01T19:02:27.640535-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YAUCENLAT"} []
[2026-09-01T19:02:27.641407-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-01T19:02:27.641420-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T19:02:27.641427-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T19:02:27.723309-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T19:02:27.725615-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T19:02:27.730374-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-01T19:03:18.800120-05:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::editAction","slug":"aa4cf235c51293cc4e8014c629c5e462","id":"354585"},"request_uri":"https://facturaselectronicasec.com/invoice/edit/aa4cf235c51293cc4e8014c629c5e462inv354585","method":"POST"} []
[2026-09-01T19:03:18.815935-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-01T19:03:18.828213-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YAUCENLAT"} []
[2026-09-01T19:03:18.829185-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-01T19:03:18.829201-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T19:03:18.829212-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-01T19:03:18.925491-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T19:03:18.927803-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-01T19:03:18.934284-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-02T16:58:41.330931-05:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::editAction","slug":"e7a7fba47a70c40a0e6eecfdaa3f4f09","id":"353460"},"request_uri":"https://facturaselectronicasec.com/invoice/edit/e7a7fba47a70c40a0e6eecfdaa3f4f09inv353460","method":"POST"} []
[2026-09-02T16:58:41.342702-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-02T16:58:41.352101-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"DRAMUNOZ"} []
[2026-09-02T16:58:41.352983-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-02T16:58:41.352998-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-02T16:58:41.353009-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-02T16:58:41.430842-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-02T16:58:41.439990-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-02T16:58:41.444978-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-02T17:02:36.420831-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-02T17:02:36.431316-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-02T17:02:36.438818-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-09-02T17:02:36.439534-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-02T17:02:36.439545-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-02T17:02:36.439553-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-02T17:02:36.442375-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-02T17:02:36.454397-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "35"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"35\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-09-02T17:02:36.459142-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-03T12:40:27.409708-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"aa4cf235c51293cc4e8014c629c5e462","id":"354585"},"request_uri":"https://facturaselectronicasec.com/invoice/show/aa4cf235c51293cc4e8014c629c5e462inv354585","method":"POST"} []
[2026-09-03T12:40:27.422137-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-03T12:40:27.430402-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YAUCENLAT"} []
[2026-09-03T12:40:27.431156-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-03T12:40:27.431168-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T12:40:27.431178-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T12:40:27.457080-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-03T12:40:27.467429-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-03T12:40:27.471588-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-03T12:40:47.765693-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"aa4cf235c51293cc4e8014c629c5e462","id":"354585"},"request_uri":"https://facturaselectronicasec.com/invoice/show/aa4cf235c51293cc4e8014c629c5e462inv354585","method":"POST"} []
[2026-09-03T12:40:47.773370-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-03T12:40:47.779714-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YAUCENLAT"} []
[2026-09-03T12:40:47.780250-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-03T12:40:47.780260-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T12:40:47.780268-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T12:40:47.801679-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-03T12:40:47.802894-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-03T12:40:47.806691-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-03T12:41:51.784968-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"aa4cf235c51293cc4e8014c629c5e462","id":"354585"},"request_uri":"https://facturaselectronicasec.com/invoice/show/aa4cf235c51293cc4e8014c629c5e462inv354585","method":"POST"} []
[2026-09-03T12:41:51.797775-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-03T12:41:51.808137-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YAUCENLAT"} []
[2026-09-03T12:41:51.808919-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-03T12:41:51.808947-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T12:41:51.808959-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T12:41:51.841400-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-03T12:41:51.845966-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-03T12:41:51.851455-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-03T12:43:41.949082-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"aa4cf235c51293cc4e8014c629c5e462","id":"354585"},"request_uri":"https://facturaselectronicasec.com/invoice/show/aa4cf235c51293cc4e8014c629c5e462inv354585","method":"POST"} []
[2026-09-03T12:43:41.960679-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-03T12:43:41.970028-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YAUCENLAT"} []
[2026-09-03T12:43:41.970767-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-03T12:43:41.970778-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T12:43:41.970787-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T12:43:41.993200-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-03T12:43:41.994468-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-03T12:43:41.999048-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-03T12:45:00.646452-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"aa4cf235c51293cc4e8014c629c5e462","id":"354585"},"request_uri":"https://facturaselectronicasec.com/invoice/show/aa4cf235c51293cc4e8014c629c5e462inv354585","method":"POST"} []
[2026-09-03T12:45:00.662530-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-03T12:45:00.672570-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"YAUCENLAT"} []
[2026-09-03T12:45:00.673519-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-03T12:45:00.673534-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T12:45:00.673544-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T12:45:00.703149-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-03T12:45:00.704756-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-03T12:45:00.710354-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-03T15:29:32.788115-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-03T15:29:32.805764-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-03T15:29:32.815990-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MVACACELA"} []
[2026-09-03T15:29:32.816773-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-03T15:29:32.816806-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:29:32.816815-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:29:32.820009-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-03T15:29:32.831482-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-09-03T15:29:32.844272-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-03T15:29:40.644897-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-03T15:29:40.659883-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-03T15:29:40.669179-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MVACACELA"} []
[2026-09-03T15:29:40.670046-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-03T15:29:40.670062-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:29:40.670074-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:29:40.673573-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-03T15:29:40.681443-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-09-03T15:29:40.687344-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-03T15:29:42.515676-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-03T15:29:42.527730-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-03T15:29:42.535945-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MVACACELA"} []
[2026-09-03T15:29:42.536685-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-03T15:29:42.536697-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:29:42.536706-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:29:42.540513-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-03T15:29:42.550084-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-09-03T15:29:42.557289-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-03T15:29:50.471841-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-03T15:29:50.483083-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-03T15:29:50.491595-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MVACACELA"} []
[2026-09-03T15:29:50.492394-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-03T15:29:50.492408-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:29:50.492420-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:29:50.495633-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-03T15:29:50.503759-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-09-03T15:29:50.509112-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-03T15:29:51.824592-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-03T15:29:51.841172-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-03T15:29:51.852900-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MVACACELA"} []
[2026-09-03T15:29:51.854002-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-03T15:29:51.854020-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:29:51.854030-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:29:51.858234-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-03T15:29:51.867735-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-09-03T15:29:51.874678-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-03T15:30:00.116197-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-03T15:30:00.132940-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-03T15:30:00.141480-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MVACACELA"} []
[2026-09-03T15:30:00.142249-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-03T15:30:00.142260-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:30:00.142268-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:30:00.145755-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-03T15:30:00.154715-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-09-03T15:30:00.162375-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-03T15:30:08.329061-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-03T15:30:08.345599-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-03T15:30:08.359219-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MVACACELA"} []
[2026-09-03T15:30:08.360559-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-03T15:30:08.360605-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:30:08.360624-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:30:08.370049-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-03T15:30:08.382624-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-09-03T15:30:08.391178-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-03T15:30:10.039660-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-03T15:30:10.058553-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-03T15:30:10.070379-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MVACACELA"} []
[2026-09-03T15:30:10.071489-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-03T15:30:10.071510-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:30:10.071523-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:30:10.075681-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-03T15:30:10.088809-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-09-03T15:30:10.097269-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-03T15:30:17.195071-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-03T15:30:17.217389-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-03T15:30:17.232055-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MVACACELA"} []
[2026-09-03T15:30:17.233252-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-03T15:30:17.233273-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:30:17.233287-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:30:17.238018-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-03T15:30:17.251337-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-09-03T15:30:17.260027-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-03T15:30:19.912754-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-03T15:30:19.930196-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-03T15:30:19.941081-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MVACACELA"} []
[2026-09-03T15:30:19.942073-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-03T15:30:19.942096-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:30:19.942112-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:30:19.946013-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-03T15:30:19.959115-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-09-03T15:30:19.966225-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-03T15:30:26.150745-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-03T15:30:26.162692-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-03T15:30:26.171370-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MVACACELA"} []
[2026-09-03T15:30:26.172191-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-03T15:30:26.172207-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:30:26.172218-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:30:26.175462-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-03T15:30:26.184419-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-09-03T15:30:26.190322-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-03T15:30:27.428396-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-03T15:30:27.441671-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-03T15:30:27.452341-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MVACACELA"} []
[2026-09-03T15:30:27.453371-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-03T15:30:27.453393-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:30:27.453406-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:30:27.457568-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-03T15:30:27.468510-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-09-03T15:30:27.475850-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-03T15:30:28.594642-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-03T15:30:28.608562-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-03T15:30:28.619214-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MVACACELA"} []
[2026-09-03T15:30:28.620268-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-03T15:30:28.620289-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:30:28.620301-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:30:28.624395-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-03T15:30:28.634636-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-09-03T15:30:28.642066-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-03T15:30:36.268694-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-03T15:30:36.283187-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-03T15:30:36.293420-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MVACACELA"} []
[2026-09-03T15:30:36.294252-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-03T15:30:36.294266-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:30:36.294277-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:30:36.297764-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-03T15:30:36.309761-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-09-03T15:30:36.316547-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-03T15:30:38.106830-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-03T15:30:38.119509-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-03T15:30:38.129061-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MVACACELA"} []
[2026-09-03T15:30:38.129916-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-03T15:30:38.129961-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:30:38.129973-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:30:38.133542-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-03T15:30:38.142743-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-09-03T15:30:38.149257-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-03T15:30:46.952337-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-03T15:30:46.962120-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-03T15:30:46.970041-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MVACACELA"} []
[2026-09-03T15:30:46.970719-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-03T15:30:46.970733-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:30:46.970744-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:30:46.974380-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-03T15:30:46.983213-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-09-03T15:30:46.989402-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-03T15:30:48.628157-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-03T15:30:48.646059-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-03T15:30:48.658054-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MVACACELA"} []
[2026-09-03T15:30:48.659134-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-03T15:30:48.659151-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:30:48.659164-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-03T15:30:48.663152-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-03T15:30:48.677357-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-09-03T15:30:48.684571-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-04T08:45:24.399228-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturaselectronicasec.com/invoice/new","method":"POST"} []
[2026-09-04T08:45:24.414450-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-04T08:45:24.425608-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"CALINES"} []
[2026-09-04T08:45:24.426497-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-04T08:45:24.426512-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-04T08:45:24.426524-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-04T08:45:24.505572-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/facturaselectronicasec.com/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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/property-access/PropertyAccessor.php on line 524 at /home/factdmby/public_html/facturaselectronicasec.com/src/Entity/Model/Item.php:387)"} []
[2026-09-04T08:45:24.514410-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-04T08:45:32.814214-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturaselectronicasec.com/invoice/new","method":"POST"} []
[2026-09-04T08:45:32.834998-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-04T08:45:32.855294-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"CALINES"} []
[2026-09-04T08:45:32.856471-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-04T08:45:32.856491-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-04T08:45:32.856507-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-04T08:45:32.946220-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/facturaselectronicasec.com/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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/property-access/PropertyAccessor.php on line 524 at /home/factdmby/public_html/facturaselectronicasec.com/src/Entity/Model/Item.php:387)"} []
[2026-09-04T08:45:32.951726-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-04T09:15:10.727183-05:00] request.INFO: Matched route "retencion_add". {"route":"retencion_add","route_parameters":{"_route":"retencion_add","_controller":"App\\Controller\\RetencionController::newAction"},"request_uri":"https://facturaselectronicasec.com/retencion/new","method":"POST"} []
[2026-09-04T09:15:10.741696-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-04T09:15:10.750248-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"SCRUZ"} []
[2026-09-04T09:15:10.750943-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-04T09:15:10.750953-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-04T09:15:10.750960-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-04T09:15:11.134733-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/facturaselectronicasec.com/src/Controller/Base/AbstractRetencionController.php:414)"} []
[2026-09-04T09:15:11.141627-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipo() on null" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/src/Controller/Base/AbstractRetencionController.php:414)"} []
[2026-09-04T09:15:11.146300-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-04T09:21:17.644450-05:00] request.INFO: Matched route "retencion_add". {"route":"retencion_add","route_parameters":{"_route":"retencion_add","_controller":"App\\Controller\\RetencionController::newAction"},"request_uri":"https://facturaselectronicasec.com/retencion/new","method":"POST"} []
[2026-09-04T09:21:17.657805-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-04T09:21:17.667305-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"SCRUZ"} []
[2026-09-04T09:21:17.668103-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-04T09:21:17.668118-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-04T09:21:17.668130-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-04T09:21:18.125977-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/facturaselectronicasec.com/src/Controller/Base/AbstractRetencionController.php:414)"} []
[2026-09-04T09:21:18.127661-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipo() on null" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/src/Controller/Base/AbstractRetencionController.php:414)"} []
[2026-09-04T09:21:18.133397-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-07T10:28:45.840415-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-07T10:28:45.852844-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-07T10:28:45.860970-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"SUCUYbus"} []
[2026-09-07T10:28:45.861621-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-07T10:28:45.861648-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-07T10:28:45.861655-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-07T10:28:45.864661-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-07T10:28:45.876525-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-09-07T10:28:45.887671-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-07T10:28:51.063275-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-07T10:28:51.074915-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-07T10:28:51.086372-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"SUCUYbus"} []
[2026-09-07T10:28:51.087870-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-07T10:28:51.087922-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-07T10:28:51.087937-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-07T10:28:51.093546-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-07T10:28:51.103314-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-09-07T10:28:51.109761-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-07T10:46:36.686785-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-07T10:46:36.701898-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-07T10:46:36.713970-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"IGHTRANS"} []
[2026-09-07T10:46:36.715046-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-07T10:46:36.715062-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-07T10:46:36.715073-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-07T10:46:36.718743-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-07T10:46:36.726545-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-09-07T10:46:36.731058-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-07T14:47:16.734402-05:00] request.INFO: Matched route "invoice_edit". {"route":"invoice_edit","route_parameters":{"_route":"invoice_edit","_controller":"App\\Controller\\InvoiceController::editAction","slug":"71299f630647508317179faa760f5c0a","id":"356464"},"request_uri":"https://facturaselectronicasec.com/invoice/edit/71299f630647508317179faa760f5c0ainv356464","method":"POST"} []
[2026-09-07T14:47:16.750217-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-07T14:47:16.761781-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"SAUQUILLA"} []
[2026-09-07T14:47:16.762742-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-07T14:47:16.762758-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-07T14:47:16.762769-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-07T14:47:16.833093-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\PropertyAccess\Exception\InvalidArgumentException: "Expected argument of type "App\Entity\Model\Product", "null" given at property path "product"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/property-access/PropertyAccessor.php line 208 {"exception":"[object] (Symfony\\Component\\PropertyAccess\\Exception\\InvalidArgumentException(code: 0): Expected argument of type \"App\\Entity\\Model\\Product\", \"null\" given at property path \"product\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/property-access/PropertyAccessor.php:208)\n[previous exception] [object] (TypeError(code: 0): Argument 1 passed to App\\Entity\\Model\\Item::setProduct() must be an instance of App\\Entity\\Model\\Product, null given, called in /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/property-access/PropertyAccessor.php on line 524 at /home/factdmby/public_html/facturaselectronicasec.com/src/Entity/Model/Item.php:243)"} []
[2026-09-07T14:47:16.848141-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-07T17:35:51.205845-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturaselectronicasec.com/invoice/new","method":"POST"} []
[2026-09-07T17:35:51.225814-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-07T17:35:51.240164-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"LUBRICENTROG"} []
[2026-09-07T17:35:51.241191-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-07T17:35:51.241211-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-07T17:35:51.241225-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-07T17:35:51.344491-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-07T17:35:51.359895-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-07T17:35:51.367879-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-07T17:50:48.680772-05:00] request.INFO: Matched route "invoice_index". {"route":"invoice_index","route_parameters":{"_route":"invoice_index","_controller":"App\\Controller\\InvoiceController::indexAction"},"request_uri":"https://facturaselectronicasec.com/invoice?direction=desc&page=1&sort=i.por_iva","method":"GET"} []
[2026-09-07T17:50:48.700479-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-07T17:50:48.714000-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"PSILVA"} []
[2026-09-07T17:50:48.714849-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-07T17:50:48.714862-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-07T17:50:48.714871-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-07T17:50:48.749226-05:00] request.CRITICAL: Uncaught PHP Exception UnexpectedValueException: "There is no such field [por_iva] in the given Query component, aliased by [i]" at /home/factdmby/public_html/facturaselectronicasec.com/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Sortable/Doctrine/ORM/Query/OrderByWalker.php line 58 {"exception":"[object] (UnexpectedValueException(code: 0): There is no such field [por_iva] in the given Query component, aliased by [i] at /home/factdmby/public_html/facturaselectronicasec.com/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Sortable/Doctrine/ORM/Query/OrderByWalker.php:58)"} []
[2026-09-07T17:50:48.755254-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-08T00:04:33.044429-05:00] request.INFO: Matched route "invoice_show". {"route":"invoice_show","route_parameters":{"_route":"invoice_show","_controller":"App\\Controller\\InvoiceController::showAction","slug":"20c604d0b39298b6df36e47a40963964","id":"356529"},"request_uri":"https://facturaselectronicasec.com/invoice/show/20c604d0b39298b6df36e47a40963964inv356529","method":"POST"} []
[2026-09-08T00:04:33.059157-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-08T00:04:33.071085-05:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115)" at /home/factdmby/public_html/facturaselectronicasec.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) at /home/factdmby/public_html/facturaselectronicasec.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) at /home/factdmby/public_html/facturaselectronicasec.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Can't connect to server on '127.0.0.1' (115) at /home/factdmby/public_html/facturaselectronicasec.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40)"} []
[2026-09-08T13:21:14.085334-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-08T13:21:14.096210-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-08T13:21:14.104239-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-09-08T13:21:14.104926-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-08T13:21:14.104936-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-08T13:21:14.104945-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-08T13:21:14.108393-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-08T13:21:14.118102-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "48"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"48\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-09-08T13:21:14.127618-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-08T23:24:53.508940-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-08T23:24:53.521404-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-08T23:24:53.530925-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-09-08T23:24:53.531782-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-08T23:24:53.531797-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-08T23:24:53.531809-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-08T23:24:53.535172-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-08T23:24:53.545511-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "70"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"70\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-09-08T23:24:53.564639-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-09T10:14:17.475198-05:00] request.INFO: Matched route "descarga_index". {"route":"descarga_index","route_parameters":{"_route":"descarga_index","_controller":"App\\Controller\\DescargaController::indexAction"},"request_uri":"https://facturaselectronicasec.com/descarga/","method":"GET"} []
[2026-09-09T10:14:17.485542-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-09T10:14:17.495191-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"JMCEREALES"} []
[2026-09-09T10:14:17.496152-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-09T10:14:17.496168-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T10:14:17.496196-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T10:14:17.523196-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:235)"} []
[2026-09-09T10:14:17.532830-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-09T10:19:03.269298-05:00] request.INFO: Matched route "descarga_index". {"route":"descarga_index","route_parameters":{"_route":"descarga_index","_controller":"App\\Controller\\DescargaController::indexAction"},"request_uri":"https://facturaselectronicasec.com/descarga/","method":"GET"} []
[2026-09-09T10:19:03.285141-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-09T10:19:03.295950-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"JMCEREALES"} []
[2026-09-09T10:19:03.296977-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-09T10:19:03.296995-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T10:19:03.297007-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T10:19:03.321229-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:235)"} []
[2026-09-09T10:19:03.328135-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-09T10:19:46.397708-05:00] request.INFO: Matched route "descarga_index". {"route":"descarga_index","route_parameters":{"_route":"descarga_index","_controller":"App\\Controller\\DescargaController::indexAction"},"request_uri":"https://facturaselectronicasec.com/descarga/","method":"GET"} []
[2026-09-09T10:19:46.414634-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-09T10:19:46.426158-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"JMCEREALES"} []
[2026-09-09T10:19:46.427431-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-09T10:19:46.427451-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T10:19:46.427463-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T10:19:46.451669-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/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:235)"} []
[2026-09-09T10:19:46.457740-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-09T14:37:05.597842-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturaselectronicasec.com/invoice/new","method":"POST"} []
[2026-09-09T14:37:05.609366-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-09T14:37:05.619143-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasZapata"} []
[2026-09-09T14:37:05.620017-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-09T14:37:05.620032-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T14:37:05.620041-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T14:37:11.040552-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-09T14:37:11.050398-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-09T14:37:11.055666-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-09T14:37:15.163469-05:00] request.INFO: Matched route "invoice_add". {"route":"invoice_add","route_parameters":{"_route":"invoice_add","_controller":"App\\Controller\\InvoiceController::newAction"},"request_uri":"https://facturaselectronicasec.com/invoice/new","method":"POST"} []
[2026-09-09T14:37:15.177073-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-09T14:37:15.185606-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"ventasZapata"} []
[2026-09-09T14:37:15.186652-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-09T14:37:15.186668-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T14:37:15.186681-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T14:37:20.256119-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/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-09T14:37:20.259767-05:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getTipoDocumento() on null" at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php line 155 {"exception":"[object] (Error(code: 0): Call to a member function getTipoDocumento() on null at /home/factdmby/public_html/facturaselectronicasec.com/src/Electronico/Comprobante.php:155)"} []
[2026-09-09T14:37:20.267525-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-09T17:56:39.292281-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-09T17:56:39.305288-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-09T17:56:39.315729-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"DAPIIMAGEN"} []
[2026-09-09T17:56:39.316695-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-09T17:56:39.316712-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T17:56:39.316727-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T17:56:39.320411-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-09T17:56:39.332363-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Number parsing failed: U_PARSE_ERROR" at /home/factdmby/public_html/facturaselectronicasec.com/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/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:165)"} []
[2026-09-09T17:56:39.341940-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-09T19:39:01.867035-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-09T19:39:01.877682-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-09T19:39:01.890244-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-09-09T19:39:01.890903-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-09T19:39:01.890917-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T19:39:01.890927-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T19:39:01.893722-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-09T19:39:01.910329-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "5"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"5\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-09-09T19:39:01.919297-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-09T19:39:37.354533-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-09T19:39:37.370438-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-09T19:39:37.381965-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-09-09T19:39:37.383070-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-09T19:39:37.383088-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T19:39:37.383101-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T19:39:37.387832-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-09T19:39:37.403520-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "01"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"01\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-09-09T19:39:37.409935-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-09T20:06:50.992989-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-09T20:06:51.004325-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-09T20:06:51.014756-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-09-09T20:06:51.016799-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-09T20:06:51.016830-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T20:06:51.016852-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T20:06:51.022503-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-09T20:06:51.032025-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "52"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"52\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-09-09T20:06:51.039256-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-09T20:06:58.822627-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-09T20:06:58.837930-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-09T20:06:58.848661-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-09-09T20:06:58.849615-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-09T20:06:58.849634-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T20:06:58.849648-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T20:06:58.853664-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-09T20:06:58.862141-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "52"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"52\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-09-09T20:06:58.867782-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-09T20:07:02.170585-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-09T20:07:02.182281-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-09T20:07:02.191175-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-09-09T20:07:02.192168-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-09T20:07:02.192199-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T20:07:02.192208-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T20:07:02.196079-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-09T20:07:02.205636-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "52"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"52\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-09-09T20:07:02.212219-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-09T20:07:15.773671-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-09T20:07:15.784310-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-09T20:07:15.791799-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-09-09T20:07:15.792515-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-09T20:07:15.792526-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T20:07:15.792533-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T20:07:15.795222-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-09T20:07:15.801473-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "52"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"52\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-09-09T20:07:15.806347-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-09T20:07:22.716118-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-09T20:07:22.726707-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-09T20:07:22.734786-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-09-09T20:07:22.735528-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-09T20:07:22.735537-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T20:07:22.735544-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T20:07:22.738249-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-09T20:07:22.744944-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "52"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"52\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-09-09T20:07:22.749532-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-09T20:07:49.846672-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-09T20:07:49.860119-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-09T20:07:49.868830-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-09-09T20:07:49.869520-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-09T20:07:49.869530-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T20:07:49.869538-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T20:07:49.872118-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-09T20:07:49.878675-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "52"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"52\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-09-09T20:07:49.883205-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-09T20:07:55.476931-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-09T20:07:55.488506-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-09T20:07:55.496366-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-09-09T20:07:55.497147-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-09T20:07:55.497158-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T20:07:55.497166-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T20:07:55.500091-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-09T20:07:55.506982-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "52"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"52\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-09-09T20:07:55.511964-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-09T20:19:44.233736-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-09T20:19:44.244880-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-09T20:19:44.252960-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-09-09T20:19:44.253687-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-09T20:19:44.253698-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T20:19:44.253704-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T20:19:44.256575-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-09T20:19:44.266147-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "05"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"05\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-09-09T20:19:44.271734-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-09T20:21:25.731520-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-09T20:21:25.750696-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-09T20:21:25.763467-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-09-09T20:21:25.764681-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-09T20:21:25.764699-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T20:21:25.764710-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T20:21:25.768466-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-09T20:21:25.775879-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "13"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"13\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-09-09T20:21:25.780687-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-09T20:23:03.902944-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-09T20:23:03.915080-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-09T20:23:03.925068-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-09-09T20:23:03.926043-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-09T20:23:03.926061-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T20:23:03.926073-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-09T20:23:03.930591-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-09T20:23:03.943466-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "70"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"70\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-09-09T20:23:03.948537-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-10T11:55:03.349482-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-10T11:55:03.364379-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-10T11:55:03.382618-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"GUACHObalones"} []
[2026-09-10T11:55:03.383695-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-10T11:55:03.383774-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-10T11:55:03.383788-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-10T11:55:03.388117-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-10T11:55:03.408087-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "?25"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"?25\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-09-10T11:55:03.420591-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2026-09-11T20:28:21.664013-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://facturaselectronicasec.com/invoice/form-totals","method":"POST"} []
[2026-09-11T20:28:21.677118-05:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2026-09-11T20:28:21.684946-05:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"MAYORGARP"} []
[2026-09-11T20:28:21.685678-05:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2026-09-11T20:28:21.685687-05:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-11T20:28:21.685693-05:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2026-09-11T20:28:21.688667-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/facturaselectronicasec.com/vendor/symfony/http-foundation/InputBag.php:39)"} []
[2026-09-11T20:28:21.697775-05:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "The number contains unrecognized characters: "52"." at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php line 190 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\TransformationFailedException(code: 0): The number contains unrecognized characters: \"52\". at /home/factdmby/public_html/facturaselectronicasec.com/vendor/symfony/form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php:190)"} []
[2026-09-11T20:28:21.707229-05:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
