Seite 1 von 1

Zu blöde um phpBB auf einem IIS5 zu instllieren.

Verfasst: 08.12.2002 19:23
von Floyd
Guten Tag,

anscheinen bin ich zu blöde die installationsanweisung umzusetzten. ich habe auf nem IIS5 server den phpbb2.0.3 ordner unter dem namen phpbb2 entpackt. außerdem den ordner phpMyAdmin.

nun versuch ich die http://localhost/phpbb2/install.php aufzurufen. da kommt bei mir nur irgend ein blöder text von wegen:
<?php
/***************************************************************************
* install.php
* -------------------
* begin : Tuesday, Sept 11, 2001
* copyright : (C) 2001 The phpBB Group
* email : supportphpbb.com
*
* $Id: install.php,v 1.41.2.4 2002/07/19 15:58:16 psotfx Exp $
*
***************************************************************************/

/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/

error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables
set_magic_quotes_runtime(0); // Disable magic_quotes_runtime

define('IN_PHPBB', true);
$phpbb_root_path='./';
include($phpbb_root_path.'extension.inc');
include($phpbb_root_path . 'includes/functions_selects.'.$phpEx);

$userdata = array();
$lang = array();
$reinstall = false;
[.......]
und aus der anleitung werde ich net schlau, kann mir einer mal ne kurze hilfestellung geben.

ICQ: 141381306

bin nicht sonderlich schwer von begriff also dürfte es nicht lange dauern.

im vorhinein vielen dank

MfG

Verfasst: 08.12.2002 19:29
von Jensemann
Schaut so aus als ob deine personalisierte sicherheitslücke (MS IIS) kein php kann. Hast du php installiert und richtig konfiguriert?

Wenn nein, hilft dir dabei sicher das php Manual, ich hab vom IIS keine ahnung, sorry.

Mfg
Jens

Verfasst: 08.12.2002 20:04
von Floyd
Guten Tag,

ich habe selber keine ahung wie man PHP unter nem IIS5 installiert. und jetzt sagt bitte nicht googeln, so schlau war ich ja auch schon :-)

MfG

Verfasst: 08.12.2002 20:17
von itst