Acknowledge Problem

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Lost-Ha[n]f-PHP
Posts: 11
Joined: 18 Apr 2005, 07:53
Location: Germany

Acknowledge Problem

Post by Lost-Ha[n]f-PHP »

I created a bug and wanted to change it's status to: acknowledged.

And there comes an error, only in that status. It says:

APPLICATION WARNING #300: Zeichenkette 'acknowledge_bug_title' nicht gefunden.


APPLICATION WARNING #300: Zeichenkette 'acknowledge_bug_button' nicht gefunden.

" />

If I'm honerst I can imagin that it is an error in the variables:
$s_acknowledge_bug_title
$s_acknowledge_bug_button

But I can't find the position where I have to change it.

I then updated the version to 1.0.0a2 but the error is still there.

Can anyone help me?
_______________
Regards

Lost-Ha[n]f-PHP
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

Did you, per chance, change the $g_status_enum_string value from "acknowledged" to "acknowledge"? This is where the names of the strings are generated from.

These strings should exist in lang/strings_german.txt, in your case, I think.
Post Reply