Transfer from other server Transfer from other server
 

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

Transfer from other server

Started by lonebard, September 23, 2008, 04:11:05 PM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

lonebard

Feel free to move this if it isn't supposed to be in the "install" forum. I wasn't sure where else to place it.

I've taken over the administration of a gallery from someone else. And I'm in the process of transferring this gallery over to my server.

I imported all the database files I had exported from their host, and I've copied over all the files.

I updated the database info in /include/config.inc.php

Quote<?php
// Coppermine configuration file

// MySQL configuration
$CONFIG['dbserver'] =                         'localhost';        // Your database server
$CONFIG['dbuser'] =                         'themasqu_admin';        // Your mysql username
$CONFIG['dbpass'] =                         '*****';                // Your mysql password
$CONFIG['dbname'] =                         'themasqu_exgallery';        // Your mysql database name


// MySQL TABLE NAMES PREFIX
$CONFIG['TABLE_PREFIX'] =                'cpg145_';
?>

and uploaded it and I get this error message...

QuoteWhile executing query "SELECT * FROM cpg145_config" on 0

mySQL error: Table 'themasqu_ExGallery.cpg145_config' doesn't exist

Is there anything else I need to edit? or did I screw something up with my databases?

lonebard

My god. Never mind. The idiot who I'm taking over for had two sets of tables in the database and I had imported ones for something else and not coppermine. Sorry for wasting your time.