07-30-2008, 04:19 PM
Hello,
within "mybb_140_beta_4/inc/mailhandlers/smtp.php" I've found a syntax error in line 323:
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
Greets
linwinman
_____________________________
MyBB 1.4 (Beta4) - php 5.2.0-8+etch11 - MySQLi 5.0.32
within "mybb_140_beta_4/inc/mailhandlers/smtp.php" I've found a syntax error in line 323:
PHP Code:
if(!$$this->send_data("AUTH LOGIN", 334))
Maybe I'm wrong - I think it should be noticed like
PHP Code:
if(!$this->send_data("AUTH LOGIN", 334))
Greets
linwinman
_____________________________
MyBB 1.4 (Beta4) - php 5.2.0-8+etch11 - MySQLi 5.0.32