• 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://www.ads-software.com/plugins/redirection/

Viewing 1 replies (of 1 total)
  • 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.