Drobox 'could not transfer' error

  • Some files were not uploaded. Specific errors for each file follow below:
  • wave_hammer_6_Ryan_Candelaria.wav: ‘0’ Status: Communication Error

apache owns the directory, the files in it, and everything in the www folder including Omeka.

excerpt from php.ini

;;;;;;;;;;;;;;;

; File Uploads ;

;;;;;;;;;;;;;;;;

; Whether to allow HTTP file uploads.

; http://php.net/file-uploads

file_uploads = On

; Temporary directory for HTTP uploaded files (will use system default if not

; specified).

; http://php.net/upload-tmp-dir

;Changed 06-34-21 tmgb

upload_tmp_dir = /var/www/uploads

; Maximum allowed size for uploaded files.

; http://php.net/upload-max-filesize

upload_max_filesize = 900M

; Maximum number of files that can be uploaded via a single request

; Changed 10-07-20 tmgb per axis001 original omeka site

max_file_uploads = 80

apache is the owner and has full permissions of upload_tmp_dir

This is using the Dropbox plugin?

Can you upload files normally?

Yes. I can upload regular files just fine.

The only match I can come up with on that error message is related to Solr. Do you have a Solr plugin installed?

This topic was automatically closed after 250 days. New replies are no longer allowed.