bridging with smf and sharing db tables bridging with smf and sharing db tables
 

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

bridging with smf and sharing db tables

Started by koichirose, January 14, 2005, 12:27:42 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

koichirose

i messed up totally my old cpg 1.2.1, so i installed a fresh 1.3.2, bridged with smf
everything works ok, all my albums are gone (i still have all the images on server), but i still have all the db tables of cpg 1.2.1 (they have cpg11d_ prefix).
can i replace someway the 1.3.2 tables to get all my albums, comments, etc working again? what if i rename those tables with phpmyadmin utility?
i don't know if it can be done, thank you

Nibbler

You can try altering your include/config.inc.php to point to the old tables and then run update.php.

koichirose

should I change this :
$CONFIG['TABLE_PREFIX'] =                'cpg132_';
to this:
$CONFIG['TABLE_PREFIX'] =                'cpg11d_';   ?

and why running update.php?

Nibbler

Yes, you need to run update.php to update your 1.2.1 database to 1.3.2

koichirose

thank you very much it seems it worked!!!
should i delete the cpg132 tables now?

Nibbler

If there is no useful data there, then yes.