I just recently installed/enabled both the Akismet plugin w/ API key and the WP-ContactForm-Akismet Edition plugin.
I get an error when ever I try to submit any of the contact forms. The error is as follows:
Fatal error:
Call to undefined function: akismet_http_post()in /home/6507/domains/domainname.com/blogname/wp-content/plugins/wp-contactform-akismet/wp-contactform.php on line 96
I'm not very familiar with PHP but I opened wp-contactform.php in an editor and looked on line 96 to see if there was something obvious that I could fix.
Here is line 96 of the wp-contactform.php file:
$response = akismet_http_post($query_string, $akismet_api_host, '/1.1/comment-check', $akismet_api_port);
Does anyone have any ideas on this?
Thank you