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
Media Manager empty #42731
Comments
|
How did you do the upgrade and from which 3.x starting version exactly? |
|
The update was done from version 3.10.12 using the update process documented in Joomla site. I had to update the template and several plugins, components and modules to make it work of course. This issue is one that I haven't been able to solve. |
Unistall JCE and report back if that solved the problem |
|
I uninstalled JCE and still the Media manager is blank. |
|
Is the plugin „Filesystem - Local“ enabled and does it point to the right folder in its configuration options? |
|
I had previously checked this plugin. It is enabled and points to the correct folder. I also added another path and it shows in the left panel where the tree was supposed to appear. Please note that the left panel shows the entry for the image folder, but the right panel is empty. |
The response is empty and there is a javascript error trying to do a JSON.parse of an empty or undefined variable. |

I've upgraded to the latest version of Joomla from version 3.x but I no longer can list the image folder content in Media Manager. I'm also using JCE File Manager in articles and it has no problem listing folders and files.
I've checked the response from
index.php?option=com_media&format=json&mediatypes=0,1,2,3&task=api.files&path=local-images:/but the response is empty.In the empty Media Manager I can create and list a folder. It is correctly created in the server. If I do it the other way arround, creating the folder in the server, it is not listed in the Media Manager. I checked the owner and permitions (755) are exactly the same either when creating in the server or creating through Media Manager.
The path to images folder is configured correctly in configurations. My setting is currently "images".
Steps to reproduce the issue
I navigate to Media Manager and is does not list files or folders
Expected result
I should see files or folders that are available in the server.
Actual result
System information (as much as possible)
Joomla version: 4.4.2
PHP: 8.3.1
Additional comments
The text was updated successfully, but these errors were encountered: