APPLICATION ERROR #401

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
hussain92
Posts: 16
Joined: 06 Jan 2015, 12:19

APPLICATION ERROR #401

Post by hussain92 »

getting this message everytime while using manits pls help


APPLICATION ERROR #401

Database query failed. Error received from database was #2013: Lost connection to MySQL server during query for the query: SELECT Count( DISTINCT mantis_bug_table.id ) as idcnt FROM mantis_bug_text_table, mantis_project_table, mantis_bug_table LEFT JOIN mantis_bugnote_table ON mantis_bug_table.id = mantis_bugnote_table.bug_id LEFT JOIN mantis_bugnote_text_table ON mantis_bugnote_table.bugnote_text_id = mantis_bugnote_text_table.id WHERE mantis_project_table.enabled = ? AND mantis_project_table.id = mantis_bug_table.project_id AND ( mantis_bug_table.project_id in (1, 7) ) AND mantis_bug_table.bug_text_id = mantis_bug_text_table.id AND ( ( (summary LIKE ?) OR (mantis_bug_text_table.description LIKE ?) OR (mantis_bug_text_table.steps_to_reproduce LIKE ?) OR (mantis_bug_text_table.additional_information LIKE ?) OR (mantis_bugnote_text_table.note LIKE ?) OR (mantis_bug_table.id IN ( SELECT DISTINCT bug_id from mantis_custom_field_string_table where value LIKE '%%13651%%')) OR mantis_bug_table.id = ? OR mantis_bugnote_table.id = ? ) ).


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.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: APPLICATION ERROR #401

Post by atrol »

hussain92 wrote:Error received from database was #2013: Lost connection to MySQL server during query
Obviously no MantisBT issue, check your database server
Please use Search before posting and read the Manual
hussain92
Posts: 16
Joined: 06 Jan 2015, 12:19

Re: APPLICATION ERROR #401

Post by hussain92 »

how to do this pls guide n help..
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: APPLICATION ERROR #401

Post by atrol »

Please use Search before posting and read the Manual
hussain92
Posts: 16
Joined: 06 Jan 2015, 12:19

Re: APPLICATION ERROR #401

Post by hussain92 »

still unable to access to mqsql database

facing two issues
1. all previous notes is not showing its blank
2. unable to add or delete any notes .

also how to repair mysql database..


pls help
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: APPLICATION ERROR #401

Post by atrol »

As I said before, this is no MantisBT issue.
I recommend to post also in a MySQL forum where some more database experts are listening.
Please use Search before posting and read the Manual
hussain92
Posts: 16
Joined: 06 Jan 2015, 12:19

Re: APPLICATION ERROR #401

Post by hussain92 »

ok thank u
hussain92
Posts: 16
Joined: 06 Jan 2015, 12:19

Re: APPLICATION ERROR #401

Post by hussain92 »

hi atrol
thanx for guiding that issue is related with sql database

we had login to sql database through myphpadmin n went to operational tab n then repair table n it works ,,...
thanks once again

now pls tell me how i can upgrade mantis from 1.2.19.0 to 2.0.0.1 or latest

pls tell me the steps in details as we have installed in local windows server 2008 n not in webserver
thank you :D
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: APPLICATION ERROR #401

Post by atrol »

Please use Search before posting and read the Manual
Post Reply