In submit/add event when i click on add ticket, the page refreshes. I have deactivated all the plugins and tested 2016 theme.
And funny is if i switch on define(‘SCRIPT_DEBUG’, true); in the wp-config file, Add new ticket form opens instead of refreshing the page.
But the query monitor gives this error : get_class() expects parameter 1 to be object, boolean given
wp-content/plugins/event-tickets/src/Tribe/Tickets_Handler.php:856
On local machine i get this errors. and new tickets opens add new RSVP
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_DISPLAY’, true );
i get these two errors
Notice: Tribe__Tickets__Tickets_Handler::do_meta_box is deprecated since version TBD! Use tribe( ‘tickets.metabox’ )->render( $post ) instead. in C:\xampp\apps\wordpress\htdocs\wp-includes\functions.php on line 3837
Warning: get_class() expects parameter 1 to be object, boolean given in C:\xampp\apps\wordpress\htdocs\wp-content\plugins\event-tickets\src\Tribe\Tickets_Handler.php on line 856