I'm not getting any error messages at all, so I don't know what could be causing this.
Edit: 12 queries are executed when I hit "Submit" on the config page, it just doesn't appear to be stored anywhere, I have a table called phpbb_announcement_centre which is entirely empty. See quoted data from a dump of the _config (only the announcement_ ones)
(`config_name`, `config_value`, `is_dynamic`) VALUES
('announcement_enable', 0x31, 0),
('announcement_show_index', 0x30, 0),
('announcement_enable_guests', 0x30, 0),
('announcement_show', 0x31, 0),
('announcement_show_birthdays', 0x30, 0),
('announcement_birthday_avatar', 0x30, 0),
('announcement_ava_max_size', 0x3430, 0),
('announcement_show_birthdays_always', 0x30, 0),
('announcement_show_birthdays_and_announce', 0x30, 0),
('announcement_show_group', 0x352c362c342c322c31322c31312c31332c31302c382c372c39, 0),
('announcement_align', 0x63656e746572, 0),
('announcement_guests_align', 0x63656e746572, 0);