Page 1 of 1

Proble after installation.

Posted: Tue 12. Jul 2005, 11:45
by Fred
The installation went OK, I replaced the config file, but after that, trying to log in the following message appeared:
We are sorry!

For service reasons the system is temporarily not attainable.

Visit us later again!
Can anyone have an idea what it is about?

Fred

Posted: Tue 12. Jul 2005, 11:59
by frold
please recheck you database settings in config.php

Posted: Tue 12. Jul 2005, 15:34
by sarcasticdave
I get the same problem.

Can any one tell a right thicko how to find out what the db + table name will be if I'm using cpanel + Fantisco ??? I'm upgrading to 1.2.3 from 1.1 RC4

cheers

Dave

Posted: Tue 12. Jul 2005, 16:05
by pico
Hi

your Database Settings are 'your' Database Settings - nobody can tell you what you have to instert there

Maybe look to your old conf.inc.php there are the settings to your Database

Code: Select all

$phpwcms["db_host"]           = "URL_or_IP_of_your_Database";
$phpwcms["db_user"]           = "your_Username_for_Database_Access";
$phpwcms["db_pass"]           = "your_Password_for_Database_Access";
$phpwcms["db_table"]          = "Name_of_the_Databes_you_use";
$phpwcms["db_prepend"]        = "prepend_for_your_Tables";