Critical error when trying to add attachments to upload.module
sugree - February 3, 2006 - 18:15
| Project: | Meta tags |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.
| Attachment | Size |
|---|---|
| nodewords.module_dup_name.patch | 6.01 KB |

#1
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