Home › Forums › Welcome! › Pre-Sales Questions › Event Tickets Plus and Easy Digital Downloads
- This topic has 0 replies, 4 voices, and was last updated 8 years ago by
Support Droid.
-
AuthorPosts
-
March 16, 2018 at 7:39 am #1481166
Bev
ParticipantThere doesn’t appear to be any other way to report a bug, so I’ll post it here.
The Event Tickets Plus plugin version 4.7 and Easy Digital Downloads version 2.9 do not work together. The text of the resulting error message when displaying the event with a ticket is:
Catchable fatal error: Object of class EDD_Download could not be converted to string in …/wp-content/plugins/easy-digital-downloads/includes/download-functions.php on line 201
The problem can be traced to event-tickets-plus/src/Tribe/Commerce/EDD/Main.php line function get_price_html. Inserting the following code fixes the problem:
if ( $product instanceof EDD_Download ) {
$product_id = $product->ID;
}Note that I could not post in the Event Tickets Plus support forum since our license is for a non-profit.
March 16, 2018 at 9:02 pm #1481869Brendan
KeymasterHi there,
Thanks for the feedback. I will let our dev team know to check this out.
Thanks,
BrendanMarch 27, 2018 at 3:38 pm #1490124Jatinder Palaha
ParticipantHas this issue be resolved as we’ve got the same problem
thanks
March 27, 2018 at 4:05 pm #1490128Brendan
KeymasterHi there,
Please update to the latest version of the plugins and let me know if that fixes the issue.
Thanks,
BrendanMarch 28, 2018 at 3:32 am #1490427jt
Guestall plugins up to date, still getting the issue 🙁
March 28, 2018 at 5:51 am #1490480Bev
ParticipantThere has been no update to Event Tickets Plus since I reported this issue.
March 28, 2018 at 3:35 pm #1491171Brendan
KeymasterHi there,
Sounds like there is a conflict. To get you started on troubleshooting: First, please make sure you are using the most current versions of all of our plugins. You can also try reinstalling them by following these instructions. If that doesn’t help, the next step in troubleshooting this is going to be testing for conflicts with your theme and other plugins (with WP_DEBUG enabled). If you need a testing environment, the free WP Staging plugin will let you create a quick copy of your live site that you can use for testing.
Let me know what you find.
Thanks,
BrendanMarch 29, 2018 at 5:21 am #1491529Bev
ParticipantVersion 4.71 of Event Tickets Plus fixes the problem. Thanks.
March 29, 2018 at 8:48 am #1491761Brendan
KeymasterThanks for the feedback!
April 20, 2018 at 9:35 am #1512417Support Droid
KeymasterHey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.
Thanks so much!
The Events Calendar Support Team -
AuthorPosts
- The topic ‘Event Tickets Plus and Easy Digital Downloads’ is closed to new replies.
