MultiFire
08-14-2002, 06:18 PM
I'm having some trouble with installing phpbb. I dont know barely anything about databases. Our forum was previously on another host & domain, so we took the files & put them on www.theugl.net (my host), so that we can transfer the board. But i keep getting a error "cannot connect with database"
You can see the error here: http://www.theugl.net/forums/index.php
I contacted the host and they said the database is already set up...does anyone have any ideas... :eek:
P.s: i hope i put this in the right forum.... :confused:
Jedito
08-14-2002, 06:20 PM
Did you set the database name, database user, and password on the configuration file of phpbb?
MultiFire
08-14-2002, 06:20 PM
also the original forum is here:
http://theugl.robswebdesigning.com/forums/
MultiFire
08-14-2002, 06:21 PM
where is the configurationf ile located? the config file was on the admin panel of the original board...should i have edited it before i transfered? cause it seems even access the control on the new DB.
MultiFire
08-14-2002, 06:33 PM
Also is it possibly because the forum is located in.....this directory of my domain:
home/theugl/var/www/html
there is also a one called
home/theugl/var/www/cgi-bin
should i like make one called:
home/theugl/var/www/php ?????
MultiFire
08-14-2002, 06:37 PM
ok i found a config.php in the forums folder....i edited to this:
<?php
//
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
//
$dbms = "mysql";
$dbhost = "localhost";
$dbname = "theugl_net";
$dbuser = "MyUserName";
$dbpasswd = "MyPassword";
$table_prefix = "phpbb_";
define('PHPBB_INSTALLED', true);
?>
Yet it still doesnt work....
okihost
08-14-2002, 06:54 PM
This oddly happened to one of my sites and I ended up just copying a config.php from another site and editing it and it seemed to work. You might want to download the old config.php and try that..... I have no clue why it did not work and it is still a mystery but that did fix the issue by getting another copy of config.php. Also triplecheck all permissions.
MultiFire
08-14-2002, 06:58 PM
do u happen to know what i should Chmod, and what i shouldnt....and to what level
also, i did copy the config from the old file, but edited to fit the new one.....still no work *sniffle*
dreamrae.com
08-15-2002, 03:38 AM
Um i talked to you over aim..Im guessing that what i said helped: install phpbb2.0.1, import your database, then upgrade the board to phpbb2.0.2 .
:stickout