I am creating a patch to check to see if $edit['name'] is set prior to trying to use it.

Comments

tsnelgrove’s picture

Title: The error “Undefined index: [..] in nodeforum_form_nodeforum()...” is occurring when $edit['name'] is not set. » The error “Undefined index: [..] in nodeforum_form_nodeforum()...” is occurring when any $edit array index is not available.
tsnelgrove’s picture

Also, including a check for $edit['description'], $edit['tid'], $edit['weight'] are set prior to trying to use them.

tsnelgrove’s picture

StatusFileSize
new1.92 KB
tsnelgrove’s picture

Status: Patch (to be ported) » Needs review