PHPBB integration not working PHPBB integration not working
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

PHPBB integration not working

Started by kehbop, November 12, 2005, 01:52:01 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kehbop

I am trying to integrate phpBB with Coppermine 1.3.3 and I can't access the main coppermine page.

It says:
Fatal error :
There was an error while processing a database query


This probably isn't enough information for you to fix my problem, but can you point me in the right direction to why it is happening?


kehbop

Sorry for posting in the wrong place. The navigation for these forums is kinda confusing.

Anyways, I'm sure I have the database name correct and I'm only using one server. (localhost)

When I do not enter a password at all and leave it as: define('PHPBB_DB_PASSWORD', ' ');
I get the message I mentioned. This is for a database user that does not have a password.

When I put in a database username (guest),  with a password and enter the password in the variable area, it says:
Coppermine critical error:
Unable to connect to phpBB Board database !

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