Page 1 of 1

Application ERROR #401 when sign up account

Posted: 25 Mar 2020, 08:52
by xiaobing
Can someone help with this issue:

APPLICATION ERROR #401

Database query failed. Error received from database was #1146: Table 'fault_tracker.mantis_email_table' doesn't exist for the query: INSERT INTO mantis_email_table
( email, subject, body, submitted, metadata)
VALUES
(?,?,?,?,?).

Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section.

Re: Application ERROR #401 when sign up account

Posted: 25 Mar 2020, 15:55
by atrol
Check if there are other database tables like fault_tracker.mantis_users_table
If yes, someone must have deleted mantis_email_table.
If no, there is somtehing generally wrong with your installation.