History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: ZF-2534
Type: Bug Bug
Status: Resolved Resolved
Resolution: Won't Fix
Priority: Major Major
Assignee: Satoru Yoshida
Reporter: Xing Xing
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

A exception was threw in the Zend_Mail_Transport_Smtp's method __destruct.

Created: 31/Jan/08 03:00 AM   Updated: 02/Sep/08 07:18 AM
Component/s: Zend_Mail
Affects Version/s: 1.0.3
Fix Version/s: None

Time Tracking:
Not Specified

Tags:
Participants: Satoru Yoshida and Xing Xing


 Description  « Hide
First, look here
http://bugs.php.net/bug.php?id=33598&edit=1
this is the php's bug.

And in the line 139:
public function __destruct()
{
if ($this->_connection instanceof Zend_Mail_Protocol_Smtp) { $this->_connection->quit(); $this->_connection->disconnect(); }
}

We will get: Fatal error: Exception thrown without a stack frame in Unknown on line
0

The real exception is: No connection has been established to smtpserver



 All   Comments   Work Log   Change History   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Satoru Yoshida - 01/Sep/08 06:06 PM
This issue may be outdated. I can not find the functions that are pointed out.