Questions tagged [media-manager]
Media Manager is the Joomla Built-in tool to upload, manage and delete files and images in Joomla.
31 questions
0 votes
2 answers
172 views
Cannot upload video but no error message
Using Joomla 5.2.1 I have tried to upload a video to the media manager. It's 95.6mb. I updated media manager options to allow for 500mb. In PHP I have these settings. memory_limit = 256M post_max_size ...
0 votes
1 answer
61 views
Different folders for image and pdf
In media settings, you can use different folders for images and files. I set to images - "image" folder and for pdf - "public" folder. But, when I upload a PDF to the site, the ...
0 votes
0 answers
124 views
Media Resize plugin not working on article images
I have a Joomla 4 site and have enabled the 'Media Action - Resize' plugin, I have set the max width and max height in the plugin params to be 500 When I upload an image via Content > Media, it ...
0 votes
0 answers
245 views
Need help with Media component error
When I go to content > media, I don't see anything and cannot upload images or make folders. There is the error: "Property 'mime_type' of argument 'item' of event onFetchMediaItems has a wrong ...
0 votes
1 answer
108 views
Add title to image tag
Seo optimizers cannot find titles in pictures, and I can not find how to add it through the admin panels. Please help.
0 votes
1 answer
134 views
Can I limit a custom media field to use a single filesystem plugin?
I'm using Joomla custom fields for articles and have created a custom field of type "media". Also, because I want to setup my own rules on where and how uploaded files are stored, I've ...
1 vote
1 answer
76 views
Getting server errors when trying to add an intro/full article image to article (J3)
On one of my servers (Plesk on Linode) I have several Joomla sites. Sometime in the past couple weeks we are no longer able to select (or upload) an intro or full article image to an article. It is ...
2 votes
1 answer
698 views
media manager,error not work,thanks!
open the media management,its error “Property 'mime_type' of argument 'item' of event onFetchMediaItems has a wrong item. Valid: string” i dont know why,thanks!
0 votes
1 answer
248 views
Render field in backend record form from plugin xml file
I'm building a component with payment plugins and I need to display the plugins fields in the account form record. The plugin xml fields section is <fields name="params"> <fieldset ...
1 vote
0 answers
757 views
Joomla 4 alpha display modal with insert image button
I am developing a custom module in Joomla4 alpha, using a bootstrap rendered modal window so that the user of the component will assign images from media in the Joomla back end to the extension ...
1 vote
0 answers
60 views
How to set default permissions of files uploaded through Joomla Media Manager?
I'm running Joomla(3.9.8) on an Apache/PHP server on Linux. If you touch a file as the server user (and from PHP running on the server), the permissions of that file are: -rw-rw-r--. However, if a ...
1 vote
1 answer
73 views
Big Sized files download links for frontend users component
Is there any component which allows large files management. I would like to provide download links for frontend users but but the file size excedes 500MB. On the other side just the logged in users ...
2 votes
1 answer
141 views
Media Manager 504 error
I am working on a website where media manager data is quite huge. Because of this reason the media manager is not working and gives 504 Gateway timeout error Total media manager files are of 25gb. ...
1 vote
1 answer
584 views
Easy upload intro image from frontend on specific folder
on joomla frontend submission you can upload intro and full image images using joomla media manager. You first upload on the folder you choose and then select image and then insert image. I need to ...
2 votes
1 answer
949 views
Render field type in custom form
I'm trying to render the media manager field type in a custom form. The form is not loaded from the xml. this code is causing an error: $obj = new JFormFieldMedia(); $obj -> __set('name','...