• Resolved Leo

    (@lesi)


    When I create a new sub-directory or try to rename a file in Manager mode and click ‘Save’, nothing happens. The new directory is not created and the file name stays the same. Deleting files also doesn’t work and pops up:
    “Go directly to jail. Do not pass GO. Do not collect $200 dollars.”

    I must be missing something obvious, but what?

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

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

    (@thomstark)

    Is your server Linux or Windows?

    Please provide your shortcode here, and send screenshots of your Base Directory settings, and also your WordPress Home URL and Site URL. My email is fileaway.plugin@gmail.com

    Plugin Author thomstark

    (@thomstark)

    It could also be a permissions issue. Do you have any security plugins installed? If so, try disabling it temporarily.

    Thread Starter Leo

    (@lesi)

    I’m on a Linux server, no special security plugins installed. I secured the base directory with a .htaccess file:

    Order deny,allow
    Deny from all
    IndexIgnore *)

    Deleting it doesn’t make a difference.

    Shortcode:

    [fileaway type=”table” base=”2″ encryption=”on” searchlabel=”Zoek” bulkdownload=”on” directories=”on” theme=”mijnstijl” textalign=”left” manager=”on” makedir=”true” password=”6aW$IkZe”]

    Everything else is in your mail.

    Thank you!

    Plugin Author thomstark

    (@thomstark)

    The htaccess file wouldn’t be the issue.

    Do you have SSL enabled on the admin? If so, it has to be enabled on the page where [fileaway] is also.

    Plugin Author thomstark

    (@thomstark)

    This is now fixed. Apparently there was a small typo in my code that hasn’t (so far) affected any user but you. I edited it for you.

    For posterity, it’s in file-away/lib/inc/inc.thead.php

    This:

    'data-basename="'.$basename.'" data-start="'.$start.'" data-dir="'.trim("$dir",'/').'" data-base="'.$basebase.'" data-basedir="'.$basedir.'"'.

    Should be this:

    'data-basename="'.$basename.'" data-start="'.$start.'" data-dir="'.trim("$dir",'/').'" data-base="'.$basebase.'" data-basedir="'.$basedir.'" '.

    The difference is the space before the last apostrophe.

    Thread Starter Leo

    (@lesi)

    You are amazing! Thank you Thom.

    Plugin Author thomstark

    (@thomstark)

    No problem. Thanks for bringing this to my attention.

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

The topic ‘Manager Mode: nothing is saved’ is closed to new replies.