Fehler am Board?

Projekte der phpBB.de-Community und Feedback zu phpBB.de.
Antworten
The Lord of Programming
Mitglied
Beiträge: 344
Registriert: 25.05.2003 13:49
Wohnort: Illingen(Württ)
Kontaktdaten:

Fehler am Board?

Beitrag von The Lord of Programming »

Mir passiert es öfters, wenn ich eine Topic öffne, oder wieder zurück zum index gehe, dass dann plötzlich nix mehr mit dem Forum geht. D.h.z.B. folgende Fehlermeldung erscheint im Browserfenster:
Internet Explorer 5 hat geschrieben:Warning: mysql_connect(): Too many connections in /home/sascha/wwwroot/phpbb.de/db/mysql4.php on line 48

Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/sascha/wwwroot/phpbb.de/db/mysql4.php on line 330

Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /home/sascha/wwwroot/phpbb.de/db/mysql4.php on line 331
phpBB : Critical Error

Could not connect to the database
Manchmal kommt dann auch noch ne Windowsfehlermeldung, aber das regt voll auf. Dann muss ich oft ziemlich lang warten, bis es wieder geht und mich neu einloggen. Passiert euch sowas auch?
codemonkey
Ehemaliges Teammitglied
Beiträge: 3005
Registriert: 13.10.2002 15:15
Wohnort: Wilhelmshaven
Kontaktdaten:

Beitrag von codemonkey »

Ja, der Fehler ist bekannt und wir arbeiten dran.
Candy
Mitglied
Beiträge: 314
Registriert: 09.11.2002 21:15

Beitrag von Candy »

Es scheint wohl noch einen Fehler hier im Board zu geben wenn ich ein thema über den normalen link in der viewtopic-ansicht aufrufe http://www.phpbb.de/viewtopic.php?t=29654 bekomme ich ne fehlermeldung:
Could not obtain topic information

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND t.topic_id = p.topic_id AND p2.topic_id = p.topic_id AND p2

SELECT t.topic_id, t.topic_title, t.topic_status, t.topic_replies, t.topic_time, t.topic_type, t.topic_vote, t.topic_last_post_id, f.forum_name, f.forum_status, f.forum_id, f.auth_view, f.auth_read, f.auth_post, f.auth_reply, f.auth_edit, f.auth_delete, f.auth_sticky, f.auth_announce, f.auth_pollcreate, f.auth_vote, f.auth_attachments, COUNT(p2.post_id) AS prev_posts FROM phpbb_topics t, phpbb_forums f, phpbb_posts p, phpbb_posts p2 WHERE p.post_id = AND t.topic_id = p.topic_id AND p2.topic_id = p.topic_id AND p2.post_id <= AND f.forum_id = t.forum_id GROUP BY p.post_id, t.topic_id, t.topic_title, t.topic_status, t.topic_replies, t.topic_time, t.topic_type, t.topic_vote, t.topic_last_post_id, f.forum_name, f.forum_status, f.forum_id, f.auth_view, f.auth_read, f.auth_post, f.auth_reply, f.auth_edit, f.auth_delete, f.auth_sticky, f.auth_announce, f.auth_pollcreate, f.auth_vote, f.auth_attachments ORDER BY p.post_id ASC

Line : 152
File : /home/sascha/wwwroot/phpbb.de/viewtopic.php
:o

Über das icon in der spalte letzter Beitrag kommt die fehlermeldung nicht :)

Grüße Candy
codemonkey
Ehemaliges Teammitglied
Beiträge: 3005
Registriert: 13.10.2002 15:15
Wohnort: Wilhelmshaven
Kontaktdaten:

Beitrag von codemonkey »

Ja auch diesen Fehler haben wir schon gefunden ;)
Antworten

Zurück zu „Community Talk“