I fixed it by opening viewMusic.php then find:
PHP Code:
$sCode .= '<div>'._t("_URL").': <input type="text" onClick="this.focus(); this.select();" readonly="true" value="'.$site['url'].'viewMusic.php?fileID='.$aFile['medProfId'].'"/></div>';
and replace with:
PHP Code:
$sCode .= '<div>'._t("_URL").': <input type="text" onClick="this.focus(); this.select();" readonly="true" value="'.$site['url'].'viewMusic.php?fileID='.$aFile['medID'].'"/></div>';
I also saw that the problem is in the viewVideo.php so open that file and do the same with that. Change the medProfid to medID.
Cheerz
Bookmarks