Seite 2 von 2

Verfasst: 30.11.2002 14:23
von Mister_X
@Gast die extension.inc braucht Inhalt, entpacke sie nochmal frisch aus dem phpBB2 Archiv und uppe sie

Verfasst: 30.11.2002 14:57
von Gast
die extension.inc hat nun folgenden Inhalt:
<?php
/***************************************************************************
* extension.inc
* -------------------
* begin : Saturday, Feb 13, 2001
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
*
* $Id: extension.inc,v 1.5 2002/04/04 11:52:50 psotfx Exp $
*
*
***************************************************************************/

if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}

//
// Change this if your extension is not .php!
//
$phpEx = "php";

$starttime = 0;

?>

Die meisten Fehler auf der install.php seite sind verschwunden, es bleiben nun jedoch noch:

Parse error: parse error in sessions.php on line 125

Parse error: parse error, expecting `']'' in lang_main.php on line 393

Fatal error: Call to undefined function: language_select() in install.php on line 561


Ich bedanke mich für eure Mühen!

Verfasst: 30.11.2002 16:01
von Mister_X
gut extension.inc sieht gut aus :)
sessions.php: probiere mal auch die Datei nochmal frisch zu uppen, wenn der Fehler bestehen bleibt poste mal die Zeilen 120 - 130 (zw. [code] und [/code] bitte)
lang_main.php: Poste mal Zeile 393
language_select Fehler: könnte mit der lang_main.php zusammenhängen ...