Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter martin.kreativermoment

    (@martinkreativermoment)

    I’ve added a filter similar to this (including right server path), also not chainging anything.

    add_filter( ‘prso_gform_pluploader_wp_upload_dir’, ‘change_gforms_upload_dir’ );

    function change_gforms_upload_dir( $wp_upload_dir ) {

    $wp_upload_dir[‘path’] = “/home/mydomain/public_html/wp-content/uploads/_uploads-artistes/”;

    return $wp_upload_dir;

    Plugin Author ben.moody

    (@benmoody)

    Hi

    Can you see if there is an error log file in the plugin root on the server?

    I’m having the same issue. I can find the uploaded files in the temp folder prso-pluploader-tmp folder with eh changed name. It never shows up in the Entries tab. I have to go in and guess the file and download it manually form the FTP client. Any thoughts on how to correct this? Thank you!

    Plugin Author ben.moody

    (@benmoody)

    Hi

    It looks like the files are being uploaded to the server but are not being moved into the wordpress media library.

    Can you see if there is an error log file in the plugin root on the server?

    Also have you tried to enable wordpress debug mode and then try a file upload, to see if there are any php errors produced?

    You can also try disabling all other plugins except gravity forms and this plugin then try a file upload

    Hi,

    I am having the same issue as above. The error that is shown when trying to upload the mp3 file is:

    Code:
    TypeError: element.getAttribute is not a function
    …t,instanceCount=this.instanceCount++;if(element.getAttribute(‘autoplay’)!=null)s…

    in the file:

    https://keeprockingit.com/wp-content/themes/RMPhase02/js/audioauto.js?ver=4.1.5 (line 24, col 230)

    Is this an error with your plugin?

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Uploads going to prso-pluploader-tmp’ is closed to new replies.