i m using PHP4, MySQL 3.23.xx and Apache1.3 for mantis-1.0.0a2. i used db_generate.sql and then try to login. it worked. but i change the database, i mean i filled database other mantis's database. it is working on the other machine. but on this machine says me:
APPLICATION ERROR #401
Database query failed. Error received from database was #1054: Unknown column 'failed_login_count' in 'field list' for the query: UPDATE mantis_user_table
SET failed_login_count=0
WHERE id='1'
APPLICATION WARNING #403: Database field 'failed_login_count' not found.
what must i have to do?
Regards,
Levent
APPLICATION WARNING #403
Moderators: Developer, Contributor
-
Levent
RE: APPLICATION WARNING #403
i used the same version of the other machine than it worked. but now i want to transfer the database to latest version of mantis. how can i do this?
Database upgrades are built in. Just run http://yoursite/mantisbt/admin/upgrade.php .