I’m running WP 3.0.1 on a shared host using PHP5. I’m having issues uploading files that are a little larger via the media uploader in the admin section of WP.
Every time I try to upload a file thats over a few megabytes, it uploads, says its crunching, then gives me a big red “HTTP Error.” – nothing more.
This only happens on files that are a little larger – ie a 20mb .mp3 file. A 5mb file seems to work fine. Whats weird is in the past we’ve uploaded 40mb files without a problem.
—
Here’s the steps I’ve taken so far to try and remedy the situation:
- Double checked php.ini to ensure increase upload, post and memory size were high enough.
- Updated .htaccess to include filter the security mod I found elsewhere.
- Double checked all file permissions via ftp to ensure they were 755.
- Called the host – “They don’t support 3rd party scripts” (I hate IPower)
- Tried with different audio files of similar size.
- Disabled all plugins
—
Do you guys have any more ideas regarding what might be causing the vague “HTTP Error.” problem?
Thanks in advance.
The problem, as you’ve already inferred, is in the size of your file upload. Just to remind you, HTTP isn’t really built for transferring large files … it can do it, but not always, and not very well. You’re running into an issue where your host is cutting off the transfer because the file is too large. It’s most likely a server setting somewhere that you don’t have access to.
Since “they don’t support 3rd party scripts” I’m guessing you’re in a shared hosting environment, which is why something could change on your server without you doing anything. Possible solutions: