Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not all files are being listed in the root folder #3686

Open
timrbetts opened this issue Dec 3, 2024 · 0 comments
Open

Not all files are being listed in the root folder #3686

timrbetts opened this issue Dec 3, 2024 · 0 comments

Comments

@timrbetts
Copy link

timrbetts commented Dec 3, 2024

I have a root for an images directory. This directory has many subdirectories and about 1400 files in its root directory. There are a bunch of files that start with letter a-g, but I don't see any of them. I only see files that start with letter h or later alphabetically.

The root is using LocalFileSystem. The path is to a symbolic link, but that is not an issue since I'm seeing lots of other files within the directory it points to. I have no special excludes, uploadDeny or permissions to ignore those files.

All files have the same permissions and their names have no special characters. Clearly my PHP connector is good because I'm seeing every other files in that directory including subdirectories. It appears to be something related to the root directory only since if I copy those files into a subdirectory, they are all there.

I'm running Chrome 131.

EDIT:

I'm also using PHP 5.3.3 if that makes a difference. I can't use any higher version than that due to server limitations.

Is there a way I can debug this to see why files starting with a-g are being ignored?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant