Mass deleting albums? Mass deleting albums?
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Mass deleting albums?

Started by kat17, June 29, 2013, 01:42:53 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kat17

I recently deleted the entire contents of my coppermine gallery (30,000+ images) and now I have thousands of albums I need to remove. I have been considering just removing the entire gallery and installing a new one because I can't figure out a way to delete more then a couple of galleries at a time.

ΑndrĂ©

It's probably the easiest way to just install a new gallery if you want to clear everything. The only way to batch delete the remaining albums is to do that with a appropriate query in the database (execute something like
DELETE FROM cpg15x_albums
in e.g. phpMyAdmin).