in phpmyadmin go to a table, in my case “catalog_category_entity_varchar” in the midle of the right frame, i click the button “relation view”.
i attached a screenshot with my rerlations
Hmm, interesting. I checked in my database using the same table and none of the relationships existed… I am looking at a 1.1.8 database so I’m not sure if that makes a difference.
last time I had similar issues, I removed some CONSTRAINT in the database. I did backup my database (the site was not live). Did remove the constraint that I thought was redundant with the code: I mean the code was looking after the integrity of the data already and therefore the constraint was obsolete.
I tested my site to make sure I did not break anything at the other end of the site. It did appear to make the trick.
i was able to fix some of the errors, but not all. the relationship view tip was very helpful, i did not know that was there. i had many relationships that were not there that should be.
However, i just found out today that Magento is releasing a “Database repair tool” that is supposed to address this and other problems. So I am waiting for that to come out, Michael of varian said it will be coming in a few days. Looking forward to that. Thanks again for all your help!
i was able to fix some of the errors, but not all. the relationship view tip was very helpful, i did not know that was there. i had many relationships that were not there that should be.
However, i just found out today that Magento is releasing a “Database repair tool” that is supposed to address this and other problems. So I am waiting for that to come out, Michael of varian said it will be coming in a few days. Looking forward to that. Thanks again for all your help!
Hi, Could you please provide some more info about this tool? I’m having the same issue.
It seems this error is from an incorrect deleted product..., because in the table weee_discount are only lines till an incomplete (because deleted) existing product.
I restored my old database/website and search through all tableds with a “product_id” raw with following query (the catalog_category_product_index must be 2 times adjusted for each query). I deleted the reported lines.
After this the Update was successful.
SELECT * FROM catalog_category_product_index LEFT JOIN catalog_product_entity ON catalog_category_product_index.product_id = catalog_product_entity.entity_id WHERE catalog_product_entity.entity_id IS NULL
Thanks this helped me fixed the wee_discount constraint error!
I am also receiving this error,
It started happening exactly after i regenerated the Google Sitemap.
Unfortunately when i try doing the search index rebuild i am getting this:
Search Index rebuild error. Please try again later
Now i always got this feeling that magneto can not handle the amount of products we have on our site (around 5000)
It seems like the server always times out or just stops working.
Even when i use Turbo1 Google Base module, which by the way i wanted to thank him for sharing it with us.
all i get is like 1500 products out of the 5000
I am not a programmer, i think we lunched our magento site with so many trails and errors.
I would love your opinions and maybe guidelines on how to handle a loaded mageneto store and how to solve this problem because we have like 5000 more products to upload.
After the upgrade i am having some serious problems. I tried doing the rebuild and i just got an error that i wasn’t able to fix.
It seems like somehow my database is locked or erased, i am not really sure.
All i can see is my database name and number of tables “Bizbooz (227)” but when you click on the database with PHPMyAdmin all i get is there are no tables found in database.
I really need help with this situation, my website is down for already 5 days and like an idiot i don’t have any recent backup
I am attaching two images that i hope will help clear the situation,
The fist is a different magento database i have on the server, and i want to show that this is a focused problem only for bizbooz.com and not to any other sites on my server
The second one shows how i see the database with the problem.
I would like to mention that i got the same problem as a user and as root
Please if anyone even have an idea that might direct me to the right solution let me know.