Application ERROR #401 when sign up account

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
xiaobing
Posts: 11
Joined: 30 Apr 2018, 03:53

Application ERROR #401 when sign up account

Post 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.
Attachments
11.png
11.png (50.48 KiB) Viewed 1905 times
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Application ERROR #401 when sign up account

Post 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.
Please use Search before posting and read the Manual
Post Reply