Mantis Status update error message

Get help from other users here.

Moderators: Developer, Contributor

Mantis Status update error message

Postby wjteegarden » Dec 18, 2008 4:10 pm

Hi!
Newbie Administrator question here!

I've been going through my Mantis DB and updating issues, including assigning Engineers, etc. I noticed on the ones I've assigned that the Status was set back to Assigned, so I went in to reset the status to whatever it was before. However, when I selected the intended status and clicked Change Status, I got and error screen with this: "APPLICATION WARNING #300: String 'testing_bug_title' not found." and the status was unchanged. We are using Mantis 1.0.3.

Am I missing something, or is this a legitimate problem?

Thanks,
Bill
wjteegarden
 
Posts: 1
Joined: Dec 18, 2008 4:02 pm

Re: Mantis Status update error message

Postby beereniche » Jun 15, 2012 12:54 pm

Maybe because you modified a constat named $s_XSTATUS_bug_title ; Where "XSTATUS" is any known status in Mantis (Feedback, Assigned...etc)
Verify if the "name of status" in these constants are the same than established in --> $s_status_enum_string ... like the example below

#-----------------My status
$s_status_enum_string = '10:new,20:feedback,25:onhold,30:testing,35:reviewed,40:confirmed,50:assigned,80:resolved,90:closed';
#---------------- Properties
$s_onhold_bug_button = "On-Hold Issue";
$s_onhold_bug_title = "On-Hold Issue";
$s_email_notification_title_for_status_bug_onhold = "The following issue is ON HOLD.";
beereniche
 
Posts: 1
Joined: Jun 15, 2012 12:41 pm


Return to Help

Who is online

Users browsing this forum: Bing [Bot] and 1 guest

cron