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".
I navigate to Media Manager and is does not list files or folders
I should see files or folders that are available in the server.
Joomla version: 4.4.2
PHP: 8.3.1
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
Information Required
|
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.
I'm also using JCE File Manager in articles and it has no problem listing folders and files.
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.
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.
The response is empty and there is a javascript error trying to do a JSON.parse of an empty or undefined variable.
Can you see what the response is that the browser gets?
The request get a status 200 but the reponse is empty.
Can you enabled debug mode and set error reporting to maximum and see again what it says?
The response is empty and there is a javascript error trying to do a JSON.parse of an empty or undefined variable.
@seamlink-aalves Please post the javascript error.
Labels |
Added:
bug
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-03-30 19:42:31 |
Closed_By | ⇒ | Quy |
Closing due to no response.
How did you do the upgrade and from which 3.x starting version exactly?