rbinteractive

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: All YouTube & Vimeo Links Broken #1130289
    rbinteractive
    Participant

    I had the exact same issue. To fix it (temporarily) you can go to line 1778 of the file /wp-content/plugins/events-calendar-pro/src/Tribe/Main.php

    return tribe_get_upcoming_recurring_event_id_from_url( $url );

    Removing that line will restore your oEmbed links (youtube, vimeo, etc).

    in reply to: Events Calendar wp_oembed_get() problems #1130064
    rbinteractive
    Participant

    The specific place where the problem is occurring is on line 1778 of /events-calendar-pro/src/Tribe/Main.php

    return tribe_get_upcoming_recurring_event_id_from_url( $url );

    Removing that line allows wp_oembed_get() to work appropriately.

    rbinteractive
    Participant

    I’m seeing the exact same behavior on an event on my website. Unfortunately, my site is production not testing. Any chance we can get some support on this?

    in reply to: Out of memory message #941785
    rbinteractive
    Participant

    I just updated to the latest version of woocommerce and I am getting the exact same error. It appears that something is causing the cart size to spiral out of control. Specifically, the error is coming from /plugins/woocommerce/includes/class-wc-cart.php on around line 1056:

    if ( sizeof( $this->get_cart() ) == 0 ) {

    However, I am convinced that it is not a woocommerce error, because any other product type except for a ticket works just fine when I click on Add to Cart.

Viewing 4 posts - 1 through 4 (of 4 total)