drupal-appengine icon indicating copy to clipboard operation
drupal-appengine copied to clipboard

An unrecoverable error occurred. The uploaded file likely exceeded the maximum file size (30 MB) that this server supports

Open hoanghua opened this issue 10 years ago • 4 comments

After deploying drupal-appengine-7.x-appengine-full-1.2 to GAE and enable Google App Engine in /admin/modules and add default bucket at /admin/config/media/file-system, the folder is created in the bucket properly for "Public file system path" and "Temporary directory". However, when trying to upload an image (on article creation page), the error "An unrecoverable error occurred. The uploaded file likely exceeded the maximum file size (30 MB) that this server supports" is displayed.

I'm not sure if it's really an issue with the module or some misconfiguration; however, I've seen some people asking questions about this issue w/o any answer. Therefore, I would like to create the ticket so that we may help more information about the issue and how to fix it.

P/S: We've also modified php.ini file to add upload_max_filesize and post_max_size with the value of "30M".

hoanghua avatar Oct 08 '14 16:10 hoanghua

@hoanghua

I am facing the same issue when uploading a file from Drupal. The message says "An unrecoverable error occurred. The uploaded file likely exceeded the maximum file size (100 MB) that this server supports.". I have also made the same setting as you mentioned in php.ini file.

Did you get this running finally?

@boombatower any comment on this issue?

learnjavacode avatar Jan 16 '15 11:01 learnjavacode

@boombatower Thanks for the setting it all up for us.

Found an issue when the appengine module is enabled, whenever I try to save some configuration setting, it automatically opens a new tab and doesn't save the changes, please advice.

tr3vr avatar Jun 25 '15 05:06 tr3vr

Did you all apply the core patch?

testbot-io avatar Jun 25 '15 22:06 testbot-io

Hey Jimmy! Yes I used the drush command that you mentioned to fetch the "full" version, I assumed the patch to have been applied, was I wrong, do I need to apply the patch manually?

tr3vr avatar Jun 26 '15 00:06 tr3vr