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