Bug with Media Manager Joomla! 3.3.0

Did you find a bug in Joomla! 3.x but aren't sure? This forum is the place to help figure out if the problem is a bug and how to report it. If you are an experienced Joomla! user and are certain that you have found a bug please use the Bug Tracker to submit your issue.
This forum is for discussion about bugs and to get help with reporting them to the Bug Tracker: https://issues.joomla.org

Moderator: ooffick

Forum rules
Please use the official Bug Tracker to report a bug: https://issues.joomla.org
docmartinuk
Joomla! Apprentice
Joomla! Apprentice
Posts: 9
Joined: Sun Feb 02, 2014 4:44 pm

Re: Bug with Media Manager Joomla! 3.3.0

Post by docmartinuk » Wed May 14, 2014 8:01 pm

Ditto Media Management issues. Only just holding my own with Joomla, never mind delving into the bowels of the software, Github and editing via FTP. Roll on a nice user-friendly fix from you guys who freely give of your time and expertise to generate this Open software for the benefit of others. I for one appreciate all you do, so thank you and roll on 3.3.1.

tomschiff
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Sun May 25, 2014 10:16 pm

Re: Bug with Media Manager Joomla! 3.3.0

Post by tomschiff » Sun May 25, 2014 10:47 pm

Here is some more information

Started with a clean install 3.3 no extensions
As a related issue the user has no way to determine which directory is the current directroy in media manager except to add a sub directory and see where it ends up. The current directory path should be visable, it is not visable only the directory contents are visable.
1. Go to Media Manager, create directories Dr1, Dr2, Dr3
2. Go into Dr1 and create directory Sdir1 it will be created in the root leave Sdir1 in root
3. Go back in to Dr1 and create directory Sdir1 it will be created in Dr1

User avatar
webm3442
Joomla! Intern
Joomla! Intern
Posts: 88
Joined: Sat Aug 04, 2007 7:27 am
Location: NL - Eindhoven
Contact:

Re: Bug with Media Manager Joomla! 3.3.0

Post by webm3442 » Mon May 26, 2014 7:04 am

Earlier in this topic you can find the fix, or wait for 3.3.1.

onurzaim
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Thu Aug 04, 2011 4:26 pm

Re: Bug with Media Manager Joomla! 3.3.0

Post by onurzaim » Mon Jun 02, 2014 11:48 pm

Your solution worked. Thanks!
Eyeseetv wrote:I found the solutions (I think). Take into account, that these fixes should be in 3.3.1 so if UR not comfortable editing the code, U can ftp until it's fixed. Remember that if you ftp, be sure to upload a blank index.html into every folder you create. As always, back up Ur stuff before U edit it.

FOR MEDIA FILES:
http://www.joomlaportal.de/joomla-3-x-i ... sed-2.html (comment #19)

Here's the file U need to edit:
/administrator/components/com_media/controllers/file.php

Under "public function upload()" look for the code on line #47:

$this->folder = $this->input->get('folder', '', 'path');
and change it to
$this->folder = $this->input->get->get('folder', '', 'path');

Your adding a second "->get" (w/o the quotes)

~

Eyeseetv
Joomla! Apprentice
Joomla! Apprentice
Posts: 24
Joined: Tue Jun 26, 2012 11:07 pm

Re: Bug with Media Manager Joomla! 3.3.0

Post by Eyeseetv » Wed Jun 04, 2014 7:48 pm

onurzaim wrote:Your solution worked. Thanks!
Glad to have helped. :p
Cheers!
ESTV

User avatar
Firebride
Joomla! Intern
Joomla! Intern
Posts: 97
Joined: Sat May 31, 2008 6:15 pm
Location: South Africa

Re: Bug with Media Manager Joomla! 3.3.0

Post by Firebride » Mon Jun 09, 2014 4:48 pm

