First of all, make a backup of your MySQL database!
Now, run this SQL query with a tool like phpMyAdmin to delete all empty albums:
Now, run this SQL query with a tool like phpMyAdmin to delete all empty albums:
Code: [Select]
DELETE FROM cpg15x_albums WHERE aid NOT IN (SELECT aid FROM cpg15x_pictures)
(maybe you need to replace [tt...