Page 1 of 1

Acknowledge Problem

Posted: 26 Apr 2005, 07:13
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?

Posted: 26 Apr 2005, 12:50
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.