What steps will reproduce the problem? 1. Disable directory listing in /etc/apache2/httpd.conf 1. Upload file approx >2 MB by drag-&-drop.
What is the expected output? What do you see instead? File uploads. Instead, log shows:
[Tue Oct 28 14:19:33 2014] [error] [client 4.31.26.130] MOLLIFY DEBUG: Permission cache put [filesystem_item_access/544dbe987cc65]=rw, referer: http://.../m/?v=files/544dbe987cc65 [Tue Oct 28 14:19:33 2014] [error] [client 4.31.26.130] MOLLIFY DEBUG: Permission cache get [filesystem_item_access/544dbe987cc65]=rw, referer: http://.../m/?v=files/544dbe987cc65 [Tue Oct 28 14:19:33 2014] [error] [client 4.31.26.130] MOLLIFY ERROR: ServiceException: UPLOAD_FAILED=1, referer: http://.../m/?v=files/544dbe987cc65 [Tue Oct 28 14:19:33 2014] [error] [client 4.31.26.130] MOLLIFY ERROR: {0:{file:/www/m/backend/include/services/FilesystemServices.class.php, line:317, function:uploadTo, class:FilesystemController, type:->, args:{0:FILESYSTEMITEM Folder (LocalFilesystem): [544dbe987cc65] = 'user' ()}}, 1:{file:/www/m/backend/include/services/FilesystemServices.class.php, line:61, function:processPostFolder, class:FilesystemServices, type:->, args:{0:FILESYSTEMITEM Folder (LocalFilesystem): [544dbe987cc65] = 'user' ()}}, 2:{file:/www/m/backend/include/services/ServicesBase.class.php, line:59, function:processPost, class:FilesystemServices, type:->, args:{}}, 3:{file:/www/m/backend/include/MollifyBackend.class.php, line:85, function:processRequest, class:ServicesBase, type:->, args:{}}, 4:{file:/www/m/backend/r.php, line:63, function:processRequest, class:MollifyBackend, type:->, args:{0:Request}}}, referer: http://.../m/?v=files/544dbe987cc65 [Tue Oct 28 14:19:33 2014] [error] [client 4.31.26.130] MOLLIFY DEBUG: RESPONSE error {0:210, 1:File upload failed, 2:403} 1 , referer: http://.../m/?v=files/544dbe987cc65
What version of the product are you using? On what operating system? 2.5.14 OS X 10.9
Please provide any additional information below.
I want directory listing off. Can mollify work around that?
Comment #1
Posted on Oct 28, 2014 by Happy PandaFixed by setting php.ini max_upload_size to a large value. However, other files ~300MB now suffer from
[Tue Oct 28 15:07:48 2014] [error] [client 4.31.26.130] MOLLIFY ERROR: ServiceException: NO_UPLOAD_DATA=, referer: http://.../m/?v=files/544dbe987cc65 ... [Tue Oct 28 15:07:48 2014] [error] [client 4.31.26.130] MOLLIFY DEBUG: RESPONSE error {0:209, 1:No upload data available, 2:403} , referer: http://.../m/?v=files/544dbe987cc65
Comment #2
Posted on Oct 29, 2014 by Swift DogServer limits can be bypassed with chunked or stream uploading: https://code.google.com/p/mollify/wiki/Uploader
Status: Invalid
Labels:
Type-Defect
Priority-Medium