Fatal Error
Posted: Mon Jul 30, 2007 2:22 am
Hi all,
I just started using Swift and ran into a problem when testing locally. As a note, remote tests seem to work.
In any case, when trying to run the smoke tests I receive the following :
Fatal error: Call to a member function getString() on a non-object in ...\Swift-3.2.6-php4\lib\Swift\Authenticator\CRAMMD5.php on line 36
The variable in question is $res which is a reference to $swift->command("AUTH CRAM-MD5", 334)
I'm pretty sure my ISP blocks outgoing on port 25 so I expected local testing to fail, but does that explain the error above?
Thanks.
I just started using Swift and ran into a problem when testing locally. As a note, remote tests seem to work.
In any case, when trying to run the smoke tests I receive the following :
Fatal error: Call to a member function getString() on a non-object in ...\Swift-3.2.6-php4\lib\Swift\Authenticator\CRAMMD5.php on line 36
The variable in question is $res which is a reference to $swift->command("AUTH CRAM-MD5", 334)
I'm pretty sure my ISP blocks outgoing on port 25 so I expected local testing to fail, but does that explain the error above?
Thanks.