Thank speedG and alwarren

your comments are so great...but it still didn't work !
Installation directory was completely removed but when I try to go to Check page
(http://..../administrator/index.php) it always redirect to
http://.../installation/index.php... and nothing was shown up

(May be there's errors but E_NONE reporting level of PHP eliminated them).
I tried insert statement
error_reporting(E_ALL); or modify
$mosConfig_error_reporting=2047 (E_ALL) to get PHP parse errors - nothing was shown up also.
I really don't know what problem happened with my ADMINISTRATION PAGE ? Why it alway redirect to INSTALLATION PAGE even though there's exitence of
configuration.php. I have tried to look at the source code in
administration/index.php and found out this is the only control flow that will redirect to INSTALLATION PAGE:
Quote:
if (!file_exists( "../configuration.php" )) {
header( "Location: ../installation/index.php" );
exit();
}
|
Am I correct ? Or there's a subsequent redirect when we include other files ? Could you pls show me the way how to trace ?
I can login as admin on front page via Login Form module but can't go to ADMINISTRATION PAGE ??
Quote:
|
Alwarren : Check session.save_path in php.ini. Make sure it is pointing to a valid NT path. For example, mine is session.save_path = C:\apache2\session.
|
Since I can login as admin on front page, do you think my problems relating to session handling ? But I didn't have privilege to modify php.ini

life is not simple as pressing ESC when your Windows 95 ask for your password, rite ?
Could you pls take a look at my configuration.php...my admin added
~ before their username.
Quote:
$mosConfig_offline = '0';
$mosConfig_host = 'localhost'; // This is normally set to localhost
$mosConfig_user = 'xxxx'; // MySQL username
$mosConfig_password = 'yyyy'; // MySQL password
$mosConfig_db = 'xxxx'; // MySQL database name
$mosConfig_dbprefix = 'mos_'; // Do not change unless you need to!
$mosConfig_lang = 'english'; // Site language
$mosConfig_absolute_path = 'd:\\xxxx\\xxxx\\~\\xxxx'; // No trailing slash
$mosConfig_live_site = 'http://www.mysite.com/~xxxx'; // No trailing slash
$mosConfig_sitename = 'Mambo Open Source'; // Name of Mambo site
$mosConfig_shownoauth = '1'; // Display links & categories users don't have access to
$mosConfig_emailpass = '1';
|
I passed Gayle's
automated fault finder