I just wanted to test the drupal akismet module on 6.2 and noticed that when an anonymous user submits a comment, he/she gets a blank white page even though the comment is really posted, not sure if this is a common behavior but I assume not because the anonymous user doesn't really know what to do now, which will result in him/her reposting the comment, which will result in multiple successful submissions.

Kindly let me know if I have something wrong in my settings for the akismet module

Comments

bonvga’s picture

When an anonymous user post a comment, I have this error :

Fatal error: Call to undefined function drupal_submit_form() in /var/www/drupal-6.2/sites/all/modules/akismet/akismet.module on line 707

I think it's the same problem.

mcurry’s picture

Same problem here, looking at server error logs, I get the same drupal_submit_form() error in the server error log.
I think this is a duplicate of http://drupal.org/node/240894

vegardjo’s picture

For the record: I'm also experiencing this. If I disable Akismet it works fine again.

drewish’s picture