Robert Staddon

Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: Custom information not being saved #1243863
    Robert Staddon
    Participant

    Here’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.

    in reply to: Custom information not being saved #1237083
    Robert Staddon
    Participant

    Thanks for your help Andras. We’re on Managed WordPress Hosting: https://mediatemple.net/webhosting/wordpress/

    in reply to: Custom information not being saved #1234794
    Robert Staddon
    Participant

    Hello 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.

    in reply to: Custom information not being saved #1229404
    Robert Staddon
    Participant

    The extra info is not showing up for any of the events. The site is hosted by Media Temple. Thank you for you help.

    Robert Staddon
    Participant

    I 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.

    in reply to: WP Error #1118496
    Robert Staddon
    Participant

    This 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/

    Robert Staddon
    Participant

    The 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/

    in reply to: WP Error #1118487
    Robert Staddon
    Participant

    I 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

    Robert Staddon
    Participant

    The latest release has effectively solved this problem. Thanks!

    Robert 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.

    in reply to: "Add to Cart" in WooTickets not being translated #924689
    Robert Staddon
    Participant

    By the way, in my earlier reply the &ntilde was automatically translated to HTML. I did have to use the HTML entity “&ntilde” to get the accent on the n.

    in reply to: "Add to Cart" in WooTickets not being translated #924688
    Robert Staddon
    Participant

    This worked!

    For Spanish I used “Añadir al carrito”

    Thanks!

    Robert Staddon
    Participant

    Thanks 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.

    Robert Staddon
    Participant

    Thanks, 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!

Viewing 14 posts - 1 through 14 (of 14 total)