Verfasst: 16.08.2004 10:34
nein, gibt es nicht das heißt doch dann das etwas bei der Install fehlgelaufen war aber bei mir stand dort das alles korrekt geladen wurde ... wie kann ich die Tabbele erstellen ?
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
Running :: ALTER TABLE phpbb_users ADD user_points mediumint(8) UNSIGNED NOT NULL -> FAILED ---> Duplicate column name 'user_points'
Running :: INSERT INTO phpbb_config VALUES ('points_reply', '1') -> FAILED ---> Duplicate entry 'points_reply' for key 1
Running :: INSERT INTO phpbb_config VALUES ('points_topic', '2') -> FAILED ---> Duplicate entry 'points_topic' for key 1
Running :: INSERT INTO phpbb_config VALUES ('points_post', '1') -> FAILED ---> Duplicate entry 'points_post' for key 1
Running :: INSERT INTO phpbb_config VALUES ('points_donate', '1') -> FAILED ---> Duplicate entry 'points_donate' for key 1
Running :: INSERT INTO phpbb_config VALUES ('points_name', 'Points') -> FAILED ---> Duplicate entry 'points_name' for key 1
COMPLETE!
Some of the querys have failed, contact me so I can fix the errors.
Code: Alles auswählen
ALTER TABLE phpbb_forums ADD 'points_disabled' TINYINT(1) NOT NULL AFTER prune_enable;
Code: Alles auswählen
ALTER TABLE phpbb_users ADD 'user_notify_donation' TINYINT(1) NOT NULL AFTER user_notify_pm;
ALTER TABLE phpbb_users ADD 'user_points' INT NOT NULL;
Code: Alles auswählen
Fehler
SQL-Befehl :
ALTER TABLE phpbb_users ADD 'user_notify_donation'TINYINT( 1 ) NOT NULL AFTER user_notify_pm
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 ''user_notify_donation' TINYINT(1) NOT NULL AFTER user_notify_pm
Hier sind 2 Hochkommas#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_notify_donation' TINYINT(1) NOT NULL AFTER user_notify_pm