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 [email protected]
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!
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.
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.
No problem. Thanks for bringing this to my attention.