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) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 2.2 Release Testing »
  • CiviMail 2.2a3 issues - sending
Pages: [1]

Author Topic: CiviMail 2.2a3 issues - sending  (Read 3861 times)

ken

  • I live on this forum
  • *****
  • Posts: 916
  • Karma: 53
    • City Bible Forum
  • CiviCRM version: 4.6.3
  • CMS version: Drupal 7.36
  • MySQL version: 5.5.41
  • PHP version: 5.3.10
CiviMail 2.2a3 issues - sending
January 25, 2009, 09:19:31 pm
I'm having problems sending civimails. The problems occur both when the contact-list is based on a search and when it is selected based on group membership.

When I try and send a civimail I can't send a test mail.

When I send the mail-out, I get the following error when running civimail.cronjob.php ...

Quote
backTrace

/var/www/cbfj15c22/administrator/components/com_civicrm/civicrm/CRM/Core/Error.php, backtrace, 138
, handle,
/var/www/cbfj15c22/administrator/components/com_civicrm/civicrm/packages/PEAR.php, call_user_func, 912
/var/www/cbfj15c22/administrator/components/com_civicrm/civicrm/packages/PEAR.php, PEAR_Error, 576
/var/www/cbfj15c22/administrator/components/com_civicrm/civicrm/packages/Net/Socket.php, raiseError, 311
/var/www/cbfj15c22/administrator/components/com_civicrm/civicrm/packages/Net/SMTP.php, write, 196
/var/www/cbfj15c22/administrator/components/com_civicrm/civicrm/packages/Net/SMTP.php, _send, 231
/var/www/cbfj15c22/administrator/components/com_civicrm/civicrm/packages/Net/SMTP.php, _put, 377
/var/www/cbfj15c22/administrator/components/com_civicrm/civicrm/packages/Mail/smtp.php, disconnect, 322
/var/www/cbfj15c22/administrator/components/com_civicrm/civicrm/packages/Mail/smtp.php, disconnect, 177
, _Mail_smtp,

unrecoverable error
    Sorry. A non-recoverable error has occurred.

    not connected

    Return to home page.

Error Details:

Array
(
    [callback] => Array
        (
           
  • => CRM_Core_Error
  • [1] => handle
            )

        {code} =>
       
[message] => not connected
    [mode] => 16
    [debug_info] =>
    [type] => PEAR_Error
    [user_info] =>
    [to_string] => [pear_error: message="not connected" code=0 mode=callback callback=CRM_Core_Error::handle prefix="" info=""]
)


Note that I have tested my SMTP settings and they can send emails correctly

When I look at the civimail sent listing, the mail-out is marked complete, but when I try and look at the report, I get the following error ...

Quote
( ! ) Fatal error: Cannot redeclare __autoload() (previously declared in /var/www/cbfj15c22/libraries/loader.php:159) in /var/www/cbfj15c22/administrator/components/com_civicrm/civicrm/packages/ezc/Base/src/ezc_bootstrap.php on line 39
Call Stack
#   Time   Memory   Function   Location
1   0.0001   119424   {main}( )   ../index2.php:0
2   0.0004   151888   include( '/var/www/cbfj15c22/administrator/index.php' )   ../index2.php:14
3   0.0910   6092848   JAdministrator->dispatch( )   ../index.php:67
4   0.0986   6860928   JComponentHelper->renderComponent( )   ../application.php:130
5   0.1001   6985112   require_once( '/var/www/cbfj15c22/administrator/components/com_civicrm/admin.civicrm.php' )   ../helper.php:162
6   0.1485   12740336   civicrm_invoke( )   ../admin.civicrm.php:22
7   0.1722   14958104   CRM_Core_Invoke::invoke( )   ../admin.civicrm.php:52
8   0.2716   19542240   CRM_Mailing_Page_Report->run( )   ../Invoke.php:197
9   0.3847   32235448   CRM_Mailing_BAO_Mailing::report( )   ../Report.php:92
10   0.3891   32614280   require_once( '/var/www/cbfj15c22/administrator/components/com_civicrm/civicrm/CRM/Mailing/Event/BAO/Reply.php' )   ../Mailing.php:1291
« Last Edit: January 25, 2009, 09:38:37 pm by ken »

businessbroker

  • Guest
Re: CiviMail 2.2a3 issues - sending
February 06, 2009, 08:28:00 pm
Which hosting server are you using?

ken

  • I live on this forum
  • *****
  • Posts: 916
  • Karma: 53
    • City Bible Forum
  • CiviCRM version: 4.6.3
  • CMS version: Drupal 7.36
  • MySQL version: 5.5.41
  • PHP version: 5.3.10
Re: CiviMail 2.2a3 issues - sending
February 07, 2009, 09:46:38 pm
I test alpha releases on my laptop. If you're suggesting I might have an issue with my hosting provider - you're correct ... I'm lousy  ;)

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: CiviMail 2.2a3 issues - sending
February 07, 2009, 11:25:00 pm
Hi - this seems to be the same problem http://forum.civicrm.org/index.php/topic,6505.0.html (not fixed but suggests it's not your set up)
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

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: CiviMail 2.2a3 issues - sending
February 08, 2009, 11:04:46 pm
Ken:

I think we have fixed autoload issue in beta1.

Kurund
Found this reply helpful? Support CiviCRM

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 2.2 Release Testing »
  • CiviMail 2.2a3 issues - sending

This forum was archived on 2017-11-26.