You missed the file edit to Jukebox.php in this thread... and if your tables were already there... they more than likely are not correct... (missing the album field...)
STEP 6. In the jukebox.php file, find:
if ( $mid > $count['media'] ) :
eval(standard_error(fetch_error('jukebox_nonewer') ));
endif;
and DELETE IT. (This corrects the fact that you continuously get the NoNewer error phrase when clicking the media name to be viewed.)
if you have problems afterwards, I'd be happy to take a look...
Mark
|