Verfasst: 10.10.2007 21:03
Hallo
bin leider net so fit mit SQL
Wenn ich den Code ausführe
bekomme ich diesen Fehler:
Edit by Duberle: War alles mein Fehler! der Code funzt einwandfrei, und der MOD an sich funzt auch eiwandfrei
bin leider net so fit mit SQL
Wenn ich den Code ausführe
Code: Alles auswählen
INSERT INTO phpbb_config( config_name, config_value, is_dynamic )
VALUES ('wwh_record_time', '0', '1');
INSERT INTO phpbb_config( config_name, config_value, is_dynamic )
VALUES ('wwh_record_ips', '0', '1');
INSERT INTO phpbb_config( config_name, config_value, is_dynamic )
VALUES ('wwh_dips_bots', '1', '1');
INSERT INTO phpbb_config( config_name, config_value, is_dynamic )
VALUES ('wwh_dips_guests', '1', '1');
INSERT INTO phpbb_config( config_name, config_value, is_dynamic )
VALUES ('wwh_dips_time', '1', '1');
INSERT INTO phpbb_config( config_name, config_value, is_dynamic )
VALUES ('wwh_form', '1', '1');
INSERT INTO phpbb_config( config_name, config_value, is_dynamic )
VALUES ('wwh_del_time', '86400', '1');
INSERT INTO phpbb_config( config_name, config_value, is_dynamic )
VALUES ('wwh_record', '1', '1');
INSERT INTO phpbb_config( config_name, config_value, is_dynamic )
VALUES ('wwh_sort', 'username_clear DESC', '1');
INSERT INTO phpbb_config( config_name, config_value, is_dynamic )
VALUES ('wwh_counter_date', '0', '1');
Code: Alles auswählen
#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
Edit by Duberle: War alles mein Fehler! der Code funzt einwandfrei, und der MOD an sich funzt auch eiwandfrei
