• LewisCowles

    (@lewiscowles)


    I’m currently setting up a client that is using multisite. Plugin installation worked just fine when there was one site, but creating new network sites, I noticed our logs bombarded with log entries stating that wp_2_redirection_items table does not exist. I’ve tried deactivating and re-activating the plugin. I’ll dig into source code, but I’d need to know where to submit a patch and if you are open to this being used with Multi-site.

    • Using a single table for all sites switching all $wpdb->prefix to use $wpdb->base_prefix instead
       
      or
       
    • Using a per-site table looping over all sites in multisite adding hook for on activation of network site as well

    https://wordpress.org/plugins/redirection/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Multisite all sites past root show plugin, but…’ is closed to new replies.