Fatal error :
There was an error while processing a database query
This is what comes out on my photo album when I tried to install it with PHPBB. The installation is complete, and then when I click "go to main page" that's what I get.
Btw, I am confused with these:
// 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','root'); // 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
// In this example http://yoursite_name.com/phpBB2/
define('PHPBB_WEB_PATH','/phpBB2/');
These are my info, so how do I place them?
host: localhost
username: blue_phpbb (I'm confused whethere to place blue_phpbb or just blue)
phpbb database: blue_phpbb
password: pwd (example)
and this is how I've placed them:
// ------------------------------------------------------------------------- //
// database configuration
define('blue_phpbb', 'phpBB'); // The name of the database used by the board
define('localhost', 'localhost'); // The name of the database server
define('blue', 'root'); // The username to use to connect to the database
define('pwd', ''); // The password to use to connect to the database
// The web path to your phpBB directory
// In this example http://blueamity.com/ipsa
define('http://ipsa.blueamity.com/', '/phpBB2/');
// ------------------------------------------------------------------------- //
Can someone please help me?
Notice: Constant blue_phpbb already defined in /home/blue/public_html/forumfotos/bridge/phpbb.inc.php on line 27
Fatal error :
There was an error while processing a database query
I tried writing blue_phpbb as the database name and my username as well and this is what shows up
Sorry, just realized my stupidness, lmao.