Wenn ich prüfen lasse für was ich Updates habe kommt der Fehler auf der Webseite:
Code
QUERY: SELECT license.* FROM wcf1_customer_account AS account JOIN wcf1_customer_license AS license ON (license.customerID = account.customerID) WHERE account.userID = 3281 AND (expire == -1 OR expire > 1382833236)
ERROR: 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 '== -1 OR expire > 1382833236)' at line 5
da ist wohl ein = zu viel
MfG