cancel
Showing results for 
Search instead for 
Did you mean: 

The linked products data is invalid

The linked products data is invalid

Hi,

I am using Magento 2.3.2 and when I try to relate a product i get the message:

"The linked products data is invalid. Verify the data and try again."

Any ideas on how to fix this?

Thank you.

5 REPLIES 5

Re: The linked products data is invalid

Re: The linked products data is invalid

Hi,

Thank you for your suggestion. Both of those tables are correcly populated so I'm not sure what it could be.

Re: The linked products data is invalid

This same thing is happening to us. Did you figure anything out?

Re: The linked products data is invalid

I eventually figured out the solution last week.

By comparing a clean Magento Database install to mine, I found a number of triggers that were in my database that were not in the fresh one. I think there were 6 or 8 of them, I basically had to delete all of these triggers to get the related products to save again. Three of these were:

 

trg_catalog_product_bundle_selection_after_insert
trg_catalog_product_bundle_selection_after_update
trg_catalog_product_bundle_selection_after_delete

 

Check your database for these & any other triggers and try removing these. I believe these are left over from the sample content but I am unsure.

Re: The linked products data is invalid

Which table @christopher_oliver ?