Support » Plugin: Gravity Forms Dropbox Uploader » Large file and memory problems

  • Having a problem with the plugin where it works fine with small files, but large ones either get a memory exhausted error, and even with no error, they don’t transfer to dropbox. Files are 100MB., server has 5GB., php limits set to 512MB., post size 300MB., wp_memory_limit set to 400MB., all plugins disabled, gravity forms works fine when the dropbox plugin disabled. Small file test 10, 20 MB., etc. all work fine. Is there anything that I can troubleshoot beyond this that will get it working? Thanks

    http://wordpress.org/extend/plugins/gravity-forms-dropbox-uploader/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Jake Jackson

    (@blue-liquid-designs)

    Interesting that 100MB files don’t transfer. Could you pull some of the error messages out of your log file so I can attempt to debug the problem?

    Thread Starter photomanz123

    (@photomanz123)

    Thanks – Here is the error that’s coming up.

    Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 112799379 bytes) in /home/***/public_html/***.com/wp-content/plugins/gravity-forms-dropbox-uploader/dropbox-api/API.php on line 294

    Jake Jackson

    (@blue-liquid-designs)

    PHP is saying you blew the memory allocated, which is 256MB, not the 512MB that you say is allocated. Look at increasing that number and see if that helps.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Large file and memory problems’ is closed to new replies.