You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (strpos($e->getMessage(), 'Column not found') !== false) {
579
579
$errorExplanation = 'The following "Column not found" error typically results from a product attribute missing from the flat product table. Please ensure that the attribute referenced in the error is set to Use In Product Listing = Yes, which should cause a reindex to add it to the product flat table that is being queried: ' . $e->getMessage();
580
580
thrownewException($errorExplanation, 0, $e);
@@ -637,7 +637,7 @@ private function populateIndexStoreData($productIds, $store)
0 commit comments