pods-framework / pods

The Pods Framework is a Content Development Framework for WordPress - It lets you create and extend content types that can be used for any project. Add fields of various types we've built in, or add your own with custom inputs, you have total control.
https://pods.io/
GNU General Public License v2.0
1.07k stars 264 forks source link

Upload Fields Issue #4337

Closed dweuste closed 7 years ago

dweuste commented 7 years ago

Have a client site at http://coloradomusicfestival.org/ using Pods to extend The Events Calendar by Tribe and upload fields aren't working. After clicking and selecting a file from the Media Library I get : Uncaught ReferenceError: Handlebars is not defined at term.php?taxonomy=artist&tag_ID=334&post_type=tribe_events&wp_http_referer=%2Fwp-admin%2Fedit-tags.…:779 at Function.m.each.m.forEach (underscore.min.js?ver=1.8.3:5) at n.each (backbone.min.js?ver=1.2.3:1) at e.Collection. (term.php?taxonomy=artist&tag_ID=334&post_type=tribe_events&wp_httpreferer=%2Fwp-admin%2Fedit-tags.…:755) at (backbone.min.js?ver=1.2.3:1) at m (backbone.min.js?ver=1.2.3:1) at f (backbone.min.js?ver=1.2.3:1) at e.Collection.u.trigger (backbone.min.js?ver=1.2.3:1) at e.Collection.onModelEvent (backbone.min.js?ver=1.2.3:1) at (backbone.min.js?ver=1.2.3:1) (edited)\

All plugins up to date.

sc0ttkclark commented 7 years ago

Related to #4173

Pods 2.6.9 should have shipped with a fix for this, but we are no longer using Handlebars in Pods 2.7.

https://pods.io/2017/05/30/pods-2-7-beta/

dweuste commented 7 years ago

The beta version fixed the issue. Thanks.