Hello,
I have 2 errors message in the logs
First, can't find the save message whose ID is #635.
2025-06-22 06:42:03.759 ** ERROR ** [V12.1.3] Error sending mail 2025-06-22 06:42:03.759 ** ERROR ** [V12.1.3] SMTP Server : mail.myprovider.com 2025-06-22 06:42:03.760 ** ERROR ** [V12.1.3] SMTP Port : 465 2025-06-22 06:42:03.760 ** ERROR ** [V12.1.3] Mail stored in Database : #635 2025-06-22 06:42:03.760 ** ERROR ** [V12.1.3] PHPMail error : You must provide at least one recipient email address. 2025-06-22 06:42:03.760 ** ERROR ** [V12.1.3] PHPMail debug :
I tried using PHPmySQL to search for 635 but there are a lot of them.
Can anyone tell me where I should look more easily?
The second message is
2025-06-22 19:37:41.712 ** ERROR ** [V12.1.3] Error on SqlElement to get 'mustChangePassword' for Class 'User' : field 'mustChangePassword' not found in Database. 2025-06-22 19:37:41.714 ** ERROR ** [V12.1.3] Error on SqlElement to get 'mustChangePassword' for Class 'User' : field 'mustChangePassword' not found in Database on table qtor_resource
But I've updated to 12.2
2025-06-22 19:37:41.853 ===== TRACE ===== DATABASE UPDATED 2025-06-22 19:37:41.853 ===== TRACE ===== WITH NO ERROR
Can anyone help me?
Thanks
First error is minor : you try to send email to user who does not have an email...
Second error is normal during migration : you have new code, but DB is not updated yet.
You can see the error is just before migraiton end.
You should not have the error any more after.
First error is minor : you try to send email to user who does not have an email...
Where and how i can find this email ? when is possible.
Thank you
On screen Resource or User
I didn't find it, I did a new installation