-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update elfinder to latest version Important: requires composer update.
- Loading branch information
Showing
5 changed files
with
224 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
main/template/default/javascript/editor/elfinder_standalone.tpl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
ac8a66b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure how/why it worked for you, but for all of us here with different versions of PHP, this change broke the elfinder popup (it appears blank).
When doing composer update, in the notes, we get:
And then it finishes without error, but when opening the elfinder window, we get a blank page and the JS console shows:
This prevents us from uploading anything. This is relatively important, but the big mystery is how it can work for you...
ac8a66b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nevermind this comment above: the portals we were testing were all using custom template folders (super weird circumstances), and so our elfinder tpl was not updated by your commit!
That was resolved by copying the main/template/default/javascript/editor/elfinder_standalone.tpl file to the custom template.
ac8a66b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😼