Search found 5 matches

by omegand
22 Apr 2008, 13:54
Forum: Help
Topic: APPLICATION WARNING #300: String '___' not found
Replies: 7
Views: 8382

Re: APPLICATION WARNING #300: String '___' not found

Attached is our custom_strings_inc.php file which is in the ROOT directory of Mantis.
by omegand
14 Apr 2008, 13:01
Forum: Help
Topic: APPLICATION WARNING #300: String '___' not found
Replies: 7
Views: 8382

Re: APPLICATION WARNING #300: String '___' not found

vboctor,

We have added two custom statuses. One is "QA Approved" the other "QA Rejected". On either of these, when selecting "Change Status" on the bug page, the Change Status window comes up (see screen shot above) with the listed string errors. It seems the page title and button title need naming ...
by omegand
10 Apr 2008, 13:03
Forum: Help
Topic: APPLICATION WARNING #300: String '___' not found
Replies: 7
Views: 8382

Re: APPLICATION WARNING #300: String '___' not found

vboctor,

Here is our custom_strings_inc file where I placed the strings QA_*. Is this correct?

<?php

if ( lang_get_current() == 'english' ) { $s_category_enum_string = '10:HDW,20:SFW'; }
if ( lang_get_current() == 'english' ) { $s_severity_enum_string = '10:feature,20:cosmetic,30:minor,40:major ...
by omegand
10 Apr 2008, 12:56
Forum: Help
Topic: APPLICATION WARNING #300: String '___' not found
Replies: 7
Views: 8382

Re: APPLICATION WARNING #300: String '___' not found

Thanks for responding vboctor. I have entered the strings in the strings_english.txt file under # New Strings and under the page -> # bug_change_status_page.php. Here are the strings I entered:


$s_QA_Approved_bug_title = 'QA Approve';
$s_QA_Approved_bug_button = 'Approve Issue';

First, is ...
by omegand
09 Apr 2008, 19:51
Forum: Help
Topic: APPLICATION WARNING #300: String '___' not found
Replies: 7
Views: 8382

APPLICATION WARNING #300: String '___' not found

Hello, we are getting this warning (please see attached) on two of our customized statuses in the Change Status window? We are using Mantis v1.0.8. Any help greatly appreciated.

Thanks!