I'm tryign to bridge my coppermine 1.3 gallery with my phpbb 2.0 board, but I don't really know what to put for the ones with the arrow point at it. Could someone please tell me where I can find this information?
// database configuration
define('PHPBB_DB_NAME', 'phpbb'); // The name of the database used by the board <==
define('PHPBB_BD_HOST', 'localhost'); // The name of the database server <==
define('PHPBB_DB_USERNAME', '***'); // The username to use to connect to the database
define('PHPBB_DB_PASSWORD', '***'); // The password to use to connect to the database
// The web path to your phpBB directory
// If your URL to your board is for example 'http://yoursite_name.com/phpBB2/',
// you'll have to set the below var to '/phpBB2/'.
define('PHPBB_WEB_PATH', '/phpBB2/');
// Logout Flag
// the value of this boolean constant depends on your phpBB version:
// If your version of phpBB is 2.0.4 or lower - change the value to FALSE;
// if your version of phpBB is 2.0.5 or newer - leave it as TRUE
define('PHPBB_LOGOUT_GET', TRUE);
You can find them in your phpbb folder in a file called config.php or something like it.
ok Thanks! How do I know when it's working? Is there a test that I can do.
When you try to log in from coppermine, it should redirect you to the phpbb login page. Once logged in, you should see admin menus if you are logged in as admin.
Which file can you find the mySQL server (database type) that the gallery is installed under?
include/config.inc.php