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
during indexing, if any db error occurs and bcms cannot save new results to the search table, it will get stuck in a loop trying to save the same batch of post content rows. the fix is to check the return value of $wpdb->get_results() in bCMS_Search::reindex() (see https://github.com/misterbisson/bcms/blob/master/components/class-bcms-search.php#L227)
The text was updated successfully, but these errors were encountered:
during indexing, if any db error occurs and bcms cannot save new results to the search table, it will get stuck in a loop trying to save the same batch of post content rows. the fix is to check the return value of $wpdb->get_results() in bCMS_Search::reindex() (see https://github.com/misterbisson/bcms/blob/master/components/class-bcms-search.php#L227)
The text was updated successfully, but these errors were encountered: