coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: klp on December 18, 2004, 04:53:29 AM

Title: phpBB/cpg integration issues
Post by: klp on December 18, 2004, 04:53:29 AM
I have read the integration and tried twice with no success. I have tried various things and cannot correct it.
Below is the error when I try to go to my Gallery now. Any help is sincerely appreciated.

klp


Coppermine critical error:
Unable to connect to phpBB Board database !

MySQL said: Access denied for user: 'user_phpbb2@localhost' (Using password: YES)

Title: Re: phpBB/cpg integration issues
Post by: mcpb on December 18, 2004, 05:02:21 AM
I'm no expert;

But check to see that your database name is correct. I had this very same error maybe 30 min ago. I change the database name and poof it was gone!!!

If you have CPanel log in and check your MySQL database names see how many you have and if you know what they are. If CPanel installed the PHPBB it might be under a diffrent name. Give it a shot! Let us kow if it works.
Title: Re: phpBB/cpg integration issues
Post by: klp on December 18, 2004, 05:38:02 AM
other combinations either gave errors or a similar message.
Title: Re: phpBB/cpg integration issues
Post by: mcpb on December 18, 2004, 05:49:42 AM
open the file /phpbb/config.php

you might see this:

<?php


// phpBB 2.x auto-generated config file
// Do not change anything in this file!

$dbms 'mysql';

$dbhost 'localhost';
$dbname 'mc6_xmb1';
$dbuser 'mc6_xmb1';
$dbpasswd 'PASSWORD';

$table_prefix 'phpbb_';


note the dbname, user, & PW  this is what you are wanting to use. Give this a shot, but note these are mine and your config file maybe diffrent.