Cory, you are the man. Thank you, thank you, thank you.
Same issue here. Tried installing version 2.3.16 that was released today (5/25/15) but issue persists. Getting error on each page of front-end site when Redirection is activated stating the table wp_redirection_items doesn’t exist. WordPress and all other plugins up to date. This is a new Redirection install.
Additional error information:
WordPress database error: [Table ‘user_wp946.wp_redirection_items’ doesn’t exist]
SELECT wp_redirection_items.*,wp_redirection_groups.tracking,wp_redirection_groups.position AS group_pos,wp_redirection_modules.id AS module_id FROM wp_redirection_items INNER JOIN wp_redirection_groups ON wp_redirection_groups.id=wp_redirection_items.group_id AND wp_redirection_groups.status=’enabled’ INNER JOIN wp_redirection_modules ON wp_redirection_modules.id=wp_redirection_groups.module_id AND wp_redirection_modules.type=’wp’ WHERE( wp_redirection_items.regex=1 OR wp_redirection_items.url=’/’)