Skip to content

Commit 0f0ffa8

Browse files
committed
Add actionable suggestion to activation error, refs #11 (thanks @renepickhardt!)
1 parent 1fee6cb commit 0f0ffa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

woocommerce-gateway-lightning.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
register_activation_hook( __FILE__, function(){
1818
if (!extension_loaded('gd') || !extension_loaded('curl')) {
19-
die('The php-curl and php-gd extensions are required.');
19+
die('The php-curl and php-gd extensions are required. Please contact your hosting provider for additional help.');
2020
}
2121
});
2222

0 commit comments

Comments
 (0)