3 | | EDIT: I can confirm that vprat's latest patch fixes the issue on my development and test server. |
| 3 | EDIT 1: I can confirm that vprat's latest patch fixes the issue on my development and test server. |
| 4 | |
| 5 | EDIT 2: The patch doesn't seem to break anything but cases WP to show errors on the admin side, example below. |
| 6 | |
| 7 | {{{ |
| 8 | WordPress database error: [Unknown column 'mt1.meta_key' in 'where clause'] |
| 9 | SELECT wp_posts.ID FROM wp_posts LEFT JOIN wp_postmeta AS mt0 ON (wp_posts.ID = mt0.post_id AND mt0.meta_key = '_searchwp_last_index') WHERE 1=1 AND wp_posts.post_type IN ('post', 'page', 'attachment', 'person', 'product', 'service_provider', 'q_and_a') AND ((wp_posts.post_status = 'publish' OR wp_posts.post_status = 'inherit')) AND ( mt0.post_id IS NULL AND mt1.meta_key = '_searchwp_skip' ) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC |
| 10 | }}} |