What steps will reproduce the problem?
1. Use the latest SVN version
2. Create a subfolder in the media section
3. Upload a file in this new folder
What is the expected output? What do you see instead?
I expect the file to be uploaded in the new folder, but it is uploaded to
the root (media) because the action, mediapath and filepath were not found.
What version of the product are you using? On what operating system?
1.5 SVN version
Please provide any additional information below.
This problem occurs because the use of "$this->render('url', $data)"
instead of "$this->partial('url', $data)". The partial helper accepts an
array with values, the render helper does not.
r217 of /trunk/application/admin/views/scripts/media/open-folder.phtml was
correct.
View difference at:
http://code.google.com/p/digitalus-cms/source/diff?spec=svn338&r=317&format=side
&path=/trunk/application/admin/views/scripts/media/open-folder.phtml&old_path=/t
runk/application/admin/views/scripts/media/open-folder.phtml&old=217
Original issue reported on code.google.com by pieter.beens on 21 Apr 2009 at 12:08
Original issue reported on code.google.com by
pieter.beens
on 21 Apr 2009 at 12:08