This is not probably a file field problem but some how it is failing to record new files correctly
I am trying to get an interesting combination working: filefield, uploadify, insert and WYSIWYG ImageField.
While the file is showing in the correct spot in the file system (suggesting filefield has done some work), it is not recorded in either the files tables or the CCK table for the field.
Some more detail on what works or has worked.
Also, I have the jQuery Update installed for jQuery 1.3.2 and also jQuery UI 1.7
filefield works by it's self
filefield plus uploadify work
filefield plus uploadify plus insert plus WYSIWYG ImageField is where I run into a problem. Oddly I had only updated jQuery to the latest 1.2 version but that ran into problems with jQuery UI 1.7. With that setup WYSIWYG ImageField had some other problems but the file was correctly saved.
I am looking for a pointer to where the database tables should be updated so I can see if I can track the problem down. Any other suggestions would also be appreciated.
CORRECTION: File is being saved to files table, just not the CCK table for the field.
Thanks
Nevets
Comments
Comment #1
quicksketchMoving this to the WYSIWYG ImageField queue. I think the most likely situation is that the file isn't getting added to the $node object by that module. Files are saved to disk and a record inserted in the "files" database table immediately when the file is uploaded. It's not until the node is saved that content.module deals with writing all the information to the CCK database tables.