It wasn't the direct answer to my problem, but it helped me realize that there are some good tools for troubleshooting (Devel module, specifically).
It looks like my problem is related to the fact that I'm running in a chroot environment ("0 php_network_getaddresses: getaddrinfo failed: Name or service not known" when Drupal calls "@fsockopen()")... I just tried a test in my non-chrooted environment and it worked, but it didn't work in my chrooted environment -- I'm surely missing a supporting library or something.
Thanks for this!
It wasn't the direct answer to my problem, but it helped me realize that there are some good tools for troubleshooting (Devel module, specifically).
It looks like my problem is related to the fact that I'm running in a chroot environment ("0 php_network_getaddresses: getaddrinfo failed: Name or service not known" when Drupal calls "@fsockopen()")... I just tried a test in my non-chrooted environment and it worked, but it didn't work in my chrooted environment -- I'm surely missing a supporting library or something.
Thanks,
Jason