Gerry
Gerry

Reputation: 133

Magento 1.9 not able to save upsell/related/cross sell products

When I save a new product or edit an existing product in Magento everything saves correctly except upsell/related/cross sell products. Product is being saved with no errors. If I hit edit again the upsell product I selected before wasn't saved.

Submission completes with no errors (magento, php, mysql logs) no data from upsell,related or crosssell tabs is being saved.

I have run the magento database checker (corrupt vs reference) and it returned no errors. Have also run magento permission checker, still no joy. Have also disabled extensions.

Any ideas where I might look next? Thanks.

Upvotes: 2

Views: 1391

Answers (2)

We solved it by updating max_input_vars value from 1000 to 5000 in PHP configuration.

Upvotes: 0

Gerry
Gerry

Reputation: 133

It turned out to be a conflict with the extension BL_CustomGrid. Once this was disabled everything worked fine.

Upvotes: 6

Related Questions