Vraag over birthday MOD

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Pieter_1983
Berichten: 38
Lid geworden op: 30 jan 2006, 12:26
Contacteer:

Bericht door Pieter_1983 » 01 feb 2006, 21:01

bij de toevoeging van

Code: Selecteer alles

ALTER TABLE phpbb_users ADD user_birthday INT DEFAULT '999999' not null;
Foutmelding :
SQL-query:

ALTER TABLE phpbb_users ADD user_birthday INT DEFAULT '999999' NOT NULL
MySQL retourneerde:

#1060 - Duplicate column name 'user_birthday'

Bij toevoeging van :

Code: Selecteer alles

ALTER TABLE phpbb_users ADD user_next_birthday_greeting INT DEFAULT '0' not null;
Foutmelding:
SQL-query:

ALTER TABLE phpbb_users ADD user_next_birthday_greeting INT DEFAULT '0' NOT NULL
MySQL retourneerde:

#1060 - Duplicate column name 'user_next_birthday_greeting'

Bij toevoeging van :

Code: Selecteer alles

INSERT INTO phpbb_config (config_name, config_value) VALUES ('birthday_required', '0');
Foutmelding :
SQL-query:

INSERT INTO phpbb_config( config_name, config_value )
VALUES (

'birthday_required', '0'
)
MySQL retourneerde:

#1062 - Duplicate entry 'birthday_required' for key 1

Warning: Invalid argument supplied for foreach() in /wscp/www/wscp/ext/phpMyAdmin/libraries/common.lib.php on line 726

Bij toevoeging van :

Code: Selecteer alles

INSERT INTO phpbb_config (config_name, config_value) VALUES ('birthday_greeting', '1');
Foutmelding:
SQL-query:

INSERT INTO phpbb_config( config_name, config_value )
VALUES (

'birthday_greeting', '1'
)
MySQL retourneerde:

#1062 - Duplicate entry 'birthday_greeting' for key 1

Warning: Invalid argument supplied for foreach() in /wscp/www/wscp/ext/phpMyAdmin/libraries/common.lib.php on line 726

Bij toevoeging van :

Code: Selecteer alles

INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_user_age', '100');
Foutmelding :
SQL-query:

INSERT INTO phpbb_config( config_name, config_value )
VALUES (

'max_user_age', '100'
)
MySQL retourneerde:

#1062 - Duplicate entry 'max_user_age' for key 1

Warning: Invalid argument supplied for foreach() in /wscp/www/wscp/ext/phpMyAdmin/libraries/common.lib.php on line 726

Bij toevoeging van :

Code: Selecteer alles

INSERT INTO phpbb_config (config_name, config_value) VALUES ('min_user_age', '5');
Foutmelding :
SQL-query:

INSERT INTO phpbb_config( config_name, config_value )
VALUES (

'min_user_age', '5'
)
MySQL retourneerde:

#1062 - Duplicate entry 'min_user_age' for key 1

Warning: Invalid argument supplied for foreach() in /wscp/www/wscp/ext/phpMyAdmin/libraries/common.lib.php on line 726

Bij toevoeging van :

Code: Selecteer alles

INSERT INTO phpbb_config (config_name, config_value) VALUES ('birthday_check_day', '7');
Foutmelding :
SQL-query:

INSERT INTO phpbb_config( config_name, config_value )
VALUES (

'birthday_check_day', '7'
)
MySQL retourneerde:

#1062 - Duplicate entry 'birthday_check_day' for key 1

Warning: Invalid argument supplied for foreach() in /wscp/www/wscp/ext/phpMyAdmin/libraries/common.lib.php on line 726

Misschien en hopelijk kunnen jullie meer mee dan ik :S snap er geen zak van.

Gebruikersavatar
Paul
Beheerder
Beheerder
Berichten: 20315
Lid geworden op: 23 okt 2003, 11:38
Locatie: Utrecht
Contacteer:

Bericht door Paul » 01 feb 2006, 21:09

Dan bestonden ze allemaal al dus ;)

Pieter_1983
Berichten: 38
Lid geworden op: 30 jan 2006, 12:26
Contacteer:

Bericht door Pieter_1983 » 01 feb 2006, 21:11

maar hoe kan het dan dat ik niks zie op mijn indexpagina, en dat de aantallen niet ingevuld zijn (bij de admin),
en als ik als user mijn verjaardag in wil vullen krijg ik te zien dat ik te oud ben.

Heb het handmatig ingevoerd via phpmyadmin in tabel phpbb_config en nu werkt het.

Gesloten