We did have a big problem with magento product description update/save for a while now. Was looking around for some solution with no success. Today i noticed that the problem was in the table “catalog_product_entity_text”. I did try to delete some rows that looked wierd with no luck there, and i have tried to remove all rows in that table with no success there.
I came up with a solution to solve the description issue, but i comes with another problem.
I truncated the whole “catalog_product_entity_text” table and woops it works to update/create the description for all my products again. But the new issue is that i have about 2000 products with description on almost all, and when i truncate the table all is gone. Does anyone have a great solution for this? I dont want to create all 2000 descriptions by hand.