caipa
16.10.2005, 21:53
Datenbankfehler in vBulletin 3.5.0:
Invalid SQL:
SELECT IF(visible = 2, 1, 0) AS isdeleted,
NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed, emailupdate, folderid,
thread.*
FROM vb3_thread AS thread
LEFT JOIN vb3_subscribethread AS subscribethread ON (subscribethread.threadid = thread.threadid AND subscribethread.userid = )
WHERE thread.threadid = 205;
MySQL-Fehler : 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 ')
WHERE thread.threadid = 205' at line 8
Fehler-Nr. : 1064
Datum : Sunday, October 16th 2005 @ 09:44:03 PM
Skript : http://www.tuningworlds.de/newreply.php?do=newreply&noquote=1&p=1814
Referrer :
IP-Adresse : 212.144.197.178
Benutzername :
Klassenname : vb_database
Mails von dieser Sorte bekomme ich sehr viele. Das einzige was sich scheinbar immer ändert ist die Thread ID. Wo ist ihr das Problem?
Invalid SQL:
SELECT IF(visible = 2, 1, 0) AS isdeleted,
NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed, emailupdate, folderid,
thread.*
FROM vb3_thread AS thread
LEFT JOIN vb3_subscribethread AS subscribethread ON (subscribethread.threadid = thread.threadid AND subscribethread.userid = )
WHERE thread.threadid = 205;
MySQL-Fehler : 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 ')
WHERE thread.threadid = 205' at line 8
Fehler-Nr. : 1064
Datum : Sunday, October 16th 2005 @ 09:44:03 PM
Skript : http://www.tuningworlds.de/newreply.php?do=newreply&noquote=1&p=1814
Referrer :
IP-Adresse : 212.144.197.178
Benutzername :
Klassenname : vb_database
Mails von dieser Sorte bekomme ich sehr viele. Das einzige was sich scheinbar immer ändert ist die Thread ID. Wo ist ihr das Problem?