bacbos / bolt-menu-editor

a visual menu-editor extension for the awesome bolt cms
Other
21 stars 23 forks source link

app.js:21 Uncaught TypeError: Cannot read property 'init' of undefined #29

Closed santiDotIO closed 8 years ago

santiDotIO commented 8 years ago

JavaScript error me.init();, me is undefined

V 2.2.1 (upgraded to 2.2.4 and did nothing)

This is happening on my local environment but on my staging server its fine, found it very odd. I also tried uninstalling and re installing but the error keeps happening

SvanteRichter commented 8 years ago

@santi6291 When I've run into this it was because I had other JS loaded in the backend which interfered with requirejs that the menu editor uses. Do you have any custom extensions that add JS to the backend?