Sporadically I am getting notices like this:
Notice: Undefined index: #post in spamicide_validate() (line 425 of /XXXX/drupal/sites/all/modules/spamicide/spamicide.module).

Comments

hutch’s picture

Try replacing line 425 in spamicide.module

drupal_goto($form_state['values']['#post']['destination']);

with

drupal_goto($form_state['values']['destination']);

If the redirect works and the Notice goes away then report that here and perhaps the maintainer will fix it.

lipcpro’s picture

Assigned: Unassigned » lipcpro
Status: Active » Needs review
lipcpro’s picture

I've changed this in the dev version currently available, please review and either change the status to "reviewed & tested by the community" or comment and I'll promote it to stable/production

lipcpro’s picture

Whoops, I thought i had done this but hadn't yet, was going thru the issue queue and didn't notice this was a 6 issue not 7, please review and either comment or change status

lipcpro’s picture

Issue summary: View changes
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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