Home › Forums › Ticket Products › Event Tickets Plus › Wooticket 3.0.1 and Woocommerce 2.0.13
- This topic has 6 replies, 5 voices, and was last updated 10 years, 9 months ago by
Support Droid.
-
AuthorPosts
-
July 24, 2013 at 8:27 pm #57013
Mohd Falihin
ParticipantHi 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
July 25, 2013 at 2:37 am #57032Jeremie
ParticipantI 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 423Warning: 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/
July 25, 2013 at 3:07 am #57037Jeremie
ParticipantOk 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;
}July 25, 2013 at 4:13 am #57042kineticbuzz
ParticipantThis reply is private.
July 25, 2013 at 10:25 am #57146Barry
MemberHi all, yes that fix is as provided in the following thread:
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.
August 19, 2013 at 8:23 am #61048Barry
MemberClosing this one out since this has now been fixed.
July 7, 2015 at 6:27 am #979531Support Droid
KeymasterThis 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. -
AuthorPosts
- The topic ‘Wooticket 3.0.1 and Woocommerce 2.0.13’ is closed to new replies.
