Pagina 1 van 1

point system

Geplaatst: 22 apr 2003, 16:21
door Eratic
hoi ik heb een point system gedownload en geinstalreerd 7ik krijg deze fout melding kan iemand my helpen??? :cry:

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.

Geplaatst: 22 apr 2003, 16:29
door Spikey
Er staat steeds dat 'het' al bestaat en niet nog een keer gemaakt kan worden in je database.
Duplicate column name 'user_points'
Heb je deze mod soms al een keer geinstalleerd of heb je een andere mod die ook de column user_points in de table phpbb_users heeft.

Geplaatst: 24 apr 2003, 13:38
door Eratic
nee er zat een fout in LOL ik heb toen een nieuwe gekregen en die werkt wel

maar thnx voor de info