Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incidencia - Formularios - Trazas detectadas #393

Open
enricsinergia opened this issue Sep 19, 2024 · 0 comments
Open

Incidencia - Formularios - Trazas detectadas #393

enricsinergia opened this issue Sep 19, 2024 · 0 comments
Assignees
Labels

Comments

@enricsinergia
Copy link
Collaborator

Descripción del problema
Monitoreando una instancia que estaba recibiendo muchas peticiones, se han observado algunos mensajes a revisar en el log de suitecrm.
En concreto se observan 3 a revisar:
1.- 2024-09-19 15:56:05 [338463][1][ERROR] Line 281: EventInscriptionBO::checkParams: The person ID [12345678Z ] is not valid. ==> Parece que en la validación del NIF falta un trim y que ese espacio al final de línea provoca un error
2.- 2024-09-19 15:56:04 [338463][1][ERROR] Line 316: WebFormMailer::parseEmailTemplateById: No ID received. ==> Parece que está interpretando que hay template para enviar el mail al usuario pero no es así.
3.- 2024-09-19 15:56:01 [338467][1][ERROR] Given parameter should contains index "copy_email_addresses"
2024-09-19 15:56:01 [338467][1][ERROR] Email address copy error occured, bean was: stic_Registrations ==> Es un error que se produce dentro de actionCreateRecord de AOW_Actions

Comportamiento esperado
No deberían producirse esos errores.

Información adicional
Trazas (los nifs presentes eran correctos pero se han sustituído por privacidad):
2024-09-19 15:56:01 [338467][1][ERROR] Given parameter should contains index "copy_email_addresses"
2024-09-19 15:56:01 [338467][1][ERROR] Email address copy error occured, bean was: stic_Registrations
2024-09-19 15:56:01 [338467][1][FATAL] Attachements not found
2024-09-19 15:56:01 [338467][1][ERROR] Line 316: WebFormMailer::parseEmailTemplateById: No ID received.
2024-09-19 15:56:01 [338467][1][ERROR] Line 224: EventInscriptionMailer::__sendUserMail: Error parsing the template.
2024-09-19 15:56:01 [338467][1][ERROR] Line 203: EventInscriptionController::sendMails: Unable to send the email to the user.
2024-09-19 15:56:04 [338463][1][ERROR] Given parameter should contains index "copy_email_addresses"
2024-09-19 15:56:04 [338463][1][ERROR] Email address copy error occured, bean was: stic_Registrations
2024-09-19 15:56:04 [338463][1][FATAL] Attachements not found
2024-09-19 15:56:04 [338467][1][ERROR] Given parameter should contains index "copy_email_addresses"
2024-09-19 15:56:04 [338467][1][ERROR] Email address copy error occured, bean was: stic_Registrations
2024-09-19 15:56:04 [338467][1][FATAL] Attachements not found
2024-09-19 15:56:04 [338463][1][ERROR] Line 316: WebFormMailer::parseEmailTemplateById: No ID received.
2024-09-19 15:56:04 [338463][1][ERROR] Line 224: EventInscriptionMailer::__sendUserMail: Error parsing the template.
2024-09-19 15:56:04 [338463][1][ERROR] Line 203: EventInscriptionController::sendMails: Unable to send the email to the user.
2024-09-19 15:56:04 [338467][1][ERROR] Line 316: WebFormMailer::parseEmailTemplateById: No ID received.
2024-09-19 15:56:04 [338467][1][ERROR] Line 224: EventInscriptionMailer::__sendUserMail: Error parsing the template.
2024-09-19 15:56:04 [338467][1][ERROR] Line 203: EventInscriptionController::sendMails: Unable to send the email to the user.
2024-09-19 15:56:05 [338463][1][ERROR] Line 281: EventInscriptionBO::checkParams: The person ID [12345678Z ] is not valid.
2024-09-19 15:56:05 [338463][1][ERROR] Line 337: WebFormDataController::manage: There was an error in the request parameters
2024-09-19 15:56:10 [338463][1][ERROR] Line 281: EventInscriptionBO::checkParams: The person ID [12345678Z ] is not valid.
2024-09-19 15:56:10 [338463][1][ERROR] Line 337: WebFormDataController::manage: There was an error in the request parameters
2024-09-19 15:56:14 [338467][1][ERROR] Given parameter should contains index "copy_email_addresses"
2024-09-19 15:56:14 [338467][1][ERROR] Email address copy error occured, bean was: stic_Registrations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants