I am trying to get images working. I have these modules installed:
ImageAPI 6.x-1.5
ImageCache 6.x-2.0-beta8
ImageField 6.x-3.0-beta2
Thickbox 6.x-1.2
And the latest version of Ubercart installed 6.x-2.0-beta5
When I go to admin/store
I get this Image Status message:
Click here to automatically configure the following items for core image support:
* The Image file field has not been created for products.
(This action is not required and should not be taken if you do not need images or have implemented your own image support.)
I Click and get these errors:
* user warning: Duplicate entry 'field_image_cache' for key 1 query: INSERT INTO drup_content_node_field (field_name, type, global_settings, required, multiple, db_storage, module, db_columns, active, locked) VALUES ('field_image_cache', 'image', 'a:3:{s:10:\"list_field\";s:0:\"\";s:12:\"list_default\";s:1:\"0\";s:17:\"description_field\";s:0:\"\";}', 0, 1, 0, 'filefield', 'a:3:{s:3:\"fid\";a:2:{s:4:\"type\";s:3:\"int\";s:8:\"not null\";b:0;}s:4:\"list\";a:3:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"tiny\";s:8:\"not null\";b:0;}s:4:\"data\";a:2:{s:4:\"type\";s:4:\"text\";s:9:\"serialize\";b:1;}}', 0, 0) in /home/noideare/public_html/noidea/includes/common.inc on line 3422.
* user warning: Duplicate entry 'field_image_cache-product' for key 1 query: INSERT INTO drup_content_node_field_instance (field_name, type_name, weight, label, widget_type, widget_settings, display_settings, description, widget_module, widget_active) VALUES ('field_image_cache', 'product', -2, 'Image', 'imagefield_widget', 'a:11:{s:15:\"file_extensions\";s:20:\"gif jpg jpeg png bmp\";s:9:\"file_path\";N;s:21:\"max_filesize_per_file\";N;s:21:\"max_filesize_per_node\";N;s:12:\"file_widgets\";N;s:14:\"max_resolution\";N;s:14:\"min_resolution\";N;s:3:\"alt\";N;s:10:\"custom_alt\";s:1:\"1\";s:5:\"title\";N;s:12:\"custom_title\";s:1:\"1\";}', 'a:4:{s:5:\"label\";a:1:{s:6:\"format\";s:6:\"hidden\";}s:6:\"teaser\";a:1:{s:6:\"format\";s:6:\"hidden\";}s:4:\"full\";a:1:{s:6:\"format\";s:6:\"hidden\";}i:4;a:1:{s:6:\"format\";s:6:\"hidden\";}}', '', 'imagefield', 1) in /home/noideare/public_html/noidea/includes/common.inc on line 3422.
* Created field Image.
* Default image support configured for Ubercart products using CCK and ImageCache.
With the same Image Status message at the bottom.
When I go to create a product there is no image option.
I've read everything I could find in the Ubercart documentation and can't find a solution. Any help would be appreciated!

