Dropbox, and uploading audio files

Hello all,
I used Omeka at another archive that I worked at and I was hoping to use it for my current project. We are uploading audio files and I’ve tried WAV’s (per best practices) and MP3’s. Because of the size of the files I am using dropbox.

I can upload smaller files with no issues, however, when I try to upload larger files 80 MB+ I get the 500 error. The log reads as follows:

2016-07-26T01:53:26+00:00 WARN (4): Error output from ImageMagick:
convert: no decode delegate for this image format `/tmp/a22287dd7fb508b132679554d32fdf85.mp3' @ error/constitute.c/ReadImage/532.
convert: missing an image filename `/tmp/fullsize_a22287dd7fb508b132679554d32fdf85.jpg' @ error/convert.c/ConvertImageCommand/3015.

2016-07-26T01:53:26+00:00 ERR (3): ImageMagick failed with status code 1.
2016-07-26T02:03:22+00:00 WARN (4): Error output from ImageMagick:
convert: no decode delegate for this image format `/tmp/79b203c79f3deef85d32d6442eb0ec64.mp3' @ error/constitute.c/ReadImage/532.
convert: missing an image filename `/tmp/fullsize_79b203c79f3deef85d32d6442eb0ec64.jpg' @ error/convert.c/ConvertImageCommand/3015.

2016-07-26T02:03:22+00:00 ERR (3): ImageMagick failed with status code 1.
2016-07-28T02:00:43+00:00 WARN (4): Omeka_Storage_Adapter_Filesystem: Tried to delete missing file 'original/a22287dd7fb508b132679554d32fdf85.mp3'.
2016-07-28T02:00:43+00:00 WARN (4): Omeka_Storage_Adapter_Filesystem: Tried to delete missing file 'original/14f47b4b17ff09ec52bb597ddd7fe129.mp3'.
2016-07-28T02:00:43+00:00 WARN (4): Omeka_Storage_Adapter_Filesystem: Tried to delete missing file 'original/12e7b34df5db99f433d84c4026e1e484.mp3'.

The archive is hosted on GoDaddy Ultimate Linux. Oh, and I’ve edited the PHP.ini file, as well as the config file so that it wouldn’t be a timeout issue, or size issue…

Thanks. I appreciate the help.
Chris

It doesn’t look like the cause of your 500 error is listed in the log you posted. Those ImageMagick errors are to be expected when uploading audio. The later entries (from 2 days later) look more relevant but don’t really provide any details.

If you’re getting a 500 error, the cause should be appearing in your Apache or PHP log, rather than the Omeka one.

After struggling with this for weeks, I finally figured it out. It was because of the the upload settings in my php.ini. The system had to reset in order for the settings to take effect.

How embarrassing. Sorry

No problemo; sometimes we just need somebody to bounce things off of.