APPLICATION WARNING #403

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Levent

APPLICATION WARNING #403

Post by Levent »

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
Levent

RE: APPLICATION WARNING #403

Post by Levent »

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?
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

Database upgrades are built in. Just run http://yoursite/mantisbt/admin/upgrade.php .
Post Reply