• I’m having trouble with my form at https://www.carbidnow.com/step-2 where it’s not uploading the images to my media library or FTP server.

    I’ve tried every variation and configuration possible to get the images to appear as they did when I first tested out the plugin, but they still don’t show. I’ve also uninstalled the plugin (both through WP and FTP) and re-installed (through WP Plugins Directory and ZIP file) and there’s something preventing it from having the original settings when it was working.

    I edited my wp-config.php file to enable debug mode and got the following error, but it’s one I got before working with this plugin, so I think it’s a theme issue and nothing conflicting with the plugin:

    Notice: Use of undefined constant E_DEPRECATED – assumed ‘E_DEPRECATED’ in /home/content/79/7453379/html/wp-content/themes/Sterling/functions.php on line 67

    Any idea what I changed that stopped the images from uploading? I’ve tried both UIs, changed max file size and number of file limits (both on the form element and in WP settings, always making them match) and can’t figure it out.

    Thanks in advance!

    https://www.ads-software.com/plugins/gravity-forms-advanced-file-uploader/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Canned Ink

    (@canned-ink)

    UPDATE: I tweaked the settings some more, lowered the chunked upload rate to 1MB, and now the images are uploading to the FTP folder, but not into my media gallery.

    Thoughts?

    Thanks!

    Thread Starter Canned Ink

    (@canned-ink)

    [duplicate post, sorry]

    Plugin Author ben.moody

    (@benmoody)

    Hi

    This is the upload process:

    * Files uploaded to a prso-pluploader-tmp folder in wordpress uploads folder (using chunked uploads if enable, i recommend this)
    * Once the form is submitted successfully, all uploads should be moved from the tmp uploads folder into the media library

    So, have you confirmed that the tmp files are being created in the uploads/prso-pluploader-tmp folder?

    If they are, did the form submit correctly (can you see the form entry in gravity forms)

    Does the form entry have fields for the file uploader?

    Do you get any error messages with debug enabled?

    If you have chrome for firebug for firefox are there any javascript errors being reported in the console when uploading?

    Thanks

    Ben

    Thread Starter Canned Ink

    (@canned-ink)

    Ben,

    Thanks for your reply.

    I’ve enable chunked uploads and the full image is uploading to the prso-pluploader-tmp folder, but not the media gallery.

    The form has submitted correctly and is showing as an entry in Gravity Forms.

    The form has a field for the file uploader (Field ID 29 in my form) and shows in the form perfectly.

    I still get this error message in debug mode, but it’s shown long before using file uploader; I believe it has to do with the theme:

    Notice: Use of undefined constant E_DEPRECATED – assumed ‘E_DEPRECATED’ in /home/content/79/7453379/html/wp-content/themes/Sterling/functions.php on line 67

    I used Mozilla Firefox’s Firebug extension and couldn’t pull any errors when submitting the form.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Files are not Uploading to Media Library’ is closed to new replies.