Hello, I was using Sarge with the default phpbb2 package version, and I recently upgraded to the default Etch package version (2.0.12-6).
The only thing that happened during the upgrade was that the MySQL server was shut down, so the upgrade process couldn't update the database. I then ran "dpkg-reconfigure phpbb2" to complete the upgrade, which worked perfectly, except that I had the same problem as described above. I read on the phpbb2 French forum that I needed to alter the tables as specified, but it actually still doesn't work perfectly : when there is no new message in the forum, I don't see the error message, but when there are new messages, I still have the error. Thanks, Calvin Thijs Kinkhorst wrote: > On Tuesday 29 May 2007 00:07, Calvin wrote: >> ALTER TABLE phpbb_users ADD COLUMN user_login_tries smallint(5) UNSIGNED >> DEFAULT '0' NOT NULL; >> ALTER TABLE phpbb_users ADD COLUMN user_last_login_try int(11) DEFAULT >> '0' NOT NULL; >> INSERT INTO phpbb_config (config_name, config_value) VALUES >> ('max_login_attempts', '5'); >> INSERT INTO phpbb_config (config_name, config_value) VALUES >> ('login_reset_time', '30'); > > In which version of the package are you experiencing this problem? > > > Thijs -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]