Jump to content
thirty bees forum

Sending order Statuses


AndyC

Recommended Posts

Hi

Hoping someone can help.. I have finally made my first order on my website.

So went to update status and it went to a 500 page..So I turned on debug mode and resent a test message to myself which I received .. I also managed to send a status on my test order and nothing turned up .. So tried again and got this error message back

 

thanks

[ThirtyBeesException]

Address in mailbox given [] does not comply with RFC 2822, 3.6.2.
at line 345 in file vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php

340.      */
341.     private function _assertValidAddress($address)
342.     {
343.         if (!preg_match('/^'.$this->getGrammar()->getDefinition('addr-spec').'$/D',
344.             $address)) {
345.             throw new Swift_RfcComplianceException(
346.                 'Address in mailbox given ['.$address.
347.                 '] does not comply with RFC 2822, 3.6.2.'
348.                 );
349.         }
350.     }
Link to comment
Share on other sites

I just tried to reproduce this, but no matter how often I change order status or resend a status email, I can't produce a 500 error. Did this on 1.0.8 as well as on latest 1.0.x.

It looks like a more detailed step-by-step procedure to reproduce this issue is required. Where exactly to click in front office, where in back office, which payment method, status change from which status to which other status.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...