Some products disappeared from magento backend and frontend -


some of products in magento have disappeared backend and frontend. when try re-create these products error:

the value of attribute "sku" must unique

so products must still exist somewhere in db.

i tried following without luck:

  • truncate catalog_product_flat tables
  • reindex indexes
  • refresh caches
  • checked "status" attribute of product in mysql (it set 1)

any ideas how can these products in frontend/backend?

try checking following tables:

  • catalog_product_entity
  • catalog_product_entity_datetime
  • catalog_product_entity_decimal
  • catalog_product_entity_gallery
  • catalog_product_entity_group_price
  • catalog_product_entity_int
  • catalog_product_entity_media_gallery
  • catalog_product_entity_media_gallery_value
  • catalog_product_entity_text
  • catalog_product_entity_tier_price
  • catalog_product_entity_varchar

you can find sku in catalog_product_entity table.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -