News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Please HELP! [Fatal Error]

Started by daine, October 25, 2003, 08:57:19 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

daine

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.

daine

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?

daine

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

daine

Sorry, just realized my stupidness, lmao.