wizards
Dies ist eine vorgefertigte Schablone.
Bitte fülle soviel aus, wie dir nur Möglich ist, du kannst auch gerne noch mehr Angaben machen.
Problembeschreibung:
Ich ma wieder
Hab den Hack Profile Visits von Speedy eingebaut,und erhalte folgende Fehlermeldung, wenn ich auf ein Profil gehe:
SQL-DATABASE ERROR
Database error in WoltLab Burning Board (2.3.6 pl2): Invalid SQL: Delete from bb1_profilevisits where profile_id=328 and art='V' and datum<
mysql 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 '' at line 1
mysql error number: 1064
mysql version: 5.0.32-Debian_7etch6-log
php version: 5.2.6
Date: 21.08.2008 @ 16:39
Script: /profile.php?userid=328
Hab alles jetzt 3x kontrolliert,und meine keinen Fehler gemacht zu haben.
Der zu erstellende Eintrag für die Datenbank lautete:
CREATE TABLE bb1_profilevisits (profile_id INT (11) UNSIGNED not null , visitor_id INT (11) UNSIGNED not null , art CHAR (1) not null , datum TIMESTAMP (14) not null ) comment = 'Profil-Besuche'
Wer weiss Rat???
Fehlermeldung: s.o.
Link zum Forum oder Screenshot:
Was wurde zuletzt geändert oder eingebaut?Hackeinbau Profile Visits
Ich häng auch mal die Passage der profile.php dran:
Bitte fülle soviel aus, wie dir nur Möglich ist, du kannst auch gerne noch mehr Angaben machen.
Problembeschreibung:
Ich ma wieder

Hab den Hack Profile Visits von Speedy eingebaut,und erhalte folgende Fehlermeldung, wenn ich auf ein Profil gehe:
SQL-DATABASE ERROR
Database error in WoltLab Burning Board (2.3.6 pl2): Invalid SQL: Delete from bb1_profilevisits where profile_id=328 and art='V' and datum<
mysql 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 '' at line 1
mysql error number: 1064
mysql version: 5.0.32-Debian_7etch6-log
php version: 5.2.6
Date: 21.08.2008 @ 16:39
Script: /profile.php?userid=328
Hab alles jetzt 3x kontrolliert,und meine keinen Fehler gemacht zu haben.
Der zu erstellende Eintrag für die Datenbank lautete:
CREATE TABLE bb1_profilevisits (profile_id INT (11) UNSIGNED not null , visitor_id INT (11) UNSIGNED not null , art CHAR (1) not null , datum TIMESTAMP (14) not null ) comment = 'Profil-Besuche'
Wer weiss Rat???
Fehlermeldung: s.o.
Link zum Forum oder Screenshot:
Was wurde zuletzt geändert oder eingebaut?Hackeinbau Profile Visits
Ich häng auch mal die Passage der profile.php dran:
|