...because it seems to contain links to files that no longer exist (e.g. http://natalieford.com/photos/thumbnails.php?album=2&page=3). How should I remove these links from the database? ???
This happens when you remove things by ftp, or you used a database dump when you moved from another server, but did not bring all the pics with you.
If you still have those pics, ftp them into the folder they used to be in. Then use coppermine to delete them. otherwise, you will have to edit the database pictures table, and manually remove the entries for these pics.
Quote from: Casper on November 17, 2004, 04:50:03 PM
This happens when you remove things by ftp
Yep. I learnt the hard way.
QuoteIf you still have those pics, ftp them into the folder they used to be in.
They no longer exist.
QuoteOtherwise, you will have to edit the database pictures table, and manually remove the entries for these pics.
That is what I thought. How do I do that? What access do I need? What tools?
Whatever tool your host provides for your use, something like phpMyAdmin.
With that you can do anything you want to the database. Be aware, it is very easy to cock it all up when you don't know what you're doing.
Before you do anything else, you should make a backup(dump) of the database, so you can restore everything if it goes wrong.
You should regularly make a back-up anyway.