• Resolved owebsolutions

    (@owebsolutions)


    Hi – We’re getting the error: Cannot load tablepress. On a multisite setup after upgrading to 2.0.

    The TablePress icon only appears under Network Admin and not under any of the network sites, despite being shown as active in the plugins list.

    A new error stating: PHP Notice: ?Function wp_check_site_meta_support_prefilter was called <strong>incorrectly</strong>. The wp_blogmeta table is not installed. Please run the network database upgrade. Please see <a href=”https://www.ads-software.com/support/article/debugging-in-wordpress/”>Debugging in WordPress</a> for more information. (This message was added in version 5.1.0.)

    is now present in the logs. The network upgrade has been performed and the table exists although it is empty.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Can confirm this as well — Only shows in Network Admin, not in subsites, and cannot access the TablePress settings. Says “Cannot load TablePress”.

    Running latest version of WP, 6.1.1

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi @owebsolutions and @grex22,

    thanks your reports and sorry for the trouble.

    Right now, I don’t really have a clue as to what might be going on there. I’m running a multisite installation for tablepress.org as well and haven’t seen any problems there.

    Where exactly in the Network Admin does this error show? TablePress shouldn’t be loading any admin screens there…

    If possible, I’d like to take a direct look at this on your site. Could you therefore please get in touch via email (the address is in the main plugin file “tablepress.php”)? That way, I can investigate this directly. Thanks!

    Regards,
    Tobias

    Same problem here. I have a multisite installation, too. Only the Network Admin shows the Option “TablePress” and if I klick on it, I get the error “Cannot load TablePress”.

    I had a similar issue on my multisite. Network disable Tablepress on the multisite plugins page, then enable the plugin on individual sites.

    As for what I think of the update, well …

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi @stigburt and @orbitalbundle,

    I’m really sorry to hear that you are also affected by this! Unfortunately, this slipped through testing as I never had this problem on my own multisite installations. Now, I do have a feeling as to what might be going on here and am currently looking into a proper solution.

    In the meantime, there’s a workaround with a small file modification that should help already:
    In particular, please open /wp-content/plugins/tablepress.php (the main plugin file) and look for lines 56-59, which should be

    // Activate multisite network integration.
    if ( ! defined( 'WP_FS__PRODUCT_10340_MULTISITE' ) ) {
      define( 'WP_FS__PRODUCT_10340_MULTISITE', true );
    }

    Here, could you please comment out the line starting with define, by
    prepending it with two slashes, i.e. change that line to

    // define( 'WP_FS__PRODUCT_10340_MULTISITE', true );

    If you then test again, do you see any differences?

    @owebsolutions and @grex22, could you please also try this? Thanks!

    Regards,
    Tobias

    @tobiasbg confirming this worked for my install!! Woo hoo!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi @grex22,

    awesome! Thanks for the confirmation!

    Regards,
    Tobias

    @tobiasbg It’s working for my install, too! Thank you very much!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi @stigburt,

    great! Thanks for the feedback!

    I’ll release a new version that has this fix included then shortly!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘TablePress in WP-Admin inaccessible after 2.0 upgrade’ is closed to new replies.