View Single Post
  #2  
Old Apr 3, 2018, 09:52 AM
Myrkul's Avatar
Myrkul Myrkul is offline
VGMdb Staff
VGM Artist
 
Join Date: Sep 2007
Location: France
Posts: 3,125
Default

Admins probably saw it, here's the error just in case.
Quote:
Invalid SQL:
SELECT
a.*, b.titles
FROM vgmdb_product_album a
LEFT JOIN vgmdb_product b
ON (a.productid = b.productid)
WHERE a.albumid = XXXXX
ORDER BY a.productalbumid ASC;

MySQL Error : Table './vgmdb/vgmdb_product' is marked as crashed and should be repaired
Reply With Quote