hi guys, today was my first time to create a new user other than the admin that security module is creating it by default when adding the security module…
when trying to add new user now, (after deploying to localhost, and all works fine, including admin login all ok)
i can open the add-user form but when adding the data and trying to save it… here is the error!!
Fatal error: Uncaught exception 'Swift_RfcComplianceException' with message 'Address in mailbox given [] does not comply with RFC 2822, 3.6.2.' in E:\xampp\project1\_lib\prod hird\swift\classes\Swift\Mime\Headers\MailboxHeader.php:308 Stack trace: #0 E:\xampp\project1\_lib\prod hird\swift\classes\Swift\Mime\Headers\MailboxHeader.php(238): Swift_Mime_Headers_MailboxHeader->_assertValidAddress('') #1 E:\xampp\project1\_lib\prod hird\swift\classes\Swift\Mime\Headers\MailboxHeader.php(96): Swift_Mime_Headers_MailboxHeader->normalizeMailboxes(Array) #2 E:\xampp\project1\_lib\prod hird\swift\classes\Swift\Mime\Headers\MailboxHeader.php(60): Swift_Mime_Headers_MailboxHeader->setNameAddresses(Array) #3 E:\xampp\project1\_lib\prod hird\swift\classes\Swift\Mime\SimpleMimeEntity.php(581): Swift_Mime_Headers_MailboxHeader->setFieldBodyModel(Array) #4 E:\xampp\project1\_lib\prod hird\swift\classes\Swift\Mime\SimpleMessage.php(200): Swift_Mime_SimpleMimeEntity->_setHeaderFieldModel('From', Array) #5 E:\xampp\project1\sec_f in E:\xampp\project1\_lib\prod hird\swift\classes\Swift\Mime\Headers\MailboxHeader.php on line 308
note: i don’t have mail server setup on the localhost, but i don’t think this is a problem!! i don’t want mailing for example?! does that prevent creating a user!?!?
what other methods or ideas or work arounds of even fixes for this may i get???