Anyway to RESTORE IMAGE descriptions to the Database? Anyway to RESTORE IMAGE descriptions to the Database?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Anyway to RESTORE IMAGE descriptions to the Database?

Started by severeidaho, July 25, 2006, 06:00:42 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

severeidaho

Hi there.  After I had a database error with my previous version of Gallery, I decided to Re-install the New CPG version and create a new database.  I did back up my previous database and this backup has my image descriptions on it.  All I want to do is restore that table and nothing else.   Can this be done?  And How?   

Thank you....

-gerrit

Sami

this is not coppermine issue !
if your old databse is up:
you need to write simple php script to query your old databse/xxx_pictures/caption
something like
- connect to your old databse
- execute the query select caption from cpgxxx_pictures
- store result in array
and then insert or update these info from array to your new database , xxx_pictures table
if you don't have your old databse up and running then use phpmyadmin and manualy restore only that table
‍I don't answer to PM with support question
Please post your issue to related board