Download & Extend

Critical error when trying to add attachments to upload.module

Project:Nodewords: D6 Meta Tags
Version:master
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

According to my patch for 4.7 at http://drupal.org/node/39425, you will be unable to attach files to the node that has description setting in nodewords.module. The cause of this problem is the field name "description" so I make a patch to add prefix "nodewords_" to all fields. See http://www.howforge.com/ to see its look and feel.

AttachmentSizeStatusTest resultOperations
nodewords.module_dup_name.patch6.01 KBIgnored: Check issue status.NoneNone

Comments

#1

Status:needs review» fixed

This is not a problem in cvs. File uploading works.

The reason why i don't need to do this ugly prefixing is because in my $form I've put a $form['nodewords']['#tree'] = TRUE.

So fixed. Reopen it if you think I'm incorrect.

#2

Status:fixed» closed (fixed)
nobody click here