have installed fileshare, everything works but I can not see the files and folders I created using fileshare.
creating an additional directory prompts with succeded but the directory is not displayed an can not be taken as target directory (onliy /)
same for files it works but files are not displayed
Comments
Comment #1
stoltoguzzi commentedno help on this?
Comment #2
JamieR commentedFirst place to look would be file permissions... wite access but no read? Then check it in the latest version of Firefox...
Comment #3
JamieR commentedCan't duplicate this issue. Closing.
Comment #4
ableeker commentedI got the same problem as described before, at least under IE. Creating folders and uploading files seems to work, but nothing shows up under IE. However, when trying firefox and looking at the same fileshare, everything is there.
Again one of those IE/Firefox things? Anyway: does anybody know about this and, more important, how to solve this??
Comment #5
jbarbalace0 commentedTry changing your Drupal theme see if that fixes it. I have run into that before and it was resolved by changing themes.
Comment #6
promatow commentedHello some more additional data:
- I was doing upgrade path 4.6 -> 4.7 -> 5.1 after that and updating fileshare to 5.1 I saw blank fileshare 'nothing'
- tested not working with three different themes (all default 5.1 ones) + deleting temporary/cache files
- tested not working on _fresh_ configuration (done on hostmonster.com CPanel environment)
- tested not working both public and private files setting (on fresh install)
- tested not working also for chmod'ed 777 dirs (I know .... just tried :)
- only think I can image is something in php.ini file (this might be different from JamieR test bed environment ... ?)
- any clues ...?
Comment #7
promatow commentedI've put my last post in wrong version context.
Behaviour I've described happens in Drupal 5.1 (not in 4.7).
Patryk.
Comment #8
promatow commentedSome more info:
- tested not working on IE as well as Firefox.
Found following errors in log (for each hit):
readdir(): supplied argument is not a valid Directory resource w pliku
xxx/modules/fileshare/fileshare.module, linia 623.
sort() expects parameter 1 to be array, null given w pliku
xxx/modules/fileshare/fileshare.module, linia 626.
closedir(): supplied argument is not a valid Directory resource w pliku xxx/modules/fileshare/fileshare.module, linia 685.
Hope this will help :)
Comment #9
gmcressman commentedOne tip that may help: do not use the ampersand character (&) in file names. This appears to work for folder names, but when uploading file names containing ampersand characters, the upload succeeds, but the file name will not display. This also results in errors of the type noted above.