Kod: Tümünü seç
Updating the Database
INSERT INTO phpbb_config(config_name, config_value) VALUES ('default_avatar', '0');;
Hata: Duplicate entry 'default_avatar' for key 1
INSERT INTO phpbb_config(config_name, config_value) VALUES ('default_avatar_guests', '');;
Hata: Duplicate entry 'default_avatar_guests' for key 1
INSERT INTO phpbb_config(config_name, config_value) VALUES ('default_avatar_users', '');;
Hata: Duplicate entry 'default_avatar_users' for key 1
INSERT INTO phpbb_config(config_name, config_value) VALUES ('default_avatar_type', '1');;
Hata: Duplicate entry 'default_avatar_type' for key 1
INSERT INTO phpbb_config(config_name, config_value) VALUES ('default_avatar_random', '0');;
Hata: Duplicate entry 'default_avatar_random' for key 1
INSERT INTO phpbb_config(config_name, config_value) VALUES ('default_avatar_choose', '0');;
Hata: Duplicate entry 'default_avatar_choose' for key 1
INSERT INTO phpbb_config(config_name, config_value) VALUES ('default_avatar_override', '0');;
Hata: Duplicate entry 'default_avatar_override' for key 1
ALTER TABLE phpbb_users ADD user_allowdefaultavatar TINYINT(1) DEFAULT '1' NOT NULL;;
Hata: Duplicate column name 'user_allowdefaultavatar'
Installation Complete
Please, be sure to delete your install directory and this file from your phpBB installation now.