Hello all,
I'm stumped. Every time I upload a file larger than ~5MB, I get the error "An unrecoverable error occurred. The uploaded file likely exceeded the maximum file size (128 MB) that this server supports" in place of where the uploaded filename should have appeared.
I have a Drupal 7.10 site running on Dreamhost, which is running Apache 2 with PHP 5.3 w/ CGI.
I have set all the pertinent PHP config variables to accept large files, and Drupal seems to recognize it. phpinfo() tells me the variables are set correctly. I've even gone as far as upping the limits of the applicable variables (ex. suhosin.post.max_value_length) for the suhosin PHP module to no avail.
Files that are less than ~5MB I have no issues with. But files over 5MB, the upload seems to get to 100%, and then I get the error.
What else might be limiting my uploads to ~5MB? I've tried Googling and reading, but all the results seem to have to do with Drupal 6. I've tried them anyway, and they don't seem to help.
I'm not sure if it is related, but the PECL progress bar always says "starting upload" but never shows progress.
Any ideas what I might try next? phpinfo() attached: And removed, not applicable anymore since I found the fix. See next post.