mogmog Posted April 23, 2009 Report Posted April 23, 2009 Names of labels/artist do change as well as cat nos sometimes changing a little bit from time to time and, you're right, this will break the URL. There's no way of us keeping the old URLs alive in this case. Creating a redirect table that link old cat nos to new or the release_id would be trivial. Also if you use 301 redirects the search engines will know the new page replaced the old page and you'll keep your search rankings. Quote
haste Posted April 23, 2009 Report Posted April 23, 2009 We don't store the old cat nos or old label names, though, and at the moment they are overwritten with the new data and anything old is just lost. The way the system is updated at the moment doesn't actually make this as trivial as you might think but it's certainly something that we can look at building in in the future. Quote
.lm. Posted May 31, 2009 Report Posted May 31, 2009 Notice: Undefined index: 18403 in /usr/home/rdb/www/label.php on line 983 http://www.rolldabeats.com/label/sighco_recordings Quote
Ornette Posted June 27, 2009 Report Posted June 27, 2009 SQL errors appearing for non-existant labels... http://www.rolldabeats.com/label/reinforced gives you Notice: Undefined variable: label_log_id in /usr/home/rdb/www/label.php on line 369 MySQL query error: SELECT DISTINCT tags.name, tags.id FROM label INNER JOIN `release` r ON label.id = r.label_id INNER JOIN release_track ON r.id = release_track.release_id INNER JOIN track ON release_track.track_id = track.id INNER JOIN tags_tracks ON release_track.track_id = tags_tracks.track_id INNER JOIN tags ON tags_tracks.tag_id = tags.id WHERE label.log_id = AND parent_id = 0 ORDER BY tags.name ASC MySQL error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND parent_id = 0 ORDER BY tags.name ASC' at line 8 MySQL error code: 1064 Date: Saturday 27th 2009f June 2009 04:07:23 PMwhere as http://www.rolldabeats.com/label/reinforced_recordsis fine Quote
thijs Posted June 29, 2009 Report Posted June 29, 2009 Hmm... the first should be a 404. Thanks, will look into this one. Quote
.lm. Posted July 7, 2009 Report Posted July 7, 2009 Notice: Undefined variable: listing in /usr/home/rdb/www/person.php on line 634 Warning: Invalid argument supplied for foreach() in /usr/home/rdb/www/person.php on line 634 http://www.rolldabeats.com/person/geoff_wright Quote
Ornette Posted October 16, 2009 Report Posted October 16, 2009 The (invalid) http://www.rolldabeats.com/release/juice_box/jboxcd30/ complains XML Parsing Error: mismatched tag. Expected: </body>. Location: http://www.rolldabeats.com/release/juice_box/jboxcd30/ Line Number 143, Column 7: </div> ------^ Whereas http://www.rolldabeats.com/release/juice_box/jbox30cd/ is fine Quote
haste Posted October 16, 2009 Report Posted October 16, 2009 Actually all broken links will give this error...need to get round to fixing this! Quote
.lm. Posted October 29, 2009 Report Posted October 29, 2009 Notice: Undefined index: 7941 in /usr/home/rdb/www/label.php on line 984 http://www.rolldabeats.com/label/quench_recordings Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.