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

Readme doesn't say how to access the file manager #534

Open
filipopo opened this issue Jan 8, 2025 · 1 comment
Open

Readme doesn't say how to access the file manager #534

filipopo opened this issue Jan 8, 2025 · 1 comment

Comments

@filipopo
Copy link

filipopo commented Jan 8, 2025

The title sums it up but I don't know how to properly access the file manager after installing this package

it doesn't work out of the box because it installs assets in the app/public/bundles/fmelfinder folder but the default config expects them to be at app/public/assets/bundles/fmelfinder so I set this in the config file

fm_elfinder:
    assets_path: false

Then at the /elfinder route I'm greeted by "Invalid backend configuration. Readable volumes not available."

Having used elfinder before I know this happens when the connector is not setup but I don't know what to do so I try the only other route mentioned in the readme, /efconnect

Connecting to it gives {"error":["errUnknownCmd"]} implying that something is wrong BUT when trying the /elfinder route again it works and this can be reproduced by restarting the symfony server

Sorry for the rant but I'm new to Symfony and this has been frustrating, especially since the installation steps seem to be outdated

@filipopo
Copy link
Author

filipopo commented Jan 8, 2025

The default config has a root with path: uploads and I didn't have this folder... I sorta expected it to default to the "public" folder... I still think the readme could be refined

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