I get this on admin/store. I didn't initially. Not sure what caused it. Adding an image to the product type?
user warning: Table 'node_field_instance' doesn't exist query: SELECT field_name FROM node_field_instance WHERE field_name = 'field_image_cache' AND widget_type = 'image' AND type_name = 'product_kit' in uc_product_kit.module on line 613.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | user-warning-uc_product_kit.txt | 28.54 KB | Ole Martin |
| #2 | kit_image_status.patch | 1.37 KB | Island Usurper |
| #1 | uc_product_kit-cck-node-field-instance.module.patch | 1.2 KB | cha0s |
Comments
Comment #1
cha0s commentedThis should get you all fixed up. Patch follows.
Comment #2
Island Usurper commentedSince the product module is using the CCK API to check for fields and add them when it needs to, I'm going to do the same thing for product kits. Check out this patch so you can see what I mean.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
Ole Martin commentedHi.
I have a lot of this "user Warning". But will this solution fix it all.
user warning: Table 'museu_database.veveriet_content_node_field_instance' doesn't exist query: SELECT * FROM veveriet_content_node_field_instance nfi JOIN veveriet_content_node_field nf ON nfi.field_name = nf.field_name WHERE nfi.type_name = 'story' AND nf.active = 1 AND nfi.widget_active = 1 ORDER BY nfi.weight ASC, nfi.label ASC in /hsphere/local/home/museu/museumshandverkerne.no/sites/all/modules/cck/includes/content.crud.inc on line 459.
See attachments