Thanks, worked for me! Was driving me nuts... :eek: :-[ :geek:
Eyeseetv wrote:I found the solutions (I think). Take into account, that these fixes should be in 3.3.1 so if UR not comfortable editing the code, U can ftp until it's fixed. Remember that if you ftp, be sure to upload a blank index.html into every folder you create. As always, back up Ur stuff before U edit it.

FOR MEDIA FILES:
http://www.joomlaportal.de/joomla-3-x-i ... sed-2.html (comment #19)

Here's the file U need to edit:
/administrator/components/com_media/controllers/file.php

Under "public function upload()" look for the code on line #47:

$this->folder = $this->input->get('folder', '', 'path');
and change it to
$this->folder = $this->input->get->get('folder', '', 'path');

Your adding a second "->get" (w/o the quotes)

~
[/quote]

sovainfo
Joomla! Exemplar
Joomla! Exemplar
Posts: 8808
Joined: Sat Oct 01, 2011 7:06 pm

Re: Bug with Media Manager Joomla! 3.3.0

Post by sovainfo » Mon Jun 09, 2014 4:50 pm

You better have a look at https://github.com/joomla/joomla-cms/pull/3575/files for the real fix. This goes into J3.3.1 expecting any day now.
Issue with migrating? Include logs/joomla_update.php in your report!
Blank screen? Verify pagesource for HTML code (javascript error)
Installation failing on populating database? Install with set_time_limit(0)
Document your customizations!

Eyeseetv
Joomla! Apprentice
Joomla! Apprentice
Posts: 24
Joined: Tue Jun 26, 2012 11:07 pm

Re: Bug with Media Manager Joomla! 3.3.0

Post by Eyeseetv » Mon Jun 09, 2014 6:12 pm

Firebride wrote:Thanks, worked for me! Was driving me nuts... :eek: :-[ :geek:
Glad to have helped!
Cheers!
ESTV

manux
Joomla! Apprentice
Joomla! Apprentice
Posts: 14
Joined: Fri Feb 25, 2011 7:49 pm

Re: Bug with Media Manager Joomla! 3.3.0

Post by manux » Mon Jun 09, 2014 6:47 pm

fix is working, well done

junior666
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Mon Jun 30, 2014 4:54 pm

Re: Bug with Media Manager Joomla! 3.3.0

Post by junior666 » Wed Jul 22, 2015 4:14 pm

Hello everyone.
With the latest update of Joomla (3.4.3), my problem with the media manager came back and I can not solve with the available patch. Someone with the same problem?

imevinodh1
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Wed Jul 29, 2015 9:01 am

Re: Bug with Media Manager Joomla! 3.3.0

Post by imevinodh1 » Wed Jul 29, 2015 9:04 am

Thanks all, the below worked well.
FOR MEDIA FILES:
http://www.joomlaportal.de/joomla-3-x-i ... sed-2.html (comment #19)

Here's the file U need to edit:
/administrator/components/com_media/controllers/file.php

Under "public function upload()" look for the code on line #47:

$this->folder = $this->input->get('folder', '', 'path');
and change it to
$this->folder = $this->input->get->get('folder', '', 'path');

Your adding a second "->get" (w/o the quotes)

User avatar
webm3442
Joomla! Intern
Joomla! Intern
Posts: 88
Joined: Sat Aug 04, 2007 7:27 am
Location: NL - Eindhoven
Contact:

Re: Bug with Media Manager Joomla! 3.3.0

Post by webm3442 » Wed Jul 29, 2015 9:22 am

This bug doesn't exist anymore in Joomla 3.4.3!

junior666
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Mon Jun 30, 2014 4:54 pm

Re: Bug with Media Manager Joomla! 3.3.0

Post by junior666 » Wed Jul 29, 2015 12:47 pm

[quote='imevinodh1']
Thanks all, the below worked well.
FOR MEDIA FILES:
http://www.joomlaportal.de/joomla-3-x-i ... sed-2.html (comment #19)

Here's the file U need to edit:
/administrator/components/com_media/controllers/file.php

Under "public function upload()" look for the code on line #47:

$this->folder = $this->input->get('folder', '', 'path');
and change it to
$this->folder = $this->input->get->get('folder', '', 'path');

Your adding a second "->get" (w/o the quotes)
[/quote]

Thanks for the reply imevinodh1.I did all the amendments suggested by Eyeseetv a year ago and had solved this problem. But the upgrade to the 3.4.2 version I noticed that the bug was back.

Redid all the steps but without success.
):

junior666
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Mon Jun 30, 2014 4:54 pm

Re: Bug with Media Manager Joomla! 3.3.0

Post by junior666 » Wed Jul 29, 2015 12:54 pm

webm3442 wrote:This bug doesn't exist anymore in Joomla 3.4.3!
Yes there is. No matter what I do, is create a subfolder or insert an image within any any folder, it is saved in the root folder of images.


Had been solved with the method of Eyessetv, but by upgrading the bug again.

User avatar
webm3442
Joomla! Intern
Joomla! Intern
Posts: 88
Joined: Sat Aug 04, 2007 7:27 am
Location: NL - Eindhoven
Contact:

Re: Bug with Media Manager Joomla! 3.3.0

Post by webm3442 » Wed Jul 29, 2015 1:11 pm

And if you hack core files you'll have to do so with every update. Looks like something went wrong with earlier updates. Check your files with the patches on github given earlier in this post.


Locked

Return to “Joomla! 3.x Bug Reporting”