MyBB Community Forums

Full Version: [F] Error - "inc/mailhandlers/smtp.php"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

within "mybb_140_beta_4/inc/mailhandlers/smtp.php" I've found a syntax error in line 323:
			if(!$$this->send_data("AUTH LOGIN", 334))
When the error occured I received the message you'll find in the attachment.

Maybe I'm wrong - I think it should be noticed like
			if(!$this->send_data("AUTH LOGIN", 334))

Greets
linwinman
_____________________________
MyBB 1.4 (Beta4) - php 5.2.0-8+etch11 - MySQLi 5.0.32
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.