Can you add cms/civicrm version ..etc to your profile.
Done. Drupal 6.13, CiviCRM 2.2.7, etc.
Can you check your apache/php log and see if there is any clue.
First I had to set it up to log ;-) No.
What php version you using ? Do you have openssl, and curl installed/compiled with your php (check phpinfo).
Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.1 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8g,
libcurl/7.18.2 OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.10
Always keep XML (as civicrm code is level 2 integration).
Done
What I think I just learned is that the sandbox is a completely different "account" -- and I do not have one. So I tried a live contribution and got...
Sorry. A non-recoverable error has occurred.
php_network_getaddresses: getaddrinfo failed: Name or service not known
Return to home page.
Error Details:
Array
(
[callback] => Array
(
[0] => CRM_Core_Error
[1] => handle
)
[ code] => 0
[message] => php_network_getaddresses: getaddrinfo failed: Name or service not known
[mode] => 16
[debug_info] =>
[type] => PEAR_Error
[user_info] =>
[to_string] => [pear_error: message="php_network_getaddresses: getaddrinfo failed: Name or service not known" code=0 mode=callback callback=CRM_Core_Error::handle prefix="" info=""]
)
I'm beginning to think my attempt to maintain different drupal module development sandboxes while sharing Drupal/CiviCRM contributed modules is biting me again. It's been troublesome in the past.
1. It unnerved me that when I tried to save "California C..." under Domain Information / Domain Name, it's gone when I look again?
2. The domain id in that record was 2, so I truncated civicrm_domain, then let it rebuild. I think I deleted the record before instead of truncating. Bad!
3. Domain Information / Domain Name now saves properly again, but...
But I still get the error.
My Apache points to a directory that is *mostly* soft links to the contributed image /var/www/drupal6/. Only the local sites/org is really local. In /var/www/drupal6/sites/all live the contributed modules, but /var/www/drupal6/sites/<site-name> point *back* to the local directory sites/org -- before that I was seeing problems with the contributed image finding files it needed.
Ah! I found .../www/public_html/sites/org/files/civicrm/upload/CiviCRM.log , which contains a traceback...
Aug 08 04:08:40 [info] $Fatal Error Details = Array
(
[callback] => Array
(
[0] => CRM_Core_Error
[1] => handle
)
[ code] => 0
[message] => php_network_getaddresses: getaddrinfo failed: Name or service not known
[mode] => 16
[debug_info] =>
[type] => PEAR_Error
[user_info] =>
[to_string] => [pear_error: message="php_network_getaddresses: getaddrinfo failed: Name or service not known" code=0 mode=callback callback=CRM_Core_Error::handle prefix="" info=""]
)
Aug 08 04:08:40 [info] $backTrace = /var/www/drupal6/sites/all/modules/civicrm/CRM/Core/Error.php, backtrace, 192
, handle,
/var/www/drupal6/sites/all/modules/civicrm/packages/PEAR.php, call_user_func, 912
/var/www/drupal6/sites/all/modules/civicrm/packages/PEAR.php, PEAR_Error, 576
/var/www/drupal6/sites/all/modules/civicrm/packages/Net/Socket.php, raiseError, 143
/var/www/drupal6/sites/all/modules/civicrm/packages/HTTP/Request.php, connect, 721
/var/www/drupal6/sites/all/modules/civicrm/CRM/Core/Payment/Google.php, sendRequest, 165
/var/www/drupal6/sites/all/modules/civicrm/CRM/Contribute/Payment/Google.php, doTransferCheckout, 87
/var/www/drupal6/sites/all/modules/civicrm/CRM/Contribute/BAO/Contribution/Utils.php, doTransferCheckout, 130
/var/www/drupal6/sites/all/modules/civicrm/CRM/Contribute/Form/Contribution/Confirm.php, processConfirm, 505
/var/www/drupal6/sites/all/modules/civicrm/CRM/Core/Form.php, postProcess, 247
/var/www/drupal6/sites/all/modules/civicrm/CRM/Core/StateMachine.php, mainProcess, 166
/var/www/drupal6/sites/all/modules/civicrm/CRM/Core/QuickForm/Action/Next.php, perform, 63
/var/www/drupal6/sites/all/modules/civicrm/packages/HTML/QuickForm/Controller.php, perform, 203
/var/www/drupal6/sites/all/modules/civicrm/packages/HTML/QuickForm/Page.php, handle, 103
/var/www/drupal6/sites/all/modules/civicrm/CRM/Core/Controller.php, handle, 245
/var/www/drupal6/sites/all/modules/civicrm/CRM/Core/Invoke.php, run, 205
/var/www/drupal6/sites/all/modules/civicrm/drupal/civicrm.module, invoke, 342
, civicrm_invoke,
/var/www/drupal6/includes/menu.inc, call_user_func_array, 348
/var/www/drupal6/index.php, menu_execute_active_handler, 18
Deepak, you've been great at spurring me to find the next clue.
- Bob