Seite 1 von 1

update von 3.0.0 auf 3.0.1

Verfasst: 08.01.2009 19:08
von peaco
hi leute...

wollte meine board wieder mal auf den neusten stand der dinge bringen und hab upgedated...
leider kommt jetzt folgender fehler wenn ich meine seite aufrufen möchte...
--------------------------
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3289: Undefined index: HIDDEN_USERS_ZERO_TOTAL_AND
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3526: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2948)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3528: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2948)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3529: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2948)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3530: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2948)
[phpBB Debug] PHP Notice: in file /includes/functions_wwh2.php on line 23: Use of undefined constant WWH_TABLE - assumed 'WWH_TABLE'

SQL ERROR [ mysql4 ]

Table 'db61250012.WWH_TABLE' doesn't exist [1146]

SQL

DELETE FROM WWH_TABLE WHERE (ip = 'gelöscht' AND id = '1') OR id = 4

BACKTRACE

FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()

FILE: includes/functions_wwh2.php
LINE: 24
CALL: dbal_mysql->sql_query()

FILE: includes/functions_wwh.php
LINE: 17
CALL: include_once('includes/functions_wwh2.php')

FILE: index.php
LINE: 144
CALL: include('includes/functions_wwh.php')
----------------------------------

hat jemand nen tip was ich falsch gemacht habe bzw. kann mir jemand helfen das in ordnung zu bringen ?

grüße

Re: update von 3.0.0 auf 3.0.1

Verfasst: 08.01.2009 20:48
von Dr.Death
Hallo,

der erste Fehler ist: Du verwendest ein zu altes ( deutsches? ) Sprachpaket. Dies musst Du auch aktualisieren.

Der Zweite Fehler ist, das die vom MOD eingefügten Zeilen in der includes/constants.php wohl heraus geflogen sind.
Es handelt sich um den WWH ( Wer War Hier ) MOD von nickvergessen.

Prüfe also mal nach Installationsanleitung von diesem MOD wie die Änderung der Datei includes/constants.php auszusehen hat.