Forum Replies Created

Viewing 1 replies (of 1 total)
  • Horizon Cumulus

    (@horizoncumulus)

    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’ ] ],

Viewing 1 replies (of 1 total)