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
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.

AttachmentSize
nodewords.module_dup_name.patch6.01 KB

#1

Robrecht Jacques - May 16, 2006 - 16:29
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

Robrecht Jacques - May 24, 2006 - 06:47
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.