Yulia

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Fatal Error on Vagrant #1221845
    Yulia
    Participant

    That was my fault. I had been turning plugins off to test to see if they were the source of the problem or not.

    I haven’t noticed the issue on the staging site or on a separate local install using docker (all with the same plugins and theme running).

    I’ll run through the trouble shooting again and try moving to a new vagrant.

    in reply to: Fatal Error on Vagrant #1220087
    Yulia
    Participant

    Getting a new error:
    [18-Jan-2017 06:24:00 UTC] PHP Fatal error: Call to undefined method Tribe__Settings_Manager::get_parent_slug() in /srv/www/gentleheartyoga/htdocs/wp-content/plugins/event-tickets-plus/src/Tribe/Meta/Fieldset.php on line 24

    in reply to: Fatal Error on Vagrant #1220000
    Yulia
    Participant

    This reply is private.

    in reply to: Fatal Error on Vagrant #1219971
    Yulia
    Participant

    This reply is private.

    in reply to: Fatal Error For Tribe Events #1166014
    Yulia
    Participant

    Ok i’ll give that a shot for now and do a little testing on my side, but obviously not a long term solution.

    The issue does seem to resolve (without moving the core functionality plugin) when deactivating woocomerce. For example if I deactivate the core functionality plugin and reactivate woocomerce with both the event ticket and event tickets plus active the issue is still present. We get a new error:

    
    [19-Sep-2016 19:29:55 UTC] WordPress database error Duplicate key name 'location_type_code' for query ALTER TABLE wp_woocommerce_tax_rate_locations ADD KEY <code>location_type_code</code> (<code>location_type</code>(40),<code>location_code</code>(90)) made by activate_plugin, do_action('activate_woocommerce/woocommerce.php'), call_user_func_array, WC_Install::install, WC_Install::create_tables, dbDelta, QM_DB->query
    [19-Sep-2016 19:29:55 UTC] WordPress database error Duplicate key name 'location_type_code' for query ALTER TABLE wp_woocommerce_shipping_zone_locations ADD KEY <code>location_type_code</code> (<code>location_type</code>(40),<code>location_code</code>(90)) made by activate_plugin, do_action('activate_woocommerce/woocommerce.php'), call_user_func_array, WC_Install::install, WC_Install::create_tables, dbDelta, QM_DB->query
    

    If i activate both woocomerce (with payment gateway plugins deactivated) and core functionality i get the error:

    
    PHP Fatal error:  Class 'Tribe__Events__Main' not found in /srv/www/gentleheartyoga/htdocs/wp-content/plugins/event-tickets-plus/src/Tribe/Commerce/WooCommerce/Main.php on line 1976
     

    So is this a woocommerce issue that would be resolved using another payment gateway (i’ll test that but haven’t tried yet) or is it not that simple.

    • This reply was modified 7 years, 7 months ago by Yulia.
    in reply to: Fatal Error For Tribe Events #1164845
    Yulia
    Participant

    This reply is private.

    • This reply was modified 7 years, 7 months ago by Yulia.
    • This reply was modified 7 years, 7 months ago by Yulia.
    Yulia
    Participant

    No, unfortunately not, it was a wild stab trying to work through the original function to see if i could make it work.

    Yulia
    Participant

    The code does work but the layout of the custom post type has content related to our service that appears outside of the_content() function and we are looking at having the ticket sales form underneath that information. Using the genesis hook lets us move the ticket form but we are left with the original form still in place. So we are looking to see if we can remove the original instance of the form.

    Yulia
    Participant

    Hi Clif,

    The example I provided in my original post is from that support article. We were successfully able to move the ticket form, but since we are using a hook from our theme framework to move the form (see line 27) the original form remains and we end up with two copies of the ticket form. I need to know how to remove the original instance of the form.

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