Title: Bug &#8211; TABLE redirection_items do not exist (in multisite)
Last modified: August 31, 2016

---

# Bug – TABLE redirection_items do not exist (in multisite)

 *  [KestutisIT](https://wordpress.org/support/users/kestutisit/)
 * (@kestutisit)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/bug-table-redirection_items-do-not-exist-in-multisite/)
 * Hello,
 * I have WordPress Multisite Setup. On site 2 (/en) I went to /en/faq page, and
   WordPress Debug Bar says that in somewhere there is a non-existing call here.
   
   I have the latest WordPress (4.4.1) and latest version of your plugin. I did 
   disabled it and again – network reactivated – but it still gives me this error.
 * **Database Errors:**
 *     ```
       SELECT MY_MULTISITE_DB_PREFIX_2_redirection_items.*,MY_MULTISITE_DB_PREFIX_2_redirection_groups.position AS group_pos
       FROM MY_MULTISITE_DB_PREFIX_2_redirection_items
       INNER JOIN MY_MULTISITE_DB_PREFIX_2_redirection_groups ON MY_MULTISITE_DB_PREFIX_2_redirection_groups.id=MY_MULTISITE_DB_PREFIX_2_redirection_items.group_id AND MY_MULTISITE_DB_PREFIX_2_redirection_groups.status='enabled' AND MY_MULTISITE_DB_PREFIX_2_redirection_groups.module_id=1
       WHERE (MY_MULTISITE_DB_PREFIX_2_redirection_items.regex=1 OR MY_MULTISITE_DB_PREFIX_2_redirection_items.url='/en/faq/')
       ```
   
 * **Error:**
    `Table 'MY_MULTISITE_DB_PREFIX_2_redirection_items' doesn't exist`
 * [https://wordpress.org/plugins/redirection/](https://wordpress.org/plugins/redirection/)

Viewing 1 replies (of 1 total)

 *  [jexmex](https://wordpress.org/support/users/jexmex/)
 * (@jexmex)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/bug-table-redirection_items-do-not-exist-in-multisite/#post-6979937)
 * This is because for some reason the author thought it would be a good idea to
   not create the table until you visit the pages plugin settings page. Once you
   visit that page the table will be created.
 * This should be moved to the activation of the plugin.

Viewing 1 replies (of 1 total)

The topic ‘Bug – TABLE redirection_items do not exist (in multisite)’ is closed 
to new replies.

 * ![](https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639)
 * [Redirection](https://wordpress.org/plugins/redirection/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/redirection/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/redirection/)
 * [Active Topics](https://wordpress.org/support/plugin/redirection/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/redirection/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/redirection/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [jexmex](https://wordpress.org/support/users/jexmex/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/bug-table-redirection_items-do-not-exist-in-multisite/#post-6979937)
 * Status: not resolved