hi All,
The installation failed, so I deleted everything on the serveur and added it back
now, I can't re-install it anymore
-when I try to run install.php, I've got the following:
Installation Error
Roster is already installed - remove the file install.php and the folder install/ in this directory.
- when I delete the install file and directory, I've got:
Cannot get roster configuration from database
MySQL Said: 0:
You might not have roster installed
INSTALL
conf.php look correct to me (password deleted)
<?php
/******************************
* AUTO-GENERATED CONF FILE
* DO NOT EDIT !!!
******************************/
$db_host = "localhost";
$db_name = "freeh_xxxx";
$db_user = "othor_xxxx";
$db_passwd = ".....";
$db_prefix = "roster_";
define('ROSTER_INSTALLED', true);
?>
has anyone an idea ?
thanks