CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • CiviMail installation and configuration (Moderator: Donald Lobo) »
  • Uncaught ezcMailTransportException
Pages: [1]

Author Topic: Uncaught ezcMailTransportException  (Read 1356 times)

webchicks

  • Guest
Uncaught ezcMailTransportException
March 30, 2010, 05:57:12 am
I'm stuck with this error when trying to run the CiviMailprocessor.

Below is the error:
connecting to <server> and authenticating as <username>
Fatal error: Ignoring exception from ezcMailPop3Transport::__destruct() while an exception is already active (Uncaught ezcMailTransportException in .../modules/civicrm/packages/ezc/Mail/src/transports/transport_connection.php on line 217) in .../modules/civicrm/CRM/Mailing/MailStore.php on line 84

Please help me how to get this fix.


Thanks!

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: Uncaught ezcMailTransportException
March 30, 2010, 08:11:34 am
Hi,

You're trying to process bounces ?

The version I've been recommended to use is the bin/EmailProcessor.php

X+
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

webchicks

  • Guest
Re: Uncaught ezcMailTransportException
March 31, 2010, 05:33:07 am
hi xavier,

thanks for your advise however i was able to manage fixing the error. it was a bug on the script which is below:
 <code>
 while ( strpos( $line, self::CRLF ) === false )
 </code>

Changed to:
 <code>
while ( strpos( $data, self::CRLF ) === false )
 </code>

another cause of the error is the email username. I failed to put in @domain.com

webchicks :)

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • CiviMail installation and configuration (Moderator: Donald Lobo) »
  • Uncaught ezcMailTransportException

This forum was archived on 2017-11-26.