Wooticket 3.0.1 and Woocommerce 2.0.13

Home Forums Ticket Products Event Tickets Plus Wooticket 3.0.1 and Woocommerce 2.0.13

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #57013
    Mohd Falihin
    Participant

    Hi Tri.be

    after I upgrade my woocommerce plugin from 2.0.12 to 2.0.13, the wooticket is not working anymore. is any fix to this?

    Thanks

    #57032
    Jeremie
    Participant

    I do have the same problem please i need help guys. i’m using this woocommerce
    Version 2.0.13, with this wooticket : Version 3.0.1 and this calendar : Version 3.0.4
    and i have this message error :
    Warning: include(/homepages/32/d357127370/htdocs/mainland/wp-content/plugins/wootickets/views/wootickets/tickets.php) [function.include]: failed to open stream: No such file or directory in /homepages/32/d357127370/htdocs/mainland/wp-content/plugins/wootickets/classes/class-wootickets.php on line 423

    Warning: include() [function.include]: Failed opening ‘/homepages/32/d357127370/htdocs/mainland/wp-content/plugins/wootickets/views/wootickets/tickets.php’ for inclusion (include_path=’.:/usr/lib/php5′) in /homepages/32/d357127370/htdocs/mainland/wp-content/plugins/wootickets/classes/class-wootickets.php on line 423

    you will find it here on the website : http://www.nutspubcrawl.co.uk/event/nuts-pub-crawl-8/2013-07-26/

    #57037
    Jeremie
    Participant

    Ok i search a bit more and the temporary fix is this code to add in your fonction.php of you theme.
    /**
    * Fixes an issue with WooCommerce Tickets 3.0.1 where a
    * “failed to open stream: No such file or directory” error
    * shows in place of the ticket form.
    *
    * Please remove once a definitive fix is issued in a future
    * version of WooCommerce Tickets.
    */
    add_filter(‘tribe_events_tickets_template_wootickets/tickets.php’, ‘wootickets_temp_tpl_fix’);

    function wootickets_temp_tpl_fix($path) {
    if (false !== strpos($path, ‘wootickets/views/wootickets’) and !file_exists($path))
    return str_replace(‘views/wootickets’, ‘views’, $path);
    return $path;
    }

    #57042
    kineticbuzz
    Participant

    This reply is private.

    #57146
    Barry
    Member

    Hi all, yes that fix is as provided in the following thread:

    Errors on all event pages

    We apologize for the inconvenience and we’ll try to get a substantive fix (in one of our maintenance releasees) out there as soon as possible.

    #61048
    Barry
    Member

    Closing this one out since this has now been fixed.

    #979531
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Wooticket 3.0.1 and Woocommerce 2.0.13’ is closed to new replies.