Hi @owendevelopment ,
Thank you for reaching out.
For me to understand and learn more about your setup, could you provide the version of the following?
- PHP
- WordPress
- The Events Calendar
- Event Tickets
- Theme and Version
Plugin Support
Darian
(@d0153)
Hi there,
It appears that there hasn’t been any recent activity on this thread, so we’ll consider it resolved. However, if you have any additional questions or concerns, feel free to start a new thread.
None of the above questions you are asking have anything to do with the bug in your plugin. Please look into it.
Plugin Support
Darian
(@d0153)
Hi @efishinsea
Are you also experiencing the same issue? This usually happens if there’s a plugin/theme conflict. You can check this by running a conflict test.
If that doesn’t help, could you open a separate thread and provide a screenshot of the issue? Please also include the system information that was asked above.
I was, yes.
It had to do with the main “The Events Calendar” plugin not being active since we were only using the Tickets/RSVP portion. If The Events Calendar plugin was inactive, the JS error happened as described when trying to add Tickets or RSVP to an Event, but if I enabled The Events Calendar, the error went away and everything worked as expected.
That appears to be fixed now and we can use Tickets/RSVP without Events Calendar being active again.
Plugin Support
Darian
(@d0153)
@efishinsea
Thanks for your confirmation and I’m glad that it is now working.
If you have a minute, a great review from you would be amazing!
https://wordpress.org/support/plugin/event-tickets/reviews/
The error is still exists if you only use Events tickets alone.
dependency.js seems to use select2TEC, but is not define, after looking, it’s seems to be call by ‘tribe-dropdowns’.
\event-tickets\common\src\Tribe\Main.php Line 295
[ ‘tribe-dependency’, ‘dependency.js’, [ ‘jquery’, ‘underscore’, ‘tribe-common’ ] ],
I added the dependecy for the dropdown ‘tribe-dropdowns’ and it’s fix the javascript error
[ ‘tribe-dependency’, ‘dependency.js’, [ ‘jquery’, ‘underscore’, ‘tribe-common’,’tribe-dropdowns’ ] ],
Unfortunately the error still exists. It took me hours to figure it out. -_-