Fehlermeldung nach Update auf 3.0.8
- Mahony
- Ehemaliges Teammitglied
- Beiträge: 12179
- Registriert: 17.11.2005 22:33
- Wohnort: Ostfildern Kemnat
- Kontaktdaten:
Re: Fehlermeldung nach Update auf 3.0.8
Hallo
O.K. - dann zeig mal bitte die includes/functions.php im Pastebin.
Grüße: Mahony
O.K. - dann zeig mal bitte die includes/functions.php im Pastebin.
Grüße: Mahony
Taekwondo in Berlin
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Re: Fehlermeldung nach Update auf 3.0.8
Hier ist die functions.php:
https://www.phpbb.de/support/pastebin.p ... hlight=php
https://www.phpbb.de/support/pastebin.p ... hlight=php
- Mahony
- Ehemaliges Teammitglied
- Beiträge: 12179
- Registriert: 17.11.2005 22:33
- Wohnort: Ostfildern Kemnat
- Kontaktdaten:
Re: Fehlermeldung nach Update auf 3.0.8
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
Ersetze mit
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
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'];
}
Code: Alles auswählen
while ($row = $db->sql_fetchrow($result))
{
$sql_update[] = (int) $row['forum_id'];
}
Grüße: Mahony
Taekwondo in Berlin
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
-
- Mitglied
- Beiträge: 313
- Registriert: 10.07.2005 15:09
- Wohnort: Vinnen
- Kontaktdaten:
Re: Fehlermeldung nach Update auf 3.0.8
Danach erscheint Fehlermeldung:Mahony hat geschrieben: SucheErsetze mitCode: Alles auswählen
while ($row = $db->sql_fetchrow($result)) { $sql_update[] = $row['forum_id']; }
Code: Alles auswählen
while ($row = $db->sql_fetchrow($result)) { $sql_update[] = (int) $row['forum_id']; }
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)
http://forum.skoliose-op.info
phpBB-Version: 3.0.11 | Style: subsilver2
MODs: Board3Portalv1.0.2 | Auto-Groups-101 | Anti_double_post_v1.0.5 | Geomap-2.1.0 | Who_was_here_1.0.0-RC1 | Firefox 3 Password Management Fix 1.0.0. | Smilies Categories 1.0.3 | Tablemaker Standalone) | NV_advanced_last_topic_titles_1_2_8
phpBB-Version: 3.0.11 | Style: subsilver2
MODs: Board3Portalv1.0.2 | Auto-Groups-101 | Anti_double_post_v1.0.5 | Geomap-2.1.0 | Who_was_here_1.0.0-RC1 | Firefox 3 Password Management Fix 1.0.0. | Smilies Categories 1.0.3 | Tablemaker Standalone) | NV_advanced_last_topic_titles_1_2_8
Re: Fehlermeldung nach Update auf 3.0.8
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.
Habe die letzte Änderung in der posting.php rückgängig gemacht, wegen der Fehlermeldungen im Kopf des Forums.
- Mahony
- Ehemaliges Teammitglied
- Beiträge: 12179
- Registriert: 17.11.2005 22:33
- Wohnort: Ostfildern Kemnat
- Kontaktdaten:
Re: Fehlermeldung nach Update auf 3.0.8
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
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
Taekwondo in Berlin
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
-
- Mitglied
- Beiträge: 313
- Registriert: 10.07.2005 15:09
- Wohnort: Vinnen
- Kontaktdaten:
Re: Fehlermeldung nach Update auf 3.0.8
Hallo Mahony,
da haben wir noch kein Update von gemacht *schäm*

http://forum.skoliose-op.info
phpBB-Version: 3.0.11 | Style: subsilver2
MODs: Board3Portalv1.0.2 | Auto-Groups-101 | Anti_double_post_v1.0.5 | Geomap-2.1.0 | Who_was_here_1.0.0-RC1 | Firefox 3 Password Management Fix 1.0.0. | Smilies Categories 1.0.3 | Tablemaker Standalone) | NV_advanced_last_topic_titles_1_2_8
phpBB-Version: 3.0.11 | Style: subsilver2
MODs: Board3Portalv1.0.2 | Auto-Groups-101 | Anti_double_post_v1.0.5 | Geomap-2.1.0 | Who_was_here_1.0.0-RC1 | Firefox 3 Password Management Fix 1.0.0. | Smilies Categories 1.0.3 | Tablemaker Standalone) | NV_advanced_last_topic_titles_1_2_8
- Mahony
- Ehemaliges Teammitglied
- Beiträge: 12179
- Registriert: 17.11.2005 22:33
- Wohnort: Ostfildern Kemnat
- Kontaktdaten:
Re: Fehlermeldung nach Update auf 3.0.8
Hallo
Grüße: Mahony
Na dann aber schnell --> http://www.phpbb.com/customise/db/mod/anti_double_post/Stonewoman hat geschrieben:da haben wir noch kein Update von gemacht *schäm*
Grüße: Mahony
Taekwondo in Berlin
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
-
- Mitglied
- Beiträge: 313
- Registriert: 10.07.2005 15:09
- Wohnort: Vinnen
- Kontaktdaten:
Re: Fehlermeldung nach Update auf 3.0.8
Ist runtergeladen und wird jetzt sofort erledigt...
http://forum.skoliose-op.info
phpBB-Version: 3.0.11 | Style: subsilver2
MODs: Board3Portalv1.0.2 | Auto-Groups-101 | Anti_double_post_v1.0.5 | Geomap-2.1.0 | Who_was_here_1.0.0-RC1 | Firefox 3 Password Management Fix 1.0.0. | Smilies Categories 1.0.3 | Tablemaker Standalone) | NV_advanced_last_topic_titles_1_2_8
phpBB-Version: 3.0.11 | Style: subsilver2
MODs: Board3Portalv1.0.2 | Auto-Groups-101 | Anti_double_post_v1.0.5 | Geomap-2.1.0 | Who_was_here_1.0.0-RC1 | Firefox 3 Password Management Fix 1.0.0. | Smilies Categories 1.0.3 | Tablemaker Standalone) | NV_advanced_last_topic_titles_1_2_8
-
- Mitglied
- Beiträge: 313
- Registriert: 10.07.2005 15:09
- Wohnort: Vinnen
- Kontaktdaten:
Re: Fehlermeldung nach Update auf 3.0.8
Hallo,
Update war erfolgreich, aber die Fehler bestehen immer noch...
Update war erfolgreich, aber die Fehler bestehen immer noch...
http://forum.skoliose-op.info
phpBB-Version: 3.0.11 | Style: subsilver2
MODs: Board3Portalv1.0.2 | Auto-Groups-101 | Anti_double_post_v1.0.5 | Geomap-2.1.0 | Who_was_here_1.0.0-RC1 | Firefox 3 Password Management Fix 1.0.0. | Smilies Categories 1.0.3 | Tablemaker Standalone) | NV_advanced_last_topic_titles_1_2_8
phpBB-Version: 3.0.11 | Style: subsilver2
MODs: Board3Portalv1.0.2 | Auto-Groups-101 | Anti_double_post_v1.0.5 | Geomap-2.1.0 | Who_was_here_1.0.0-RC1 | Firefox 3 Password Management Fix 1.0.0. | Smilies Categories 1.0.3 | Tablemaker Standalone) | NV_advanced_last_topic_titles_1_2_8