SQL Error : 1054 Unknown column 'gruppe' in 'on clause'
Folgender Fehler:
Lösung:
öffne die Extraspiele.php, finde dort :
ersetze mit
Datenbank-Fehler
DEBUG MODE
SQL Error : 1054 Unknown column 'gruppe' in 'on clause'
SELECT tippspiel_extraspiele.extraspielid, tippspiel_extraspiele.Typ, heim, auswarts, anlass, zeit, heimtore, auswartstore, heimtipp, auswartstipp, bewertet, id, name FROM tippspiel_extraspiele, tippspiel_extraspieleusertips left join tippspiel_extraspielgruppen on gruppe = id WHERE tippspiel_extraspiele.extraspielid = tippspiel_extraspieleusertips.extraspielid AND userid = '2' and tippspiel_extraspiele.zeit < '1186141752' ORDER BY zeit DESC Line : 423 File : extraspiele.php
Lösung:
öffne die Extraspiele.php, finde dort :
FROM tippspiel_extraspiele, tippspiel_extraspieleusertips left join tippspiel_extraspielgruppen on tippspiel_extraspiele.gruppe = id WHERE
ersetze mit
FROM tippspiel_extraspiele, tippspiel_extraspieleusertips, tippspiel_extraspielgruppen WHERE tippspiel_extraspiele.gruppe = id and
2 Comments:
So gehts leider auch nicht:
Fehler
SQL-Befehl:
ALTER TABLE tippspiel_extraspiele ADD int( 4 ) NOT NULL default 0
MySQL meldet: Dokumentation
#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 'int(4) NOT NULL default 0' at line 1
By Walter schneider, at 18:12
Ok, ist gefixt.
Post wurde aktualisiert.
By Patch, at 22:08
Kommentar veröffentlichen
<< Home