Problem

- Disconnect you from internet
- In Antispam configuration, set a key for Akismet provider
- Valid the form.
- The following error occurs:

Call to undefined function antispam_get_privider_name() in /my/working/path/sites/all/modules/contrib/antispam/antispam.module on line 2176, referer: http://mywebsite.local/admin/config/antispam

Proposed resolution

Replace all call to the function antispam_get_privider_name() by the real function antispam_get_provider_name(). Many occurrences.

CommentFileSizeAuthor
#1 antispam_module.patch5.87 KBNStorm
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

NStorm’s picture

Priority: Normal » Critical
FileSize
5.87 KB

I could confirm this issue. Lame typo which is repeated everywhere, for every provider.

NStorm’s picture

Status: Active » Needs review
kmonty’s picture

Status: Needs review » Closed (duplicate)

This was already fixed in #1361410: Typo 'privider' in git version. Try downloading the -dev release?