Page 1 of 1

APPLICATION ERROR #401

Posted: 06 Jan 2015, 12:21
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.

Re: APPLICATION ERROR #401

Posted: 06 Jan 2015, 12:28
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

Re: APPLICATION ERROR #401

Posted: 06 Jan 2015, 12:29
by hussain92
how to do this pls guide n help..

Re: APPLICATION ERROR #401

Posted: 06 Jan 2015, 16:09
by atrol

Re: APPLICATION ERROR #401

Posted: 27 Feb 2017, 06:55
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

Re: APPLICATION ERROR #401

Posted: 27 Feb 2017, 07:08
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.

Re: APPLICATION ERROR #401

Posted: 27 Feb 2017, 10:11
by hussain92
ok thank u

Re: APPLICATION ERROR #401

Posted: 04 Mar 2017, 06:57
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

Re: APPLICATION ERROR #401

Posted: 04 Mar 2017, 17:07
by atrol