I got the same thing when installing mine. Here is what I did. I do not know if you have the same capabilities as I do.Badal wrote:Code: Select all
SQL ERROR [ mysql4 ] Duplicate entry 'announcement_enable' for key 1 [1062] SQL INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('announcement_enable', 1, 0) BACKTRACE
First, go into phpMyAdmin, or some kind of admin function of your SQL databases. I did a list of the tables and emptied out phpbb_announcement_centre. I then deleted it completely from the list.
Second, I copied the SQL code from the instructions again, but left off the following from the end of the copied code:
Code: Select all
INSERT INTO phpbb_config (config_name, config_value) VALUES ('announcement_show_index', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('announcement_enable', '1');