-
- Ballu

-
Total Posts: 4
Joined: 2010-11-22
|
Hi Mike,
I found out solution
i have missing entries in data base these table
\’catalog_product_entity_media_gallery\’
\’catalog_product_entity_media_gallery_value \’
And for solution i have run these sql query in phpmyadmin :
nsert into catalog_product_entity_media_gallery(`attribute_id`,`entity_id`,`value`)
select 80,entity_id,small_image from catalog_product_flat_1
insert into `catalog_product_entity_media_gallery_value`(`value_id`,`store_id`,`label`,`position`,`disabled`)
select value_id, 0, \’\’,1,0 from catalog_product_entity_media_gallery
Hope this is useful for some one:-)
Ballu Malav
|