Anmelung und Erzeugung von config.php
Verfasst: Fr 6. Feb 2009, 15:16
Juhu,
wenn ich mich als völliger Neustarter mit index.php versuche anzumelden, lande ich nach
include_once ('./includes/startup.php');
in
if (!file_exists( dirname(__FILE__) . '/config.php'))
{
$msg = "<h1>Fatal Error</h1><br>";
$msg .= "Could not open the configuration file <b>config.php</b>.<br><br>";
$msg .= "Please make sure that you saved the file in the setup program. If you had to place the file manually on your webserver, make sure that it is placed in your contenido/includes directory.";
die ($msg);
}
Dös will ich aber doch gar nicht, oder?
Ich will doch loslegen.
Adam
wenn ich mich als völliger Neustarter mit index.php versuche anzumelden, lande ich nach
include_once ('./includes/startup.php');
in
if (!file_exists( dirname(__FILE__) . '/config.php'))
{
$msg = "<h1>Fatal Error</h1><br>";
$msg .= "Could not open the configuration file <b>config.php</b>.<br><br>";
$msg .= "Please make sure that you saved the file in the setup program. If you had to place the file manually on your webserver, make sure that it is placed in your contenido/includes directory.";
die ($msg);
}
Dös will ich aber doch gar nicht, oder?
Ich will doch loslegen.
Adam