Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • weighing in for anyone finding this via Google.

    Uncaught exception ‘RuntimeException’ with message Error while making ‘tickets-plus.commerce.woo’: ‘tickets-plus.commerce.woo’ is not a bound alias or an existing class.

    You don’t need to mess with the plugin you just need to use the classes at the right time.

    ‘tickets-plus.commerce.woo’ gets registered via this class (Tribe__Tickets_Plus__Service_Provider) which gets called via the init WP action hook. Check the register method is running BEFORE any implementation of your own.

    This register will not run until the ‘init’ hook with a priority of 5. Any custom code needs to run after this.

    For context I have the following below to remove an action inside an ‘init’ callback.

    remove_action('woocommerce_order_action_resend_tickets_email', array(\Tribe__Tickets_Plus__Commerce__WooCommerce__Main::get_instance(), 'add_resend_tickets_action'));

    I came across this from updating from an older version. My timing was just a little off stopping it from working.

    Dean

    Plugin Author Deanobyte

    (@deanobyte)

    the plugin has been updated should take create of the problem

    Plugin Author Deanobyte

    (@deanobyte)

    Hi, the post ID in the URL is invalid post_id=81%20%20%20%20%20%20%20%20 WordPress can’t find the post.

Viewing 3 replies - 1 through 3 (of 3 total)