tomitrescak / meteor-uploads

MIT License
295 stars 41 forks source link

Startup error with 1.3-beta.11 #214

Closed Maxximus007 closed 8 years ago

Maxximus007 commented 8 years ago

Server startup fails with Meteor 1.3-beta.11

batjko commented 8 years ago

Could you add some details, such as the error stack for example?

Maxximus007 commented 8 years ago

To explain a little: trying to run manuel/Phonebook example with 1.3 (currently B.12). Perhaps tis can be of help: jquery.iframe-transport.js:21Uncaught TypeError: Cannot read property 'jQuery' of undefinedcounter @ jquery.iframe-transport.js:21(anonymous function) @ jquery.iframe-transport.js:23(anonymous function) @ tomi_upload-jquery.js?hash=b1bbadf…:829(anonymous function) @ tomi_upload-jquery.js?hash=b1bbadf…:3294 global-imports.js?hash=04fba9b…:4 Uncaught TypeError: Cannot read property 'Uploader' of undefined(anonymous function) @ global-imports.js?hash=04fba9b…:4

maka-io commented 8 years ago

+1

tomitrescak commented 8 years ago

This has been solved already, did you update your plugin? It's the client.

maka-io commented 8 years ago

Thanks @tomitrescak , I did and it works great!