Problem mit CashMOD
Verfasst: 05.10.2007 15:58
Also eigendlich läuft dieser MOD nur habe ich Angst, dass da was fehlt, denn bei der Installation musste ich
im DB ausführen doch dieser nahm ihn nicht an und meinte
in den DB reinbekomm
Könnt ihr mir da weiterhelfen?
Code: Alles auswählen
INSERT INTO phpbb_config (config_name, config_value) VALUES ('points_name','Points');
Und unter AnzeigeSQL-Befehl:
INSERT INTO phpbb_config( config_name, config_value )
VALUES (
'points_name', 'Points'
)
MySQL meldet:
#1062 - Duplicate entry 'points_name' for key 1
Ich weiss nicht was ich machen muss damit ich diesenSQL-Befehl:
SELECT *
FROM
MySQL meldet:
#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 '' at line 1
Code: Alles auswählen
INSERT INTO phpbb_config (config_name, config_value) VALUES ('points_name','Points');

Könnt ihr mir da weiterhelfen?