Forum Replies Created
-
AuthorPosts
-
eastportphotography
ParticipantTook care of it. Really wish there was phone support…
February 3, 2014 at 7:10 am in reply to: WooTickets update broke site – blank white screen on front and admin #99947eastportphotography
ParticipantI had the same problem. See my thread here for the fix: https://theeventscalendar.com/support/forums/topic/update-to-3-4-crashes-my-site/
I had to contact my host to get my site reverted to a previous backup so I could access my admin panel. From now on I am going to always update plugins on my staging site first to check for problems.
eastportphotography
ParticipantWhat I did was remove those lines of code from the functions.php file. Then I updated the plugins (Events Calender and WooCommerce Tickets). Once they were updated I added the lines of custom code back to the function.php file. Everything worked fine after that.
eastportphotography
ParticipantThis reply is private.
eastportphotography
ParticipantHere is the code in the functions.php file:
add_theme_support( ‘woocommerce’ );
remove_action(‘tribe_events_single_event_after_the_meta’, array(TribeWooTickets::get_instance(), ‘front_end_tickets_form’));
add_action(‘tribe_events_single_event_before_the_content’, array(TribeWooTickets::get_instance(), ‘front_end_tickets_form’)); -
AuthorPosts
