phpBB/cpg integration issues phpBB/cpg integration issues
 

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

phpBB/cpg integration issues

Started by klp, December 18, 2004, 04:53:29 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

klp

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)


mcpb

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.

klp

other combinations either gave errors or a similar message.

mcpb

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.