Error when updating the status of a bug

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
dcomo
Posts: 22
Joined: 13 Mar 2006, 21:55

Error when updating the status of a bug

Post by dcomo »

I have the following statuses set up:

New
Feedback
Acknowledged
Confirmed
Assigned
Resolved
Closed

When I try and update the status of a bug, I am taken to the bug_change_status_page.php page, however I am also shown the following error:

APPLICATION WARNING #300: String 'Feedback_bug_title' not found.
(That's if I chose the Feedback status option.) If I choose the Acknowledged status, I see the following error:
APPLICATION WARNING #300: String 'Acknowledged_bug_title' not found.

I know something is missing, but I can't figure out just what...

Any assistance provided would be greatly appreciated!
dcomo
Posts: 22
Joined: 13 Mar 2006, 21:55

Post by dcomo »

You really have to love it when you can find and fix the problem, however it's a little embarrasing after you post the question for help and then find the solution two minutes later...

Here is what I did so in the event that you run into this, you are aware of the faux-paux...

Within the status bar as well as the status drop down box, the text by default is lowercased. (Not even the first letter is capitalized.) Me being the super proper person that I am (or try to be), I wanted to uppercase the first character.

Not only did I update the language file, but I also make the config.inc file to reflect the capital letters, which didn't seem to fly. As I started to undo my changes, I found that JUST changing the language file will accomplish this.

Thanks to anyone who read this post and gave it some thought!
Post Reply