Seite 1 von 1

Fehler am Board?

Verfasst: 20.06.2003 14:56
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?

Verfasst: 20.06.2003 17:44
von codemonkey
Ja, der Fehler ist bekannt und wir arbeiten dran.

Verfasst: 20.06.2003 21:13
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

Verfasst: 21.06.2003 14:34
von codemonkey
Ja auch diesen Fehler haben wir schon gefunden ;)