Anyone else out there using CakePHP 1.2 and trying to use the Media View component? I’m trying to hide the actual location of the MP3s on nebyoolae.com to make it seem more professional and give me more control over counting downloads (and maybe it’ll lower the number of random websites direct linking to songs).

I’ve tried two methods of implementation I found online (method 1, method 2), but neither seem to work, both resulting in a blank screen save for debug info. No file downloads, no request for the file is even made, nothing appears in logs, and no errors occur in the console. Debugging the parameters shows everything being correct and the file/folder where the media exists are accessible by my local machine, so I don’t know what’s up.