Fehler beim Öffnen
Hallo zusammen,
habe ein kleines Problem:
was bedeutet das? bei bedarf kann ich noch den Text von der reserv.php dranhängen...ist halt etwas lang...
hoffe ihr könnt mir da helfen
mfg rapschmon
habe ein kleines Problem:
Zitat
Could not process reservierungen table
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 u.ally_id = AND r.status = ORDER BY r . ozean ASC, r . gruppe ASC, r . po' at line 1
SELECT r . * , u . ally_tag AS tag , i . pts AS ipts , i . is_main , u2 . name AS iuname , u2 . pts AS iupts , u2 . ally_tag AS iutag FROM pk_reservierungen r LEFT JOIN pk_users u ON r . name = u . name LEFT JOIN pk_islands i ON r . ozean = i . ozean AND r . gruppe = i . gruppe AND r . position = i . position LEFT JOIN pk_users u2 ON i . user_id = u2 . id WHERE r.status >= 0 AND r.ozean = AND u.ally_id = AND r.status = ORDER BY r . ozean ASC, r . gruppe ASC, r . position ASC
Line : 481
File : reserv.php
was bedeutet das? bei bedarf kann ich noch den Text von der reserv.php dranhängen...ist halt etwas lang...
|
|
Quellcode |
1 |
Line 481: message_die(GENERAL_ERROR, 'Could not process reservierungen table', '', __LINE__, __FILE__, $sql); |
hoffe ihr könnt mir da helfen

mfg rapschmon
|
|
Quellcode |
1 |
AND r.ozean = AND u.ally_id = AND r.status = |
Da fehlen die Werte
Über mich: www.heinervdm.de
Persönlich Mitteilungen an mich bitte als PN (nicht Email) hier im Forum. ICQ und Skype bitte nur in Notfällen.
Persönlich Mitteilungen an mich bitte als PN (nicht Email) hier im Forum. ICQ und Skype bitte nur in Notfällen.
Ich weiß nicht was du da vorhast, deshalb kann ich dazu auch nichts weiter sagen.
Über mich: www.heinervdm.de
Persönlich Mitteilungen an mich bitte als PN (nicht Email) hier im Forum. ICQ und Skype bitte nur in Notfällen.
Persönlich Mitteilungen an mich bitte als PN (nicht Email) hier im Forum. ICQ und Skype bitte nur in Notfällen.


