Florian Kapfer

Forum Replies Created

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • in reply to: Update permalink missing | Downgrade 404 #1090182
    Florian Kapfer
    Participant

    Hi there

    can you estimate how long it will take to solve this problem?

    Best
    Florian

    Florian Kapfer
    Participant

    Hi again

    ups… okay 🙂 found the previous version inside my downloads on your page

    ;))

    Florian Kapfer
    Participant

    Hi there

    I’ve the exact same problem with missleading url – but – how to downgrade? Can you send me an downloadlink for the previous version 4.07?

    That would be nice
    thx
    flo

    in reply to: Frontend not showing any tickets #975513
    Florian Kapfer
    Participant

    After testing out the interaction of these both plugins it seems now, that the shop-system ist running… Hope so ;=

    in reply to: Frontend not showing any tickets #975506
    Florian Kapfer
    Participant

    I am no coder – so I don’t know what this massage in the wooticket.php is about: Okay – I need support to solve this problem.

    /**
    * Whether the current version is incompatible with the installed and active WooCommerce
    * @return bool
    */
    function is_incompatible_woocommerce_installed() {
    if ( ! class_exists( ‘Woocommerce’ ) )
    return true;

    if ( ! class_exists( ‘Tribe__Events__Tickets__Woo__Main’ ) )
    return true;

    global $woocommerce;
    if ( ! version_compare( $woocommerce->version, Tribe__Events__Tickets__Woo__Main::REQUIRED_WC_VERSION, ‘>=’ ) )
    return true;

    return false;
    }

    /**
    * Whether the current version is incompatible with the installed and active The Events Calendar
    * @return bool
    */
    function tribe_wootickets_is_incompatible_events_core_installed () {
    if ( ! class_exists( ‘Tribe__Events__Tickets__Tickets’ ) ) {
    return true;
    }

    if ( ! class_exists( ‘Tribe__Events__Tickets__Woo__Main’ ) ) {
    return true;
    }

    if ( ! version_compare( Tribe__Events__Main::VERSION, Tribe__Events__Tickets__Woo__Main::REQUIRED_TEC_VERSION, ‘>=’ ) ) {
    return true;
    }

    return false;
    }

Viewing 5 posts - 16 through 20 (of 20 total)