Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Transfer from other server  (Read 2659 times)

0 Members and 1 Guest are viewing this topic.

lonebard

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 50
Transfer from other server
« on: September 23, 2008, 04:11:05 pm »

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...

Quote
While 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?
Logged

lonebard

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 50
Re: Transfer from other server
« Reply #1 on: September 23, 2008, 04:20:19 pm »

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.
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 15 queries.