BabDev / Podcast-Manager

Podcast Manager is a suite of extensions allowing users to host and manage a podcast feed from their Joomla! site.
http://www.babdev.com/extensions/podcast-manager
40 stars 16 forks source link

Podcasts always upload to root #134

Open supermac opened 10 years ago

supermac commented 10 years ago

I'm going to Podcast Manager -> Podcast -> New, and upload a podcast to some folder (/Podcast/Program1/ for example) but the mp3 always upload to the root (/Podcast/).

if I upload the podcasts from File Manager, it works.

Any idea??

Thanks! Supermac

numinousmedia commented 10 years ago

I'm also experiencing this problem. Any thoughts or suggested fixes? I'm using Joomla 3.1.5 with Podcast Manager 2.1.0. I checked on the folder permissions in the media folder, just to be sure, and all of the sub-folders in question are using 755 permissions.

mbabker commented 10 years ago

Might be a mismatched behavior in the upload methods. I'll look at it soon.

alexhackney commented 10 years ago

Ive got this issue too. Love this extension though.

mbabker commented 10 years ago

Dug around some, it might be a little bit beyond what I am able to do right now to fix it.

So, long story short, the whole file manager is heavily dependent on JavaScript to do a lot of things, and my JavaScript skill is somewhere close to non-existant. It works in the actual File Manager because the JavaScript is all loading and working there. The same scripts aren't being loaded in the media field, so the data needed to make it all work properly isn't being inserted.

This code is based on the core Media Manager, which after digging around there, has the same issue. If I see something come up on the CMS about it (I know I've seen bug reports about this issue, just can't remember how old the reports are or if anyone's tried working a patch), I can port that over here.