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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | spambot-notice_scanning_existing_accounts-2957564-4.patch | 2.07 KB | spokje |
Comments
Comment #2
spokjeComment #3
spokjeComment #4
spokjeComment #5
kala4ekComment #7
kala4ek