Notice: Array to string conversion in spambot_sfs_request() (line 332 of /var/www/vhosts/digifotopro.nl/production/digifotopro/public/sites/all/modules/spambot/spambot.module).

Turns out this rather innocent looking Notice is in fact a collision of the recently added caching and the check on the initial email-address of the account as well as the current one. It ends with the cache key for a checked email address being email:Array which is of course not unique and defies the purpose of caching in the first place.

The following patch is hoping to make those two play together.

Comments

Spokje created an issue. See original summary.

spokje’s picture

Issue summary: View changes
spokje’s picture

spokje’s picture

Assigned: spokje » Unassigned
Status: Active » Needs review
StatusFileSize
new2.07 KB
kala4ek’s picture

Assigned: Unassigned » kala4ek

  • kala4ek committed b296e8d on 7.x-1.x authored by Spokje
    Issue #2957564 by Spokje, kala4ek: Notice: Array to string conversion in...
kala4ek’s picture

Assigned: kala4ek » Unassigned
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.