TheProjecter / osfilemanager

Automatically exported from code.google.com/p/osfilemanager
0 stars 0 forks source link

can't browse #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Login as "non-admin" user
2. Upload a file
3. Browse...

What is the expected output? What do you see instead?
Browse and "see" uploaded files.
I always see message like "Directory '<filename>' is unreadable."

What version of the product are you using? On what operating system? On
what web host?
osfm 2.2 on debian 5 with Apache2 + suPHP library loaded

Please provide any additional information below.
I've tried to change everything permission to 0777, anc every
file/directory is owned by www-data:www-data, but I still can't browse files

Original issue reported on code.google.com by max.corb...@gmail.com on 21 Jul 2009 at 9:21

GoogleCodeExporter commented 9 years ago
I had the same problem.  Make sure that you have a trailing '/' after the 
folder name 
in 'Server Directory.'  So:

./client_xyz

becomes:

./client_xyz/

That fixed it all up for me.

Original comment by RyanFr...@gmail.com on 5 Mar 2010 at 3:11