[PROBLEM] Kann kein Profil mehr Updaten
Verfasst: 05.01.2007 22:17
Seit ich versucht hab den QuickReply Mod zu installiern kann ich keine Profile mehr verändern. Hab im SQL folgendes eingegeben:
ALTER TABLE phpbb_users ADD user_quickreply TINYINT(1) DEFAULT '1' NOT NULL ;
UPDATE phpbb_users SET user_quickreply=0 WHERE user_id=-1;
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_quickreply', '1');
wie könnte ich das rückgängig machen kann mir wer einen code dazu schreiben?
das ist die fehlermeldung:
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 ' user_allowhtml = 1, user_allowbbcode = 1, user_allow_viewonl
ALTER TABLE phpbb_users ADD user_quickreply TINYINT(1) DEFAULT '1' NOT NULL ;
UPDATE phpbb_users SET user_quickreply=0 WHERE user_id=-1;
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_quickreply', '1');
wie könnte ich das rückgängig machen kann mir wer einen code dazu schreiben?
das ist die fehlermeldung:
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 ' user_allowhtml = 1, user_allowbbcode = 1, user_allow_viewonl