From: Reini U. <ru...@x-...> - 2004-04-24 08:09:20
|
Immanuel, Gidado-Yisa schrieb: > During the installation, I got to where it is talking to the database. > When I got to index.php, this is all I see: > > RecentChanges | FindPage | > Loading up virgin wiki > Complete. > Return to HomePage > > I don't see any 'edit' link. Anything obvious I'm missing? Your setup is missing a required config setting, so it cannot verify thet the HomePage already exists and tries to initialise it again and again. We cannot tell which config setting is missing, because we don't know your setup. "Loading up virgin wiki" is done, when the action != browse (browse is the default) and pagename != HOME_PAGE. So you either changed the constant HOME_PAGE, or lib/main.php:_deducePagename() couldn't detect your pagename from your request. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |