Error Message WP
Navvia
Posted on
Nov 19 2014
Some of our customers are getting the error message attached when the visit our website.
Callum
Posted on
Nov 19 2014
This message appears when Raygun4PHP is attempting to send an error (so only those of your customers that encounter an error will see it), and the streamsocketclient call cannot be created. Is your server running on a Window or Linux box? If it is Linux and you have cURL installed and enabled in php.ini change line 115 in wp-content/plugins/raygun4wp/main.php to be:
$client = new Raygun4php\RaygunClient(get_option('rg4wp_apikey'), true);
Navvia
Posted on
Nov 19 2014
Thanks, I've applied the change. Hope nobody reports any error!