redhog / ep_fileupload

File upload plugin for Etherpad Lite
http://redhog.org/ep_fileupload
7 stars 13 forks source link

For any upload, it will fail, crash server. #7

Closed ryansnowden closed 11 years ago

ryansnowden commented 11 years ago

[2013-02-28 16:56:58.964] [ERROR] console - TypeError: Cannot call method 'split' of undefined at exports.onRequest (/Applications/MAMP/htdocs/etherpad-lite/node_modules/ep_fileupload/controllers/fileUpload.js:48:47) at IncomingForm.parse (/Applications/MAMP/htdocs/etherpad-lite/node_modules/ep_fileupload/node_modules/formidable/lib/incoming_form.js:112:9) at IncomingForm.EventEmitter.emit (events.js:93:17) at IncomingForm._maybeEnd (/Applications/MAMP/htdocs/etherpad-lite/node_modules/ep_fileupload/node_modules/formidable/lib/incoming_form.js:523:8) at IncomingForm.handlePart (/Applications/MAMP/htdocs/etherpad-lite/node_modules/ep_fileupload/node_modules/formidable/lib/incoming_form.js:206:12) at File.end (/Applications/MAMP/htdocs/etherpad-lite/node_modules/ep_fileupload/node_modules/formidable/lib/file.js:68:5) at WriteStream.flush (fs.js:1527:9) at fs.close (/Applications/MAMP/htdocs/etherpad-lite/src/node_modules/npm-registry-client/node_modules/graceful-fs/graceful-fs.js:90:5) at fs.close (/Applications/MAMP/htdocs/etherpad-lite/src/node_modules/graceful-fs/graceful-fs.js:95:5) at fs.close (/Applications/MAMP/htdocs/etherpad-lite/src/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:90:5)

JohnMcLear commented 11 years ago

How did you install the plugin? What OS? Can you provide steps to replicate?

ryansnowden commented 11 years ago

Through /admin OS is Mountain Lion

Clone EtherPad as per instructions, set admin passwords, using MySQL db or Dirty DB doesn't matter. Tried replacing dependencies with latest from Felix.

I'm thinking it might be permission based. Perhaps node installed through homebrew doesn't allow the file being written and so you can't get the filename.

JohnMcLear commented 11 years ago

Weird, I can replicate same issue. Will investigate.

ryansnowden commented 11 years ago

Much thanks!

JohnMcLear commented 11 years ago

Fixed, please get version 0.0.8

ryansnowden commented 11 years ago

Confirmed on tag 1.2.7 since etherpad develop crashes on /admin :P Thanks for the quick response! You da man!