MyBB.de Forum
Your copy of MyBB has experienced an error - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.4.x (https://www.mybb.de/forum/forum-51.html)
+---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-52.html)
+---- Thema: Your copy of MyBB has experienced an error (/thread-15486.html)



Your copy of MyBB has experienced an error - freeze - 13.01.2010

Hallo zusamman,

heute habe ich folgende E-Mail erhalten:

Zitat:Your copy of MyBB running on "MEIN FORUM" (http://www.meinedomain/meinforum) has experienced an error. Details of the error include:
---
Type: 20
File: (Line no. 0)
Message
SQL Error: 2006 - MySQL server has gone away
Query: UPDATE mybb_threads SET views=views+1 WHERE tid='3553'

Forum läuft jedoch, der Mysql Server hat sich nicht verabschiedet... Hab noch nie so eine Mail vom mybb bekommen, ist das eine neue Funktion? Konnte per Suche nichts passendes finden...


Vielen Dank & Grüße

Alex


RE: Your copy of MyBB has experienced an error - StefanT - 13.01.2010

Dann war der MySQL-Server mal nicht erreichbar. Die E-Mails sind nicht neu, sondern funktionieren jetzt erst richtig. Wink


RE: Your copy of MyBB has experienced an error - freeze - 13.01.2010

Alles klar, danke! Smile


RE: Your copy of MyBB has experienced an error - neu - 21.07.2010

Bei mir lautet die per e-Mail (1-3 Mal am Tag) zugeleitete Fehlermeldung:

Your copy of MyBB running on ... /forum) has experienced an error. Details of the error include:
---
Type: 20
File: (Line no. 0)
Message
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 ')
ORDER BY p.dateline' at line 4
Query:
SELECT u.*, u.username AS userusername, p.*
FROM mybb_posts p
LEFT JOIN mybb_users u ON (u.uid=p.uid)
WHERE p.pid IN ()
ORDER BY p.dateline


Was muss ich tun, damit diese Fehlermeldung nicht mehr auftritt?


RE: Your copy of MyBB has experienced an error - Michael Malin - 21.07.2010

(21.07.2010, 04:08)neu schrieb: Bei mir lautet die per e-Mail (1-3 Mal am Tag) zugeleitete Fehlermeldung:

Your copy of MyBB running on ... /forum) has experienced an error. Details of the error include:
---
Type: 20
File: (Line no. 0)
Message
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 ')
ORDER BY p.dateline' at line 4
Query:
SELECT u.*, u.username AS userusername, p.*
FROM mybb_posts p
LEFT JOIN mybb_users u ON (u.uid=p.uid)
WHERE p.pid IN ()
ORDER BY p.dateline


Was muss ich tun, damit diese Fehlermeldung nicht mehr auftritt?

Herausfinden, bei welcher Aktion das Auftritt. Mir fällt zu dem, was die Fehlermeldung sagt, mehreres ein...


RE: Your copy of MyBB has experienced an error - StefanT - 21.07.2010

https://www.mybb.de/forum/thread-12168-post-101509.html#pid101509