Seite 5 von 6
Re: Fehlermeldung nach Update auf 3.0.8
Verfasst: 19.06.2011 17:14
von Mahony
Hallo
O.K. - dann zeig mal bitte die includes/functions.php im Pastebin.
Grüße: Mahony
Re: Fehlermeldung nach Update auf 3.0.8
Verfasst: 19.06.2011 17:28
von the-boar
Re: Fehlermeldung nach Update auf 3.0.8
Verfasst: 19.06.2011 17:39
von Mahony
Hallo
O.K. - An der functions.php sollte es nicht liegen, obwohl dort anscheinend nicht upgedatet wurde.
Wenigstens ein Sicherheits-relevanter Code wurde nicht geändert.
Suche
Code: Alles auswählen
while ($row = $db->sql_fetchrow($result))
{
$sql_update[] = $row['forum_id'];
}
Ersetze mit
Code: Alles auswählen
while ($row = $db->sql_fetchrow($result))
{
$sql_update[] = (int) $row['forum_id'];
}
Hm, gut - dann bleibt ja eigentlich nur noch die posting.php (sofern ich nichts übersehen habe) - also bitte mal die posting.php im Pastebin zeigen.
Grüße: Mahony
Re: Fehlermeldung nach Update auf 3.0.8
Verfasst: 19.06.2011 17:46
von Stonewoman
Mahony hat geschrieben:
Suche
Code: Alles auswählen
while ($row = $db->sql_fetchrow($result))
{
$sql_update[] = $row['forum_id'];
}
Ersetze mit
Code: Alles auswählen
while ($row = $db->sql_fetchrow($result))
{
$sql_update[] = (int) $row['forum_id'];
}
Danach erscheint Fehlermeldung:
Code: Alles auswählen
_); } } return; } ?>[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4490: Cannot modify header information - headers already sent by (output started at /includes/functions.php:4681)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4492: Cannot modify header information - headers already sent by (output started at /includes/functions.php:4681)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4493: Cannot modify header information - headers already sent by (output started at /includes/functions.php:4681)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4494: Cannot modify header information - headers already sent by (output started at /includes/functions.php:4681)
Und alles ist ganz groß
Re: Fehlermeldung nach Update auf 3.0.8
Verfasst: 19.06.2011 17:48
von the-boar
die posting.php ist im Pastebin
Habe die letzte Änderung in der posting.php rückgängig gemacht, wegen der Fehlermeldungen im Kopf des Forums.
Re: Fehlermeldung nach Update auf 3.0.8
Verfasst: 19.06.2011 18:59
von Mahony
Hallo
Es könnte am Anti Double Post MOD liegen. Welche Version habt ihr denn installiert (aktuell ist die Version 2.0.4 ).
Grüße: Mahony
Re: Fehlermeldung nach Update auf 3.0.8
Verfasst: 19.06.2011 19:10
von Stonewoman
Hallo Mahony,

da haben wir noch kein Update von gemacht *schäm*
Re: Fehlermeldung nach Update auf 3.0.8
Verfasst: 19.06.2011 19:19
von Mahony
Hallo
Stonewoman hat geschrieben: 
da haben wir noch kein Update von gemacht *schäm*
Na dann aber schnell -->
http://www.phpbb.com/customise/db/mod/anti_double_post/
Grüße: Mahony
Re: Fehlermeldung nach Update auf 3.0.8
Verfasst: 19.06.2011 19:30
von Stonewoman
Ist runtergeladen und wird jetzt sofort erledigt...
Re: Fehlermeldung nach Update auf 3.0.8
Verfasst: 19.06.2011 20:35
von Stonewoman
Hallo,
Update war erfolgreich, aber die Fehler bestehen immer noch...