Forum Replies Created
-
AuthorPosts
-
Robert Staddon
ParticipantHere’s the url for all the events.
http://witministries.com/wit-events/I’ve attached images of two different events so you can see what the problem looks like. Strange thing though after looking through all of the events again two or three events had the info on only the first ticket and all the rest where still blank. While all the other tickets still did not have any info.
Robert Staddon
ParticipantThanks for your help Andras. We’re on Managed WordPress Hosting: https://mediatemple.net/webhosting/wordpress/
Robert Staddon
ParticipantHello Andras,
I was just wondering if you had any updates on the progress of this issue. Do you have an Idea of when it will be fixed? If you feel like it’ll be a longer period of time I will have to rollback to my old events manager system. Until the issue is fixed.Robert Staddon
ParticipantThe extra info is not showing up for any of the events. The site is hosted by Media Temple. Thank you for you help.
September 16, 2016 at 1:59 pm in reply to: No Attendee Information in Ticket Emails after upgrade to 4.2.7 #1165356Robert Staddon
ParticipantI narrowed down the problem to Event Tickets Plus (not Event Tickets) and only with the latest version (not 4.2.6). So the breaking change happened between Events Ticket Plus 4.2.6 and 4.2.7.
Robert Staddon
ParticipantThis happens for me with the current version of The Events Calendar (4.1.4) and Sensei (1.9.6) when the Events List widget appears on any Page other than the home page. I filed my own support request here: https://theeventscalendar.com/support/forums/topic/the-events-calendar-4-1-4-events-list-widget-broken-on-non-home-pages-by-sensei/
May 24, 2016 at 5:43 pm in reply to: 404s in event calendar events when Woothemes Sensei plugin is enabled. #1118494Robert Staddon
ParticipantThe latest version gets really close to a fix between The Events Calendar and Sensei.
Unfortunately, the Events List widget is still broken on Pages other than the home page: https://theeventscalendar.com/support/forums/topic/the-events-calendar-4-1-4-events-list-widget-broken-on-non-home-pages-by-sensei/
Robert Staddon
ParticipantI have the exact same error in my error logs.
It happens on any site that has both “The Events Calendar” and WooThemes “Sensei” plugin activated (https://www.woothemes.com/products/sensei/)
mod_fcgid: stderr: WordPress database error Unknown column ‘wp_postmeta.meta_value’ in ‘field list’ for query SELECT SQL_CALC_FOUND_ROWS DISTINCT wp_posts.*, MIN(wp_postmeta.meta_value) as EventStartDate, MIN(tribe_event_end_date.meta_value) as EventEndDate FROM wp_posts LEFT JOIN wp_postmeta as tribe_event_end_date ON ( wp_posts.ID = tribe_event_end_date.post_id AND tribe_event_end_date.meta_key = ‘_EventEndDate’ ) WHERE 1=1 AND wp_posts.post_type = ‘tribe_events’ AND (wp_posts.post_status = ‘publish’ OR wp_posts.post_status = ‘closed’ OR wp_posts.post_status = ‘complete’ OR wp_posts.post_status = ‘paid’ OR wp_posts.post_status = ‘confirmed’ OR wp_posts.post_status = ‘unpaid’ OR wp_posts.post_status = ‘pending-confirmation’ OR wp_posts.post_status = ‘cancelled’ OR wp_posts.post_status = ‘private’ OR wp_posts.post_status = ‘hidden’) ORDER BY EventStartDate ASC, wp_posts.post_date ASC LIMIT 0, 2 made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/resort/template-fullwidth.php’), get_footer, locate_template, load_template, require_once(‘/themes/lenspiration/footer.php’), woo_sidebar, dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, Tribe__Events__List_Widget->widget, Tribe__Events__List_Widget->widget_output, tribe_get_events, Tribe__Events__Query::getEvents, WP_Query->__construct, WP_Query->query, WP_Query->get_posts
May 20, 2016 at 1:07 pm in reply to: Overriding tickets.php in a child theme breaks ticket fields #1117189Robert Staddon
ParticipantThe latest release has effectively solved this problem. Thanks!
April 11, 2016 at 5:39 am in reply to: WooCommerce sends blank Tickets email for non-Ticket orders #1100716Robert Staddon
Participant@springstoff, there was a typo in the version of the code that I pasted into the support thread. I’m sorry about that. The get_post_meta requires the $order_id as the first parameter, not a non-existent $order variable.
Here’s the correct code:
public function on_complete_order( $order_id ) { $this->generate_tickets( $order_id, 'completed', 'completed' ); $has_tickets = get_post_meta( $order_id, $this->order_has_tickets, true ); if ( $has_tickets ) { $this->complete_order( $order_id ); } }If the code from @Geoff B. works, I would recommend taking that approach until they get this fixed instead of modifying the core Main.php file. This way an update wouldn’t revert your changes.
Robert Staddon
ParticipantBy the way, in my earlier reply the ñ was automatically translated to HTML. I did have to use the HTML entity “ñ” to get the accent on the n.
Robert Staddon
ParticipantThis worked!
For Spanish I used “Añadir al carrito”
Thanks!
December 22, 2014 at 11:10 am in reply to: Messed up tribe-wootickets-es_ES.po in latest WooTickets distribution #923862Robert Staddon
ParticipantThanks for the quick response. Unfortunately, it appears as if the Spanish language file has been corrupt for a while. I downloaded all the way back to 3.5 (as old as I could get from My Account) and the tribe-wootickets-es_ES.po file is still an HTML document instead of a PO file.
May 17, 2014 at 9:46 pm in reply to: "Events" Admin Bar Menus Appear for Subscriber User Role #164936Robert Staddon
ParticipantThanks, Casey. That was helpful!
I would be curious to know if this was intentional by the devs. I would guess it’s an oversite. I have dozens of plugins installed adding quite a few items to the sidebar admin menu (e.g. bbPress, WooCommerce, W3 Total Cache, BackWPup Pro, Gravity Forms, etc.) and this was the *only one* that provided an empty menu item to folks in the Subscriber role. All the other menu items quietly disappeared for Subscribers.
Thanks again!
-
AuthorPosts
