Hey everyone. I've been using EZComponents for  a while for parsing  
incoming mail for a service I run. I have never been able to figure  
out what is causing the following error and Its starting to show up  
way to often now. I'm not sure if its a memory resource issue or  
something else at this point. the server is running lean on memory  
lately. I need to upgrade.

It works most of the time but sometimes dies. I'm mostly receiving  
simple emails from cell phones via text message. Nothing to fancy to  
parse. When the error occurs. the file is not process but the email is  
deleted.

I would really appreciate any feedback that would point me to the  
problem. My parsing script is very long b/c it runs different things  
for different cases, so maybe I can email it to anyone that may be  
interested in looking at it. But any feedback on the error itself is  
appreciated.

Thanks,
Fish

<br />
<b>Fatal error</b>:  Uncaught exception 'ezcMailTransportException'  
with message 'An error occured while sending or receiving mail. Could  
not read from the stream. It was probably terminated by the host.' in / 
usr/include/php/ezcomponents-2007.2.1/Mail/src/transports/ 
transport_connection.php:217
Stack trace:
#0 /usr/include/php/ezcomponents-2007.2.1/Mail/src/transports/pop3/ 
pop3_transport.php(365): ezcMailTransportConnection-&gt;getLine()
#1 /var/www/vhosts/mydomain.com/httpdocs/parserScript.php5(50):  
ezcMailPop3Transport-&gt;authenticate('[EMAIL PROTECTED]', 'password')
#2 {main}
  thrown in <b>/usr/include/php/ezcomponents-2007.2.1/Mail/src/ 
transports/transport_connection.php</b> on line <b>217</b><br />




On a side note: I'm also seeing this error pop up once and a while:

<br />
<b>Warning</b>:  mkdir() [<a href='function.mkdir'>function.mkdir</ 
a>]: File exists in <b>/usr/include/php/ezcomponents-2007.2.1/Mail/src/ 
parser/parts/file_parser.php</b> on line <b>128</b><br />
<br />
<b>Warning</b>:  mkdir() [<a href='function.mkdir'>function.mkdir</ 
a>]: File exists in <b>/usr/include/php/ezcomponents-2007.2.1/Mail/src/ 
parser/parts/file_parser.php</b> on line <b>128</b><br />

-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components

Reply via email to