When I edit an audio node and then save it, all the information in the "iTunes specific information" section is deleted. Watchdog reports an error:
Unknown column 'nid' in 'field list' query: INSERT INTO itunes_item (vid, nid, summary, subtitle, explicit, block) VALUES (4347, 4343, '\r\n', 'March 24- March 30, 2009', 0, 0) in /.../includes/common.inc on line 3477.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | itunes_794494.patch | 1.02 KB | drewish |
Comments
Comment #1
drewish commentedah yeah that could be problematic. do you remember which version you installed first? did you have audio_itunes installed at one point?
Comment #2
yan commentedNot sure about the first version I used. And yes, I think audio_itunes was installed before.
Comment #3
drewish commentedOkay you'll need to run the following code:
it'll create the column if it doesn't exist.
I'm committing the attached patch that creates the field if it doesn't exist for other folks like you.