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 »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Civimail Error after upgrade to php 5.3
Pages: [1]

Author Topic: Civimail Error after upgrade to php 5.3  (Read 547 times)

stevegjacobs

  • I post occasionally
  • **
  • Posts: 43
  • Karma: 0
  • CiviCRM version: 4.4.4
  • CMS version: Joomla
Civimail Error after upgrade to php 5.3
March 28, 2013, 06:33:47 am
After upgrading our server to php 5.3 I have an error occurring when trying to send anything from civimail, including the test message function:
Sorry. A non-recoverable error has occurred.
php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution

Additional details:

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

       
Code: [Select]
=> 0
    [message] => php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
    [mode] => 16
    [debug_info] =>
    [type] => PEAR_Error
    [user_info] =>
    [to_string] => [pear_error: message="php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution" code=0 mode=callback callback=CRM_Core_Error::handle prefix="" info=""]
)

Drupal 6 / Civicrm 3.4.8
Does anybody have any thoughts on this?
Steve Jacobs

The smallest act of kindness is worth more than the grandest intention.
Oscar Wilde

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: Civimail Error after upgrade to php 5.3
March 28, 2013, 07:11:51 am

That seems more like a DNS error rather than a specific PHP 5.3 / Civi error, IMO

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

stevegjacobs

  • I post occasionally
  • **
  • Posts: 43
  • Karma: 0
  • CiviCRM version: 4.4.4
  • CMS version: Joomla
Re: Civimail Error after upgrade to php 5.3
March 28, 2013, 07:18:53 am
I thought the same - I can ping anything from the box, I have talked to the people at the data centre to see if anything has been changed in regards to dns. I am only asking here because the change that has occurred since the last time it worked (March 17) is the php upgrade.
Steve Jacobs

The smallest act of kindness is worth more than the grandest intention.
Oscar Wilde

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: Civimail Error after upgrade to php 5.3
March 28, 2013, 07:34:41 am

i would do the following:

1. enable backtrace and see the php library civicrm is calling that makes the network call

2. write a simple php script to do something similar

that will narrow down the issue

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

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Civimail Error after upgrade to php 5.3

This forum was archived on 2017-11-26.