Hello.
I try to use this module, but in 7.x-1.5 I can´t send comments and I have this warning. I update to 7.x-1.x-dev in order to use (I need it) and now can send comments (solved), but still the same warnings....

I´m using Defensio.

Warning: array_merge(): Argument #1 is not an array in antispam_node_view() (line 945 of /my/website/sites/all/modules/antispam/antispam.module).

Any help will be appreciated!

Comments

wxman’s picture

I'm finding the same problem. It's in the function antispam_node_view. I tried shutting off the links options, but that didn't help. I ended up commenting out the line in antispam.module:

$node->content['links']['node']['#links'] = 
    array_merge($node->content['links']['node']['#links'], $links);

That at least got rid of the error.

andyhat’s picture

Issue summary: View changes

I'm getting the same issue using the dev version of the antispam module.

cfinke’s picture

Status: Active » Closed (cannot reproduce)

Since Defensio has shut down, I am going to close this ticket. If you are still getting the same issue while using Akismet, we can reopen it.