From ef9ecff81557192ca5b46dd1101c937b046c30fe Mon Sep 17 00:00:00 2001 From: Geert De Deckere Date: Tue, 12 Jun 2012 09:34:06 +0200 Subject: [PATCH] More specific reporting for fsockopen/cURL status --- admin/woocommerce-admin-status.php | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/admin/woocommerce-admin-status.php b/admin/woocommerce-admin-status.php index b41d21008a0..038c3567f7a 100644 --- a/admin/woocommerce-admin-status.php +++ b/admin/woocommerce-admin-status.php @@ -325,13 +325,19 @@ function woocommerce_status() { '; + $posting['fsockopen_curl']['note'] = __('Your server does not have fsockopen or cURL enabled - PayPal IPN and other scripts which communicate with other servers will not work. Contact your hosting provider.', 'woocommerce'). ''; $posting['fsockopen_curl']['success'] = false; }