Transfer from other server Transfer from other server
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Transfer from other server

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

Previous topic - Next topic

0 Members and 1 Guest 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.