• Resolved nobleclem

    (@nobleclem)


    Looks like there are some usage problems with WP_Sites implementation. Once your transients “multisite_blog_list” and “blogs_plugins” are rebuilt the “Active In” column no longer shows the sites plugins are active in. Following the breadcrumbs in inc/autoload/class-core.php the get_sites call uses ‘offset’ => $num where I think it should be ‘number’ => $num. Once I updated the get_sites() call then a bunch of errors started showing up in inc/autoload/class-add-plugin-list.php just after the line Multisite_Core::get_blog_list in the function get_blogs_plugins().

    At this point I stopped and reverted to 1.3.5 cleared the transients above and all was well.

Viewing 5 replies - 1 through 5 (of 5 total)
  • I also had this plugin fail to work upon updating on 3 multisites. Had to reinstalled the previous version.

    I am having the same issue. I installed 1.3.6 and I am not being shown which blogs the themes or plugins are active in. Only shows what is networked activated only. Found version 1.3.5 on GitHub and installed that. Works great. 1.3.6 broke something.

    • This reply was modified 8 years, 1 month ago by tamburra.
    Plugin Author Frank Bueltge

    (@bueltge)

    Thanks a lot for the hint and yes, you have right.
    I have fixed this problem, currently not published. But maybe you can test it and give me feedback?

    Download is here: https://github.com/bueltge/wordpress-multisite-enhancements/archive/master.zip

    Sorry for waiting, I was offline for two weeks.
    Best.

    Thread Starter nobleclem

    (@nobleclem)

    No worries. I was able to download and test and 1.3.7-RC1 seems to be working as expected.

    Thank you!

    Plugin Author Frank Bueltge

    (@bueltge)

    Thanks a lot for your time and testing. I have also two other testers and it works also fine so that I release today.
    Best.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘1.3.6 WP_Sites usage problems’ is closed to new replies.