Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter hugotognolo

    (@hugotognolo)

    Also I did upagrade my wordpress to 4.5.1 if it helps to understand.

    Plugin Author bhaldie

    (@bhaldie)

    yes this is a bug,

    I will fix it asap for now if you want to open the mdocs-settings.php file and change starting at line 445:

    //WORDPRESS IRIS COLOR PICKER
    wp_enqueue_style( 'wp-color-picker' );
    wp_enqueue_script( 'mdocs-color-picker', plugins_url('memphis-documents.js', __FILE__ ), array( 'wp-color-picker' ), false, true );

    to this:

    //WORDPRESS IRIS COLOR PICKER
    wp_enqueue_style( 'wp-color-picker' );
    wp_enqueue_script( 'mdocs-color-picker', plugins_url($mdocs_js, __FILE__ ), array( 'wp-color-picker' ), false, true );

    Thread Starter hugotognolo

    (@hugotognolo)

    It did not work =/

    Uncaught SyntaxError: missing ) after argument list
    load-scripts.php?c=0&load[]=hoverIntent,common,admin-bar,svg-painter,heartbeat,wp-auth-check,jquery…:406

    Uncaught TypeError: jQuery(…).wpColorPicker is not a function
    memphis-documents.min.js?ver=4.5.1:1

    Plugin Author bhaldie

    (@bhaldie)

    that should have fixed the problem, but I will have a new version soon that will fix the this issue.

    Plugin Author bhaldie

    (@bhaldie)

    try the new version and let me know if your issue has been resolved.

    Thread Starter hugotognolo

    (@hugotognolo)

    First of all thanks for replying this so fast! Loving your support!
    Now upload seems fine but I cant download or preview the files.

    Thread Starter hugotognolo

    (@hugotognolo)

    Can you send me a month ago version? It was fine for my use and I don’t have a backup.
    My email is htognolo@gmail.com
    Thank you so much!

    Plugin Author bhaldie

    (@bhaldie)

    all previous version can be found here:

    https://wordpress.org/plugins/memphis-documents-library/developers/

    you can take your pick of the one that works for you.

    Thread Starter hugotognolo

    (@hugotognolo)

    I found out this error is ocurring because of the file size, and you have explained it already in another answer. So I won’t bother you again!

    Thank you a lot for your support!

    I’ll edit some posts to keep privacy, thanks!

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Upload files not working’ is closed to new replies.