• Resolved websupporter

    (@websupporter)


    When I activate the plugin on 4.5 with WooCommerce activated (without Woo its fine) I run into a problem. I can’t open the theme check and it does not appear in the menu.

    If I go to tools.php?page=tplc-status it says, I do not have the sufficient rights.

    I figured it out here:
    add_action( 'admin_menu', array( $this, 'status_menu' ), 60 );

    without the priority 60 it works just fine. Is there a reason for this priority?

    Thank you.

    https://www.ads-software.com/plugins/child-theme-check/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter websupporter

    (@websupporter)

    i guess it collided with

    add_action( 'admin_menu', array( $this, 'status_menu' ), 60 );

    in WooCommerce. Strange though, it works now, even when I start from the beginning.

    Anyway, resolved. Thanks for helping out on twitter ??

    Plugin Author Torsten Landsiedel

    (@zodiac1978)

    It shouldn’t be a problem/collision, because this is just the name of the function (which is inside the prefixed class).

    Can you reproduce the problem again? Maybe it was another plugin/configuration issue? Or is it completely gone? Would be interesting to know if there is a problem (especially with WooCommerce).

    Thanks for the report in any case!

    All the best,
    Torsten

    Thread Starter websupporter

    (@websupporter)

    Yes, this is what I’ve wondered too. It was just my closest guess.

    >Strange though, it works now, even when I start from the beginning.

    Well, I’ve tried to reproduce it but it, and it didn’t appear again. I will check it again and let you know.

    Plugin Author Torsten Landsiedel

    (@zodiac1978)

    Cool, thank you! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘no sufficient rights’ is closed to new replies.