Forum Replies Created
-
AuthorPosts
-
Florian Kapfer
ParticipantHi there
can you estimate how long it will take to solve this problem?
Best
FlorianMarch 16, 2016 at 1:18 pm in reply to: Plugin Crash / Line Breaks after Updating to Version 4.1 #1089953Florian Kapfer
ParticipantHi again
ups… okay 🙂 found the previous version inside my downloads on your page
;))
March 16, 2016 at 1:11 pm in reply to: Plugin Crash / Line Breaks after Updating to Version 4.1 #1089950Florian Kapfer
ParticipantHi 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
floFlorian Kapfer
ParticipantAfter testing out the interaction of these both plugins it seems now, that the shop-system ist running… Hope so ;=
Florian Kapfer
ParticipantI 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;
} -
AuthorPosts
