My path to uploaded files is %b%f/userfiles/
My absolute path to uploaded files is %d%b%f/userfiles/
When I use the default file browser and click browse server, it seems to try to reach ServerPath=/home/sites/default/files which just can't be any of the above. I suppose this is also the reason for the quick upload not to work.
Using IMCE as file browser and disabling quick upload allows me to work this issue around.
Comments
Comment #1
Jorrit commentedHave you made any modifications to the file browser config.php?
Comment #2
patriiiiiiiiiick commentedNo, as far as I remember, never.
I am a php ignorant but I had to add the "?>" at the end of the above code for it format properly here. It's not an issue in the file, is it?
Comment #3
fluxrider commentedI had a similar problem after upgrading to 6.21 . I am using the private files method. In global profile settings the path was set to %u ie user id. The browse button was showing for u1 but not for any other roles . I was getting a access denied for other users because the absulute path was being set for u1 . I changed the setting to %uid but that didnt work either, so I set it back to %u and saved , and now the setting is working correctly for all roles . Very strange. It may require a change and then a revert , least that seems to have worked for me. Gremlins and strangness.
Comment #4
Jorrit commented