-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[5.2] Media manager fix default adapter handling #44313
Conversation
Solution only works in backend. Frontend-Editing have still the Error |
Cannot be, the code is the same for both, for administrator and for site. |
administrator/components/com_media/src/Provider/ProviderManagerHelperTrait.php
Outdated
Show resolved
Hide resolved
I have tested this item ✅ successfully on b80e9eb This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44313. |
I have tested this item ✅ successfully on b80e9eb This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44313. |
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44313. |
I would be very happy if this bug fix could be integrated into Joomla 5.2.2. The problem has hit my mirror installation, so that no more posts could be edited at any point. Without the fix, my actively used version will have to remain on Joomla 4, which is not an ideal solution for me. Is there possibly another way to support the process? |
Yes, me to. Problem in Frontend still in Joomla 5.2.1. Not good :( Hope also to fix it. |
Pull Request for Issue #44277 .
Summary of Changes
Media manager produces an error when "Path to Files Folder" field contain folder that not in the plugin "FileSystem - Local".
I have fixed fallback to first available adapter.
Testing Instructions
Edit Media manager global options, set "Path to Files Folder" to some random existing folder.
Make sure this folder does not selected in plugin "FileSystem - Local".
Enable Drag&Drop upload for TinyMCE.
Open Article editing.
Actual result BEFORE applying this Pull Request
An error page
Expected result AFTER applying this Pull Request
No error
Link to documentations
Please select: