• Resolved jhickey86

    (@jhickey86)


    Hello,

    I have been using FileAway for a client of mine for the past year and it has been a great solution, very impressed by how flexible this plugin is.

    I am having some trouble uploading with FileUp that started after I updated to the latest version. Now when I upload a file I get an error:

    “Sorry about that, but Chrysanthemum.jpg could not be uploaded.”

    I don’t have any other problems using the plugin – renaming and deleting seems to work fine. Here is an example of how my shortcodes are set up:

    [fileup base=”2″ fixedlocation=”true” debug=”on”]
    [fileaway drawerid=”1″ type=”table” base=”2″ paginate=”true” pagesize=”5″ search=”no” stats=”false” sortfirst=”disabled” manager=”on”]

    I think I was running FileAway 3.7 or 3.8 before, and I had no problems. No configuration changes (beyond updating WP core) – I’m on a Windows server, which I know you don’t support, but thought i’d ask anyway.

    Appreciate any advice you might have!

    Josh H.

    https://wordpress.org/plugins/file-away/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author thomstark

    (@thomstark)

    Try something for me:

    Open up wp-content/plugins/file-away/lib/cls/class.fileaway_management.php

    Go to line 1086 and comment out this line:

    $location = stripslashes($location);

    like this:

    //$location = stripslashes($location);

    See if that helps.

    Plugin Author thomstark

    (@thomstark)

    Also probably don’t want “debug=on” in your fileup shortcode.

    Thread Starter jhickey86

    (@jhickey86)

    Commenting out that line worked like a charm! Thank you so much for your assistance.

    I’ll remove that debug attribute as well, I had just added it to see if there was any useful info while troubleshooting.

    Thanks!
    Josh H.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unable to upload using FileUp’ is closed to new replies.