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 »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Given previous failures, I got another server with PHP5 requs, still have errors
Pages: [1]

Author Topic: Given previous failures, I got another server with PHP5 requs, still have errors  (Read 1258 times)

liza.s

  • I’m new here
  • *
  • Posts: 15
  • Karma: 0
Given previous failures, I got another server with PHP5 requs, still have errors
January 25, 2008, 05:42:06 am
I need CiviContribute for Drupal.

I installed E-Commerce, CiviCRM and other depencies for those two ONLY.

Ennabled e-CiviCRM and filled out info for Authorize.net.

I ennabled CiviContribute and CiviMail ONLY

I created a contribution page and filled out all payment processor and Authorize.Net info

Everything went fine and dandy in the installation.

I got this when I did a test contribution through the live page:

Code: [Select]

Error Details:

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

    [code] => 113
    [message] => No route to host
    [mode] => 16
    [debug_info] =>
    [type] => PEAR_Error
    [user_info] =>
    [to_string] => [pear_error: message="No route to host" code=113 mode=callback callback=CRM_Core_Error::handle prefix="" info=""]
)


I am not clear if

this is an Authorize.net problem (the account is in test mode, btw)
http://forum.civicrm.org/index.php/topic,1986.0.html


or if

this is an SMTP problem
http://forum.civicrm.org/index.php/topic,1309.0.html
http://forum.civicrm.org/index.php/topic,834.0.html
http://forum.civicrm.org/index.php/topic,374.0.html
http://forum.civicrm.org/index.php/topic,523.15.html
http://forum.civicrm.org/index.php/topic,644.0.html


Thanks for the heads up on this.

 



[/code]
« Last Edit: January 25, 2008, 05:49:11 am by liza.s »

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Given previous failures, I got another server with PHP5 requs, still have er
January 25, 2008, 03:51:45 pm
I don't think we've seen that one before :-( - but my first guess would be STMP issue it 'looks like' other SMTP errors from the PEAR library. You could narrow this down by trying the simple "Send Email to Contact" feature and seeing if you get the same error. If so, I would double check the SMTP host setting under Global Settings >> Outbound Mail (SMTP) - and check with your hosting provider/network admin as to what that value should be in your environment.
Protect your investment in CiviCRM by  becoming a Member!

liza.s

  • I’m new here
  • *
  • Posts: 15
  • Karma: 0
Re: Given previous failures, I got another server with PHP5 requs, still have errors
January 26, 2008, 06:55:58 pm
I am having problems sending emails through the contact dashboard.

Now I get this :

Code: [Select]
Array
(
    [callback] => Array
        (
            [0] => CRM_Core_Error
            [1] => handle
        )

    [code] =>
    [message] => Invalid response code received from server
    [mode] => 16
    [debug_info] =>
    [type] => PEAR_Error
    [user_info] =>
    [to_string] => [pear_error: message="Invalid response code received from server" code=0 mode=callback callback=CRM_Core_Error::handle prefix="" info=""]
)


Any ideas? [/code]
« Last Edit: January 26, 2008, 07:05:06 pm by liza.s »

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Given previous failures, I got another server with PHP5 requs, still have er
January 27, 2008, 07:40:23 am
This is an SMTP configuration issue. There are a number of posts on this forum which describe the problem and solutions. Please do a search using you error message.
Protect your investment in CiviCRM by  becoming a Member!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Given previous failures, I got another server with PHP5 requs, still have errors

This forum was archived on 2017-11-26.