You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am updating a symfony project from 4.4 to 5.4, using helios-ag/fm-elfinder-bundle 12.5.
My project is in https://dev-server/myproject; ckeditor loads correctly, but when opening popup to choose a file, it tries to load https://dev-server/bundles/fmelfinder/js/elfinder.min.js and should be https://dev-server/**myproject**/bundles/fmelfinder/js/elfinder.min.js.
Your problem may be related to this comment. #497 (comment)
I hade the same issue when updating from 12.5 to 12.6 and changed the path to my needs.
I also edited my composer.json auto-scripts to match requested path
I am updating a symfony project from 4.4 to 5.4, using helios-ag/fm-elfinder-bundle 12.5.
My project is in https://dev-server/myproject; ckeditor loads correctly, but when opening popup to choose a file, it tries to load
https://dev-server/bundles/fmelfinder/js/elfinder.min.js
and should behttps://dev-server/**myproject**/bundles/fmelfinder/js/elfinder.min.js
.I updated in
config/routes/fm_elfinder.yaml
:But it continue failing, and added to
config/packages/fm_elfinder.yaml
:With no luck.
The text was updated successfully, but these errors were encountered: