PHP Classes

error

Recommend this page to a friend!

      Bounce Handler  >  All threads  >  error  >  (Un) Subscribe thread alerts  
Subject:error
Summary:ERROR IN FILE
Messages:2
Author:nathaniel
Date:2009-03-11 21:16:53
Update:2009-03-24 19:48:04
 

  1. error   Reply   Report abuse  
Picture of nathaniel nathaniel - 2009-03-11 21:16:53
require_once('class.bounce_driver.php');


Parse error: syntax error, unexpected '{' in /var/www/vhosts/friendsnflings.com/httpdocs/common/class/class.bounce_driver.php on line 137

  2. Re: error   Reply   Report abuse  
Picture of Edward Leigh Edward Leigh - 2009-03-24 19:48:04 - In reply to message 1 from nathaniel
It appears that there are two spurious open brackets. Lines 136 and 137 should read:

|| stristr($line, 'Recipient address rejected')!==FALSE
|| stristr($line, 'User unknown in virtual alias table')!==FALSE){

Regards,

Edward Leigh
www.excogitate.co.uk