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) »
  • Fatal error: exception in transport_connection.php and MailStore.php
Pages: [1]

Author Topic: Fatal error: exception in transport_connection.php and MailStore.php  (Read 3449 times)

Alan.Guggenheim

  • Guest
Fatal error: exception in transport_connection.php and MailStore.php
January 02, 2010, 08:33:08 am
When running the URL based CiviMail Processor,
http://<home>/sites/all/modules/civicrm/bin/CiviMailProcessor.php?name=<name>&pass=<pwd>&key=<key>

all I get is an error:

connecting to <site> and authenticating as civimail
Fatal error: Ignoring exception from ezcMailPop3Transport::__destruct() while an exception is already active (Uncaught ezcMailTransportException in <home>/drupal/sites/all/modules/civicrm/packages/ezc/Mail/src/transports/transport_connection.php on line 217) in <home>/drupal/sites/all/modules/civicrm/CRM/Mailing/MailStore.php on line 85

Any idea?

CiviMail is installed and configured, our first mailing went out successfully, so i suspect the issue is with the configuration of CiviMail Processor. Maybe the Mail account?


Thanks
« Last Edit: January 02, 2010, 08:51:23 am by Alan.Guggenheim »

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Fatal error: exception in transport_connection.php and MailStore.php
January 03, 2010, 10:39:48 am

seems like an ezComponent exception. you might want to check those files and trace the cause of the exception

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Alan.Guggenheim

  • Guest
Re: Fatal error: exception in transport_connection.php and MailStore.php
January 07, 2010, 09:15:12 am
I checked the files, and they are ok. Not sure how to trace. Can you give some hints or pointers?
Thanks

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Fatal error: exception in transport_connection.php and MailStore.php
January 07, 2010, 10:31:08 am
The description in the code just above where the error occurs says this:         

                 /* If the mail server aborts the connection, fgets() will
                 * return false. We need to throw an exception here to prevent
                 * the calling code from looping indefinitely. */

The link between the sending of CiviMail and the processing is not strong in that they are two completely separate processes. Obviously the first appears to be working fine.

Start by logging onto your mail server (hopefully it has webmail) with the username & password you have provided - I think I had an instance where the username had to have the @domain.name bit on the end to log in & I only realised when I tried to log in directly.
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

Alan.Guggenheim

  • Guest
Re: Fatal error: exception in transport_connection.php and MailStore.php
January 11, 2010, 11:42:34 am
Thanks, and I did indeed try both ways, with or without the domain after the email name. I can access the email account with webmail, but so far not getting it right for within CiviCRM!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • CiviMail installation and configuration (Moderator: Donald Lobo) »
  • Fatal error: exception in transport_connection.php and MailStore.php

This forum was archived on 2017-11-26.