mchung / heroku-buildpack-wordpress

Heroku buildpack: Wordpress on Heroku
mchung.github.com/heroku-buildpack-wordpress/
387 stars 329 forks source link

File uploads over 1MB fail immediately #71

Closed blakerson closed 10 years ago

blakerson commented 10 years ago

Hey there,

I'm finding that any upload over 1MB in size is causing a connection reset error.

The "usual" WP default is 2MB, so I found this odd.

I edited php.ini to increase the POST limit and file upload limit to 20MB respectively, but the error still happens upon the start of an upload of a file larger than 1MB. Files smaller than 1MB upload successfully to AWS.

Using the Flash uploader, a nondescript "HTTP Error." message appears. Using the browser uploader, Chrome reports Error code: ERR_CONNECTION_RESET.

Am I missing another config variable somewhere?

okko commented 10 years ago

Hi,

See https://github.com/mchung/heroku-buildpack-wordpress/issues/68