rflx
Erfahrenes Mitglied
Hi Folks!
Habe folgendes Problem:
Habe ein IIS Webserver installiert mit folgenden Feautures: (PHP5, MySQL und phpMyAdmin). Jetzt wenn ich die Startseite (index.php) aufrufe, bekomme ich eine Fehlermeldung (siehe Anhang)...
config.inc.php:
Danke im Voraus...
Habe folgendes Problem:
Habe ein IIS Webserver installiert mit folgenden Feautures: (PHP5, MySQL und phpMyAdmin). Jetzt wenn ich die Startseite (index.php) aufrufe, bekomme ich eine Fehlermeldung (siehe Anhang)...
config.inc.php:
PHP:
<?php
/* Servers configuration */
$i = 0;
/* Server localhost (config:root) [1] */
$i++;
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['controluser'] = 'administrator';
$cfg['Servers'][$i]['controlpass'] = 'passwort';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'passwort';
/* End of servers configuration */
$cfg['ForceSSL'] = false;
$cfg['ShowPhpInfo'] = false;
$cfg['ShowChgPassword'] = false;
$cfg['AllowArbitraryServer'] = true;
$cfg['LoginCookieRecall'] = 'something';
$cfg['LoginCookieValidity'] = 1800;
?>
Danke im Voraus...