Seite 1 von 1

Anmelung und Erzeugung von config.php

Verfasst: Fr 6. Feb 2009, 15:16
von Adam789
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

Re: Anmelung und Erzeugung von config.php

Verfasst: Fr 6. Feb 2009, 15:46
von MichFress
Tja, vorm Loslegen musst du Contenido halt installieren.

Re: Anmelung und Erzeugung von config.php

Verfasst: Fr 6. Feb 2009, 15:50
von Adam789
Tja, genaues Lesen hilft.

Schönen Dank!